zhaoxiaohai 2 lat temu
rodzic
commit
dfdc351718

+ 9 - 20
packageA/setclient/modules/contacts/list/index.scss

@@ -2,6 +2,7 @@
     width: 100vw;
     background-color: #ffffff;
     margin-bottom: 20rpx;
+
     .content {
         padding: 20rpx 0;
         padding-left: 30rpx;
@@ -19,8 +20,8 @@
                 line-height: 64rpx;
                 background: #3874F6;
                 border-radius: 50%;
-                margin-top: 16rpx;
-                margin-right: 10rpx;
+                margin-top: 12rpx;
+                margin-right: 16rpx;
                 flex-shrink: 0;
                 font-size: 24rpx;
                 font-family: PingFang SC-Regular, PingFang SC;
@@ -45,28 +46,15 @@
                     }
                 }
 
-                .tap {
-                    text {
-                        display: inline-block;
-                        font-size: 20rpx;
-                        font-family: PingFang SC-Regular, PingFang SC;
-                        color: #FA8C16;
-                        padding: 0 10rpx;
-                        height: 40rpx;
-                        line-height: 38rpx;
-                        background: #FFEFD9;
-                        border-radius: 20rpx;
-                        margin-right: 10rpx;
-                    }
+                .exp {
+                    font-size: 24rpx;
+                    font-family: PingFang SC-Regular, PingFang SC;
+                    color: #333333;
                 }
             }
         }
 
-        .exp {
-            font-size: 24rpx;
-            font-family: PingFang SC-Regular, PingFang SC;
-            color: #333333;
-        }
+
     }
 
     .editor {
@@ -75,6 +63,7 @@
         align-items: center;
         width: 100%;
         height: 80rpx;
+
         .icon-but {
             padding-right: 30rpx;
 

+ 1 - 6
packageA/setclient/modules/contacts/list/index.wxml

@@ -8,14 +8,9 @@
                 <view class="title">
                     {{item.name}}<text>{{item.position}}</text>
                 </view>
-                <view class="tap">
-                    <text>2313123</text>
-                    <text>2313123</text>
-                </view>
+                <view class="exp" style="margin-top: 10rpx;">手机号:{{item.phonenumber}}</view>
             </view>
         </view>
-        <view class="exp" style="margin-top: 16rpx;">负责人:32131321</view>
-        <view class="exp" style="margin-top: 10rpx;">手机号:{{item.phonenumber}}</view>
     </navigator>
     <view class="editor">
         <view />