picker_datetime.wxss 798 字节
/* 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;
}