Browse Source

提示的修改

JXDS18FUJT 2 years ago
parent
commit
8a19e1b541
2 changed files with 17 additions and 7 deletions
  1. 16 6
      src/components/m-classify-tip/m-classify-tip.vue
  2. 1 1
      src/pages/user/index.vue

+ 16 - 6
src/components/m-classify-tip/m-classify-tip.vue

@@ -1,8 +1,8 @@
 <template>
   <div style="width:100%">
     <div class="box">
-      <div class="line1">温馨提示:</div>
-      <div v-for="(item, index) in content" :key="index">
+      <div class="line1"><image class="notice" src="https://ct.zzxcx.net/ctjk/mp-wx/carVideo/notice.png"></image>温馨提示</div>
+      <div style="color: #5C6066;" v-for="(item, index) in content" :key="index">
         {{ index + 1 }}.{{ item }}
       </div>
     </div>
@@ -27,16 +27,26 @@ export default {
 
 <style lang="scss" scoped>
 .box {
-  padding: 0 15rpx;
+  padding: 0 20rpx;
   width: 100%;
   font-size: 32rpx;
   padding-bottom: 15rpx;
+  background: #EEF6FF;
+  border-radius: 15rpx;
 
   .line1 {
-    color: rgba(165, 0, 0, 0.61);
-    font-size: 40rpx;
+    color: #0A1A33;
+    font-size: 38rpx;
     line-height: 2;
-    font-weight: 600;
+    display: flex;
+    align-items: center;
+    height:100rpx;
+    .notice{
+      width: 40rpx;
+      height: 40rpx;
+      padding-right: 15rpx;
+    }
+  
   }
 }
 </style>

+ 1 - 1
src/pages/user/index.vue

@@ -8,7 +8,7 @@
             <image class="user-headImg" v-else :src="unLoginHead"></image>
             <view class="" style="width:50%;padding-left: 24rpx;">
               <view style="font-size:38rpx;color: #0A1A33;">{{ userInfo.nickName }}</view>
-              <view style="font-size:26rpx;color: #8A9099;"> {{ '未绑定手机号' }}</view>
+              <!-- <view style="font-size:26rpx;color: #8A9099;"> {{ '未绑定手机号' }}</view> -->
 
             </view>