|
|
@@ -183,15 +183,18 @@ page {
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
z-index: 200;
|
|
|
- background: rgba(255, 255, 255, 0.99);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.mask>view {
|
|
|
width: 80vw;
|
|
|
height: 35vw;
|
|
|
border-radius: 3vw;
|
|
|
- margin: 50% auto;
|
|
|
- box-shadow: 2rpx 2rpx 10rpx 1rpx rgb(175, 172, 172)
|
|
|
+ box-shadow: 2rpx 2rpx 10rpx 1rpx rgb(175, 172, 172);
|
|
|
+ position: fixed;
|
|
|
+ bottom: 400rpx;
|
|
|
+ left: 10vw;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
|
|
|
picker,
|