parent
7ee05c66d0
commit
5380bc35a0
@ -0,0 +1,34 @@ |
||||
.fixedBox{ |
||||
position: absolute; |
||||
width: 100vw; |
||||
height: 100vh; |
||||
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)); |
||||
&-inner{ |
||||
position: absolute; |
||||
width: 100vw; |
||||
top:45vh; |
||||
display: flex; |
||||
flex-direction: column; |
||||
align-items: center; |
||||
&-icon{ |
||||
image{ |
||||
width: 32rpx; |
||||
height: 32rpx; |
||||
} |
||||
} |
||||
&-box{ |
||||
margin-top: 24rpx; |
||||
width: 680rpx; |
||||
left:35rpx; |
||||
height: 76rpx; |
||||
background-color: #45D4A8; |
||||
color:#fff; |
||||
line-height: 76rpx; |
||||
text-align: center; |
||||
font-size: 32rpx; |
||||
font-weight: 500; |
||||
border-radius: 8rpx 8rpx 8rpx 8rpx; |
||||
} |
||||
|
||||
} |
||||
} |
Loading…
Reference in new issue