|
|
@@ -28,6 +28,7 @@ |
|
|
|
padding: 20rpx 0; |
|
|
|
border-radius: 16rpx; |
|
|
|
background: #fff; |
|
|
|
/* background-color: rgba(0,0,0,0.3); */ |
|
|
|
} |
|
|
|
|
|
|
|
.mms { |
|
|
@@ -39,13 +40,18 @@ |
|
|
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.cover-img { |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
background-color: rgba(0,0,0,0.3); |
|
|
|
z-index: 0; |
|
|
|
border-radius: 12px; |
|
|
|
border-radius: 20px solid red; |
|
|
|
/* object-fit:contain */ |
|
|
|
} |
|
|
|
|
|
|
|
.gray-bg { |
|
|
@@ -55,7 +61,11 @@ |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
z-index: 10; |
|
|
|
background: rgba(0,0,0,.7); |
|
|
|
background-color: rgba(0,0,0,.7); |
|
|
|
/* background: rgba(0,0,0,.7); */ |
|
|
|
border-radius: 12px; |
|
|
|
border-radius: 20px solid red; |
|
|
|
background-size: cover; |
|
|
|
} |
|
|
|
|
|
|
|
.yu { |
|
|
@@ -336,4 +346,9 @@ button::after{ border: none; } |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
z-index: 100; |
|
|
|
height: 100%; |
|
|
|
background-color: rgba(0,0,0,0.7); |
|
|
|
border-radius: 12rpx; |
|
|
|
} |
|
|
|
|
|
|
|
|