Browse Source

chore[litemall-wx]: 样式微调

Junling Bu 6 years ago
parent
commit
568b06b3e9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      litemall-wx/pages/ucenter/index/index.wxss

+ 3 - 1
litemall-wx/pages/ucenter/index/index.wxss

@@ -137,6 +137,7 @@ page {
 
 .user_column_item_phone {
   width: 30%;
+  height: 140rpx;
   text-align: center;
   display: flex;
   justify-content: center;
@@ -144,11 +145,12 @@ page {
   flex-wrap: wrap;
   float: left;
   background: #fff;
-  border-bottom: 6px solid #fafafa;
+  border-radius: 0;
 }
 
 .user_column_item_phone::after {
   border: none;
+  border-radius: 0;
 }
 
 .logout {