articleDetail.wxss
914 字节
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
/* pages/index/articleDetail/articleDetail.wxss */
.wxParse-img{
width: 100%!important;
}
.box {
position: relative;
}
.banner_box {
width: 100%;
height: 400rpx;
display: flex;
align-items: center;
justify-content: center;
}
.banner_box image {
width: 100%;
height: 100%;
}
.content_box {
padding: 40rpx;
border-radius: 40rpx 40rpx 0 0;
background: #fff;
position: absolute;
margin-top: -51rpx;
}
.title {
font-size: 30rpx;
color: #000;
font-weight: bold;
}
.info_box {
display: flex;
align-items: center;
font-size: 24rpx;
color: #ababab;
margin-top: 30rpx;
}
.icon-time, .icon-zhinanzhen {
font-size: 23rpx;
color: #ababab;
margin-right: 10rpx;
}
.info_item {
margin-right: 32rpx;
}
.content_font {
font-size: 24rpx;
color: #333;
margin-top: 59rpx;
}
.content_info {
font-size: 24rpx;
color: #999;
text-align: center;
margin: 28rpx 0;
}