triple.wxss
837 Bytes
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
.resource-shop-triple-image .anchor-item {
display: inline-block;
width: 25%;
font-size: 50rpx;
box-sizing: border-box;
border-left: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
}
.resource-shop-triple-image .image-item {
width: 100%;
font-size: 0;
}
.resource-shop-triple-image .image-text {
display: inline-block;
max-width: 100%;
font-size: 24rpx;
text-align: center;
box-sizing: border-box;
padding: 5rpx 10rpx;
background-color: #fff;
}
.resource-shop-triple-image.margin-bottom-20 {
margin-bottom: 20rpx;
}
.resource-shop-triple-image.margin-bottom-30 {
margin-bottom: 30rpx;
}
.resource-shop-triple-image.padding-bottom-20 {
padding-bottom: 20rpx;
background-color: #f2f2f2;
}
.resource-shop-triple-image.padding-bottom-30 {
padding-bottom: 30rpx;
background-color: #f2f2f2;
}