Online_regulations.wxss
738 字节
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
page{
background-color:rgb(240, 240, 240);
}
.myanswer {
margin: 24rpx 32rpx;
padding: 24rpx 24rpx;
border-radius: 7px;
background-color: #ffffff;
display: flex;
font-size: 28rpx;
}
.myanswer image {
width: 182rpx;
height: 138rpx;
margin-right: 24rpx;
border-radius: 7px;
}
.myanswer_right {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.myanswer_num {
display: flex;
justify-content: space-between;
font-size: 28rpx;
color: #7D7E80;
}
.myanswer_num image {
width: 22rpx;
height: 22rpx;
}
.myanswer_end {
color: #54A7FB;
}
.myanswer_end image{
margin-left: 5rpx;
}