account_info.wxss
1004 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* pages/merchant/account_info/account_info.wxss */
page{
padding:0 0 114rpx 0;
}
.account_infotop{
position: relative;
height: 213rpx;
background: linear-gradient(to right, #415DAA , #2D97CC,#33BEB9);
box-sizing: border-box;
}
.head_box{
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
left:50%;
transform: translateX(-50%);
top:110rpx;
width:187rpx;
text-align: center;
}
.head{
display: flex;
justify-content: center;
align-items: center;
width:187rpx;
height: 187rpx;
border-radius: 50%;
border:4rpx #fff solid;
}
.head image{
display: block;
width:100%;
height: 100%;
}
.head_txt{
margin: 20rpx 0 0 0;
color:#231815;
font-size:24rpx;
}
.account_itembox{
margin: 170rpx 0 0 0;
}
.account_item{
padding:30rpx 50rpx 30rpx 75rpx;
height: 115rpx;
margin: 0 0 20rpx 0;
box-sizing: border-box;
background: #EEEEEF;
color:#3E3A39;
font-size:25rpx;
}
.account_txtbox{
display: flex;
align-items: center;
justify-content: space-between;
}