diff --git a/pages/home.vue b/pages/home.vue
index 721b0e4..a220abc 100644
--- a/pages/home.vue
+++ b/pages/home.vue
@@ -29,8 +29,17 @@
快速跳转
+
+
+
+
+ 根据国家法律法规,已经注册成功的用户,需要先上传登记实名信息认证后,方可使用服务中心相关功能
+
+ 前往认证
+
+
-
+
@@ -144,17 +153,25 @@
系统帮助
+
+
+
+
+
+
+ 系统信息
+
+
-
-
-
-
- 退出登录
-
+
+
+
+
+
+ 退出登录
-
@@ -306,6 +323,7 @@
position: absolute;
top: 400rpx;
left: 5%;
+ z-index: 90;
width: 90%;
height: 88rpx;
background-color: #FEBD45;
@@ -337,11 +355,42 @@
}
}
+//提醒
+.verify_notice{
+ background: rgba(0,0,0,0.8);
+ width: 100%;
+ height: 82vh;
+ max-height: 82vh;
+ padding-top: 100rpx;
+ text-align: center;
+ z-index: 90;
+ background-image: url("../static/vn_bg.png");
+ background-repeat: repeat-x;
+ background-position: bottom;
+
+ .vn-img{
+ text-align: center;
+ margin-top: 130rpx;
+ width: 260rpx;
+ height: 260rpx;
+ }
+
+ .vn-txt{
+ margin-top: 30rpx;
+ color: #F4F4F4;
+ font-size: 32rpx;
+ text-align: center;
+ line-height: 1.6;
+ padding-left: 20rpx;
+ padding-right: 20px;
+ }
+}
+
// 服务内容
.fwnr {
margin-top: 60rpx;
background-color: #f4f4f4;
- min-height: 82vh;
+ height: 82vh;
//
.fw-one {
@@ -489,19 +538,23 @@
// 退出登录
.my-logout {
- display: flex;
- justify-content: center;
+ // display: flex;
+ // justify-content: center;
margin-top: 50rpx;
+ position: fixed;
+ bottom: 10rpx;
+ z-index: 100;
+ width: 100%;
.logout-btn {
- width: 60%;
+ width: 100%;
margin: 0 auto;
font-size: 28rpx;
color: #fff;
background-color: #0F476E;
- border-radius: 20rpx;
- border: 1px solid #dcdcdc;
- padding: 16rpx 0;
+ // border-radius: 20rpx;
+ // border: 1px solid #dcdcdc;
+ padding: 24rpx 0;
text-align: center;
}
}
diff --git a/static/t_xtxx.svg b/static/t_xtxx.svg
new file mode 100644
index 0000000..deaeb06
--- /dev/null
+++ b/static/t_xtxx.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/static/vn_bg.png b/static/vn_bg.png
new file mode 100644
index 0000000..59bfe07
Binary files /dev/null and b/static/vn_bg.png differ