commonProblem.wxss
813 字节
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
.top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 400rpx;
z-index: -1;
}
.topTitle {
position: absolute;
left: 44rpx;
top: 134rpx;
color: #000000;
font-size: 44rpx;
font-weight: 700;
}
.botQuestion {
position: absolute;
left: 0;
border-top-left-radius: 20rpx;
border-top-right-radius: 20rpx;
top: 260rpx;
width: 100%;
background: #fff;
}
.botQuestion .questionList {
margin-top: 10rpx;
height: calc(100vh - 360rpx);
}
.botQuestion .questionList .list {
padding: 0 32rpx;
margin-bottom: 40rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.botQuestion .questionList .list .arrow {
margin-left: 10rpx;
width: 16rpx;
height: 32rpx;
}
.botQuestion .questionList .list .arrow image {
width: 16rpx;
height: 32rpx;
}