|
@@ -230,7 +230,7 @@
|
|
|
width: 678rpx;
|
|
|
border-radius: 0px 0px 12px 12px;
|
|
|
background-color: rgba(255, 255, 255, 1);
|
|
|
- padding: 16rpx 0;
|
|
|
+ padding: 24rpx 0;
|
|
|
margin: -54rpx auto 0;
|
|
|
z-index: 999;
|
|
|
position: relative;
|
|
@@ -248,6 +248,7 @@
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
|
position: relative;
|
|
|
+ padding-top:18rpx;
|
|
|
.img{
|
|
|
width: 144rpx;
|
|
|
height: 144rpx;
|
|
@@ -262,13 +263,16 @@
|
|
|
}
|
|
|
.listContent{
|
|
|
margin-top: 26rpx;
|
|
|
+ padding: 16rpx 0;
|
|
|
border-radius: 8rpx;
|
|
|
background-color: #fff;
|
|
|
display: flex;
|
|
|
- align-items: top;
|
|
|
- justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-around;
|
|
|
+
|
|
|
|
|
|
.name,.account{
|
|
|
+ text-align: center;
|
|
|
.title{
|
|
|
color: rgba(119, 119, 119, 1);
|
|
|
font-size: 24rpx;
|