quest-5.wxss
793 字节
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
.top {
Background: #3A3942;
padding: 48rpx 32rpx;
color: white;
}
.top-1 {
display: flex;
margin-top: 32rpx;
}
.top-1 .top-2:first-child {
margin-left: 0rpx;
}
.top-2 {
width: 64rpx;
height: 64rpx;
margin-left: 32rpx;
line-height: 64rpx;
text-align: center;
border-radius: 32rpx;
background: #8B8B8D;
color: #ffffff;
}
.cb {
background: #FFC83D;
color: #000000;
}
.appd-3 {
padding: 30rpx 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: #F8F8F8;
font-size: 28rpx;
font-weight: 500;
border-bottom-left-radius: 30rpx;
border-bottom-right-radius: 30rpx;
}
.appd-3 image {
width: 64rpx;
height: 64rpx;
}
@import '../question//question.wxss';