You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
737 B
36 lines
737 B
page { |
|
background: linear-gradient(218deg, #e8bbe7 0%, #ffedf6 26%, #ffedf6 100%); |
|
} |
|
.page { |
|
padding: 408rpx 40rpx 0; |
|
.container { |
|
padding: 40rpx 32rpx 42rpx; |
|
background-color: #fff; |
|
border-radius: 32rpx; |
|
.content { |
|
font-size: 32rpx; |
|
line-height: 2; |
|
color: #002b48; |
|
} |
|
.tip { |
|
margin-top: 28rpx; |
|
font-size: 32rpx; |
|
color: rgba(87,87,87,0.5); |
|
} |
|
} |
|
.btn { |
|
margin-top: 42rpx; |
|
height: 92rpx; |
|
font-size: 32rpx; |
|
color: #FFFFFF; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
background: linear-gradient(90deg, #dd406a 0%, #9039b0 100%); |
|
border-radius: 112rpx 112rpx 112rpx 112rpx; |
|
} |
|
} |
|
#video { |
|
width: 0; |
|
height: 0; |
|
}
|
|
|