qyyd.wxss
879 字节
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
/* pages/qiyeyongdian/qyyd/qyyd.wxss */
/* 标题 */
.qy_title {
font-size: 32rpx;
color: #333;
font-weight: 500;
padding: 30rpx 54rpx;
border: 1rpx solid #f5f5f5;
border-left: none;
border-right: none;
}
/* 伪类 */
.pesudo {
position: relative;
}
.pesudo::after {
position: absolute;
top: 6rpx;
left: -18rpx;
content: "";
display: block;
width: 8rpx;
height: 35rpx;
background-color: #ff9400;
}
/* 内容 */
.qy_content_box {
padding: 30rpx;
}
/* 内容列表 */
.content_single {
width: 630rpx;
height: 138rpx;
border: 1rpx solid #f5f5f5;
border-radius: 10rpx;
color: #333333;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding:0 30rpx;
margin-bottom: 30rpx;
}
.qy_used{
text-align: center;
}
.unit{
font-size: 20rpx;
color: #666666;
margin-top:10rpx;
}