51 lines
702 B
Plaintext
51 lines
702 B
Plaintext
.shade {
|
|
background-color: #ccc;
|
|
display: none;
|
|
height: 100%;
|
|
left: 0;
|
|
opacity: 0.6;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.show {
|
|
display: block;
|
|
}
|
|
.handle-bar {
|
|
background-color: #eee;
|
|
height: 80rpx;
|
|
padding: 0 15px;
|
|
}
|
|
.confirm {
|
|
text-align: right;
|
|
}
|
|
.selector-area {
|
|
background-color: #e6ebf3;
|
|
bottom: 0;
|
|
height: 600rpx;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
.selector {
|
|
text-align: center;
|
|
}
|
|
.picker {
|
|
font-size: 32rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
.actived {
|
|
color: blue;
|
|
}
|
|
.area-selector {
|
|
height: 520rpx;
|
|
}
|
|
.white-shade {
|
|
background-color: #fff;
|
|
height: 60rpx;
|
|
left: 0;
|
|
margin-top: 240rpx;
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|