浏览代码

!9 小程序样式修改
Merge pull request !9 from youc3576/master

youc3576 7 年之前
父节点
当前提交
19a396b701
共有 1 个文件被更改,包括 10 次插入15 次删除
  1. 10 15
      litemall-wx/pages/ucenter/index/index.wxss

+ 10 - 15
litemall-wx/pages/ucenter/index/index.wxss

@@ -175,21 +175,16 @@ page {
 }
 
 .user_tool_item_phone {
-   background: none !important;
-  font-size: 32rpx;
-  color: #fff !important;
-  border-radius: 0%;
-    width: 187.5rpx;
-  height: 142rpx;
-  /* border: 1px solid #757575; */
-  text-align: center;
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  flex-wrap: wrap;
-  float: left;
-  background: #fff;
-  border-bottom: 0px solid #fafafa;
+  width:187.5rpx;
+  height:142rpx;
+  text-align:center;
+  display:flex;
+  justify-content:center;
+  align-items:center;
+  flex-wrap:wrap;
+  float:left;
+  background:#fff;
+  border-bottom:1px solid #fafafa;
 }
 .user_tool_item_phone::after{
   border: none;