|
@@ -102,17 +102,15 @@ page {
|
|
|
}
|
|
|
|
|
|
.all-bottom {
|
|
|
- background-color: rgba(0,0,0,.7);
|
|
|
+ background-color: rgba(0, 0, 0, .7);
|
|
|
opacity: 0.5;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.pop-up {
|
|
|
width: 550rpx;
|
|
|
height: 650rpx;
|
|
@@ -121,11 +119,12 @@ page {
|
|
|
position: relative;
|
|
|
opacity: 100;
|
|
|
left: 100rpx;
|
|
|
- bottom: 630rpx;
|
|
|
+ bottom: 630rpx;
|
|
|
/* /* z-index: 12; */
|
|
|
background: linear-gradient(#f79654, #f5815e, #f37064, #f26a66, #f05f68);
|
|
|
border-radius: 10rpx;
|
|
|
}
|
|
|
+
|
|
|
.top {
|
|
|
/* height:550rpx; */
|
|
|
padding: 0 12%;
|
|
@@ -149,4 +148,4 @@ page {
|
|
|
.del-icon {
|
|
|
margin-top: 80rpx;
|
|
|
font-size: 80rpx;
|
|
|
-}
|
|
|
+}
|