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.
 
 
 

59 lines
1.3 KiB

.contioner{
width: 100vw;
height: 100vh;
background-color: #1a1a1a;
.content{
width: 700rpx;
margin: 0rpx auto;
overflow: hidden;
.header{
width: 700rpx;
height: 260rpx;
background-color: #303030;
border-radius: 20rpx;
margin-top: 40rpx;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box;
.headertitle{
color: #69f9fd;
font-size: 40rpx;
font-weight: bold;
image{
width: 120rpx;
height: 30rpx;
vertical-align: middle;
}
text{
vertical-align: middle;
margin: 0rpx 10rpx;
}
}
.number{
color: #FFFFFF;
font-size: 36rpx;
font-weight: bold;
margin-top: 10rpx;
}
}
}
.button{
width: 340rpx;
height: 80rpx;
margin: auto;
// margin-top: 40rpx;
position: absolute;
bottom: 80rpx;
left: 210rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
border-radius: 40rpx;
background: #77A1D3; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E684AE, #8eeeed); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E684AE, #8eeeed); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
}