|
|
@@ -374,4 +374,52 @@ page { |
|
|
|
background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%); |
|
|
|
border-radius:47rpx; |
|
|
|
margin-top: 79rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
.al-bg{ |
|
|
|
position: fixed; |
|
|
|
width: 100%; |
|
|
|
height: 100vh; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
background:rgba(0,0,0,1); |
|
|
|
opacity:0.65; |
|
|
|
z-index: 200; |
|
|
|
} |
|
|
|
.al-content{ |
|
|
|
background: #fff; |
|
|
|
position: fixed; |
|
|
|
width: 545rpx; |
|
|
|
z-index: 300; |
|
|
|
top: 200rpx; |
|
|
|
left: 102rpx; |
|
|
|
border-radius: 15rpx; |
|
|
|
} |
|
|
|
.al-top{ |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
.al-top image{ |
|
|
|
position: relative; |
|
|
|
height: 298rpx; |
|
|
|
margin-top: -96rpx; |
|
|
|
width: 545rpx; |
|
|
|
} |
|
|
|
.al-center{ |
|
|
|
padding: 80rpx 30rpx; |
|
|
|
font-size:30rpx; |
|
|
|
font-family:PingFang-SC-Regular; |
|
|
|
font-weight:400; |
|
|
|
color:rgba(51,51,51,1); |
|
|
|
} |
|
|
|
.al-bottom{ |
|
|
|
width:462rpx; |
|
|
|
height:95rpx; |
|
|
|
background:linear-gradient(90deg,rgba(248,85,45,1) 0%,rgba(241,60,66,1) 0%,rgba(248,86,46,1) 100%); |
|
|
|
border-radius:47rpx; |
|
|
|
font-size:30rpx; |
|
|
|
font-family:PingFang-SC-Medium; |
|
|
|
font-weight:500; |
|
|
|
color:rgba(255,255,255,1); |
|
|
|
text-align: center; |
|
|
|
line-height: 95rpx; |
|
|
|
margin: 0 auto 43rpx; |
|
|
|
} |