picker_datetime.wxss
798 字节
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
/* pages/picker-multiArray/multiArray.wxss */
.pick_datetime {
position: fixed;
left: 0;
bottom: 0;
width:100%;
overflow:hidden;
z-index: 20;
}
.pick_datetime_tool {
display:flex;
justify-content:space-between;
height:92rpx;
line-height:92rpx;
/* border-top:4rpx solid #eee; */
border-bottom:2rpx solid #eee;
padding:0 20rpx;
background: #fff;
}
.pick_datetime_ok {color:rgba(87, 213, 200, 1);}
.pick_datetime_clear {color:#666;}
.pick_datetime picker-view {
font-size:34rpx;
background: #fff;
}
.pick_datetime_column {
height:40px;
line-height:40px;
text-align:center;
}
.shadow-modal {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #000000;
opacity: .3;
z-index: 10;
}