deliveryTime.wxss
1.1 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
/* pages/my/deliveryTime/deliveryTime.wxss */
page {
background: #f3f5f5;
}
.time_quantum{
margin-top:21rpx;
width: 100%;
height: 340rpx;
padding:0 25rpx;
box-sizing: border-box;
background: #fff;
display: flex
}
.time_quantum_left{
width: 31%;
height: 100%;
position: relative
}
.time_center{
height: 90rpx;
position: absolute;
top: 0;
bottom: 0;
margin:auto 0;
}
.time_calendar{
font-size:38rpx;
font-family:PingFang-SC-Heavy;
font-weight:800;
color:rgba(34,34,34,1);
}
.week{
width: 170rpx;
text-align: center;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(34,34,34,1);
}
.time_quantum_right{
flex-grow: 1;
height: 100%;
}
.time_quantum_right_item{
height: 85rpx;
display: flex;
justify-content: space-between;
font-size:28rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(34,34,34,1);
line-height: 85rpx;
border-bottom:1rpx solid rgba(242,242,242,1);
}
.none_border{
border:none;
}
.icon-weixuanzhong{
color: #222;
}
.icon-weixuanzhong.active{
color:rgba(255,218,68,1);
}