|
|
@@ -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 {
|