groupTimeCondition.wxss
1.05 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
.head-flex {
width: 543.47rpx;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
font-size: 32.6rpx;
color: #80b4ff;
position: absolute;
top: 0;
left: 0;
z-index: 10;
height: 77.89rpx;
line-height: 77.89rpx;
right: 0;
margin: auto;
}
.head-item {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
cursor: pointer;
}
.active-item {
color: #fff;
}
.handle-content {
}
.condition-item {
height: 90.57rpx;
line-height: 90.57rpx;
background: #FFFFFF;
border-bottom: 1px solid #979797;
position: relative;
}
.ctitle {
font-size: 25.36rpx;
color: #333333;
position: absolute;
top: 0;
left: 23.55rpx;
}
.select-item {
font-size: 25.36rpx;
color: #9B9B9B;
position: absolute;
top: 0;
right: 45.28rpx;
}
.rarrow {
width: 10.86rpx;
height: 19.92rpx;
position: absolute!important;
top: 38.04rpx;
right: 23.55rpx;
}