account.wxss
647 Bytes
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
.cover {
background-color: red;
color: white;
height: 540rpx;
text-align: center;
position: relative;
}
.detail {
font-size: 36rpx;
margin-top: 150rpx;
line-height: 60rpx;
}
.price-text {
font-size: 30rpx;
}
.operate {
position: absolute;
bottom: 0;
width: 100%;
}
.op-item {
width: 50%;
float: left;
padding-bottom: 25rpx;
font-size: 28rpx;
}
.list {
margin-top: 20rpx;
}
.item {
font-size: 32rpx;
background-color: white;
padding: 25rpx 35rpx;
border-bottom: 1rpx;
}
.arrow {
margin-top: 5rpx;
width: 25rpx;
height: 28rpx;
float: right;
}