problem.wxss
695 字节
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
page{
background-color: #74D791;
}
.problem{
margin-top: 160rpx;
padding: 32rpx;
box-sizing: border-box;
}
image{
width:370rpx;
height: 236rpx;
position: absolute;
left: 50%;
top: 0;
margin-left:-185rpx ;
}
.box{
font-size: 28rpx;
width: 100%;
height: 100%;
border-radius: 24rpx;
box-sizing: border-box;
padding: 32rpx;
background-color: #ffffff;
}
/* .guangao{
width: 100%;
height: 160rpx;
background-color: #8424D5;
margin-top: 40rpx;
border-radius: 32rpx;
margin-bottom: 32rpx;
}
image{
width: 100%;
height: 100%;
} */
rich-text .rich-img {
width: 100% ;
height: auto ;
}