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.
67 lines
926 B
67 lines
926 B
/* pages/index/index.wxss */
|
|
.photo1{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -999;
|
|
}
|
|
.header{
|
|
height: 200rpx;
|
|
padding:40rpx 30rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
color: white;
|
|
}
|
|
.title{
|
|
font-size: 52rpx;
|
|
font-weight: 700;
|
|
padding: 20rpx;
|
|
}
|
|
.header .info{
|
|
font-size:28rpx ;
|
|
padding: 20rpx;
|
|
}
|
|
.body{
|
|
padding: 40rpx;
|
|
padding-top: 230rpx;
|
|
}
|
|
.input{
|
|
margin-top: 20rpx;
|
|
|
|
}
|
|
.one{
|
|
height: 100rpx;
|
|
margin-top: 20rpx;
|
|
box-shadow: #77778a 0 0 5rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.two{
|
|
border: solid 1rpx #73ccd8;
|
|
margin-top: 40rpx;
|
|
width: 100%;
|
|
background-color: #73ccd8;
|
|
border-radius: 40rpx;
|
|
}
|
|
.end{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 40rpx;
|
|
color: #9f9f9f;
|
|
}
|
|
.end text{
|
|
margin-left:30rpx;
|
|
}
|
|
.end-power{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.power{
|
|
color: #d6d6d6;
|
|
position: fixed;
|
|
bottom: 50rpx;
|
|
|
|
}
|
|
.remenber{
|
|
margin-top: 20rpx;
|
|
} |