quest-5.wxss
1.3 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.top {
Background: #3A3942;
padding: 48rpx 32rpx;
color: white;
}
.top-1 {
margin-top: 32rpx;
}
.top-1 .top-2:first-child {
margin-left: 0rpx;
}
.top-2 {
width: 64rpx;
height: 64rpx;
margin-right: 32rpx;
line-height: 64rpx;
text-align: center;
border-radius: 32rpx;
background: #8B8B8D;
color: #ffffff;
margin-top: 32rpx;
display: inline-block;
}
.cr {
background: #FC5F49 !important;
}
.cb {
background: #FFC83D;
color: #000000;
}
.cr_b {
background: FC5F49;
border: 1rpx solid #FC5F49 !important;
}
.list_box {
width: 622rpx;
border-radius: 32rpx;
margin: 0 auto;
font-weight: 600;
margin-top: 24rpx;
background: #dfdfde;
background: rgba(248, 248, 248, 1);
}
.list_box image{
width: 32rpx;
height: 32rpx;
vertical-align: middle;
}
.appd-3 {
width: 100%;
word-wrap:break-word;
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;
}
.image image {
/* padding: 32rpx; */
height: 336rpx;
}
@import '../question//question.wxss';