Commit 568b06b3 authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-wx]: 样式微调

parent 0a9735ba
...@@ -137,6 +137,7 @@ page { ...@@ -137,6 +137,7 @@ page {
.user_column_item_phone { .user_column_item_phone {
width: 30%; width: 30%;
height: 140rpx;
text-align: center; text-align: center;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -144,11 +145,12 @@ page { ...@@ -144,11 +145,12 @@ page {
flex-wrap: wrap; flex-wrap: wrap;
float: left; float: left;
background: #fff; background: #fff;
border-bottom: 6px solid #fafafa; border-radius: 0;
} }
.user_column_item_phone::after { .user_column_item_phone::after {
border: none; border: none;
border-radius: 0;
} }
.logout { .logout {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment