safty.wxss
2.4 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
/* pages/index/safty/safty.wxss */
page {
width: 100%;
height: 100%;
}
.page {
width: 100%;
height: 100%;
}
.top_box {
width: 750rpx;
height: 300rpx;
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.06);
border-bottom: 1rpx solid #ededed;
}
swiper{
width: 100%;
height: 100%
}
swiper-item{
width: 100%;
height: 100%
}
swiper-item image{
width: 100%;
height: 100%
}
.canldar_time {
width: 750rpx;
height: 75rpx;
background: rgba(255, 255, 255, 1);
padding: 0 50rpx;
box-sizing: border-box;
display: flex;
justify-content: space-between;
border-top: 1rpx solid rgba(237,237,237,1);
border-bottom: 1rpx solid rgba(237,237,237,1);
}
.canldar_time_item {
height: 75rpx;
font-size: 28rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(38, 54, 58, 1);
text-align: center;
line-height: 75rpx;
position: relative;
}
.canldar_time_item.active {
color: rgba(93, 194, 72, 1);
}
.canldar_time_item.active::after {
content: '';
width: 100%;
height: 5rpx;
background: rgba(93, 194, 72, 1);
border-radius: 3rpx;
position: absolute;
bottom: 5rpx;
left: 0;
}
.content_canldar {
width: 93%;
margin: 0 auto;
}
.content_canladar_item {
height: 183rpx;
border-bottom: 1rpx solid rgba(242,242,242,1);
display: flex;
align-items: center;
padding:0 18rpx;
box-sizing: border-box
}
.content_canladar_item :last-child{
border-bottom: 0
}
.content_item_image {
width: 112rpx;
height: 113rpx;
background: rgba(218, 218, 218, 1);
border-radius: 16rpx;
margin-right: 20rpx;
}
.content_item_image image{
width: 100%;
height: 100%
}
.content_item_top {
font-size: 34rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(51, 51, 51, 1);
margin-bottom: 12rpx;
}
.content_item_bottom {
height: 23rpx;
display: flex;
font-size: 24rpx;
font-family: PingFang-SC-Medium;
font-weight: 500;
color: rgba(136, 136, 136, 1);
line-height-step: 23rpx
}
.content_item_bottom_left {
margin-right: 8rpx;
}
.content_item_bottom_right{
}