aq_detail.wxss
605 字节
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
/* pages/aq_detail/aq_detail.wxss */
page{
color:#000000;
font-size:28rpx;
box-sizing: border-box;
}
.aq_title{
margin: 0 34rpx;
display: flex;
align-items: center;
padding:30rpx 0;
border-bottom: solid #E6E6E6 1rpx;
}
.big {
width: 20px;
height: 20px;
background: #333;
color: #fff;
text-align: center;
line-height: 20px;
border-radius: 50%;
font-size: 14px;
font-weight: bold;
display: block;
margin: 0 17rpx 0 0;
}
.aq_content{
padding:30rpx 0;
margin: 0 34rpx;
display: flex;
line-height: 26rpx;
}
.aq_contentmain{
width:590rpx;
line-height: 50rpx;
}