128 lines
2.3 KiB
SCSS
128 lines
2.3 KiB
SCSS
.app {
|
|
font-family: DengXian;
|
|
color: #C3C1C1;
|
|
font-weight: 400;
|
|
height:100vh;
|
|
background-color: #ffffff;
|
|
.Agreement{
|
|
width: 100%;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
height: 1000rpx;
|
|
position: absolute;
|
|
top:5%;
|
|
font-size: 30rpx;
|
|
.title{
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border-bottom: 1px solid #eeeeee;
|
|
font-size: 34rpx;
|
|
margin: 0px auto;
|
|
width: 100%;
|
|
color: black;
|
|
text-align: center;
|
|
}
|
|
.scroll-Y{
|
|
padding-top: 20rpx;
|
|
height:800rpx;
|
|
width: 100%;
|
|
overflow-y:scroll;
|
|
text-align: left;
|
|
text-indent: 2em;
|
|
}
|
|
.cancel {
|
|
height:70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 32rpx;
|
|
background-color: #F4F5F7;
|
|
position: absolute;
|
|
border-top: 1rpx solid #000000;
|
|
bottom:0;
|
|
right:0;
|
|
width: 50%;
|
|
color: #000000;
|
|
}
|
|
.determine {
|
|
height:70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 32rpx;
|
|
width: 50%;
|
|
color: #F4F5F7;
|
|
background: #26A888;
|
|
position: absolute;
|
|
bottom:0;
|
|
left:0;
|
|
}
|
|
}
|
|
.radio-content {
|
|
width: 95%;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
position: absolute;
|
|
top:65%;
|
|
left:50%;
|
|
transform: translateX(-50%);
|
|
.agreement {
|
|
position: absolute;
|
|
top:50%;
|
|
left:20%;
|
|
transform: translateY(-50%);
|
|
color: #878987;
|
|
}
|
|
.radio-right {
|
|
height: 100rpx;
|
|
|
|
.radio {
|
|
display: inline-block;
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
border-radius: 70%;
|
|
border: 2rpx solid #26A888;
|
|
position: absolute;
|
|
top:50%;
|
|
left:10%;
|
|
transform: translateY(-50%);
|
|
.radio-active {
|
|
width: 25rpx;
|
|
height: 25rpx;
|
|
border-radius: 50%;
|
|
background-color: #26A888;
|
|
position: absolute;
|
|
top:50%;
|
|
left:50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.text{
|
|
position: absolute;
|
|
top:37%;
|
|
left:50%;
|
|
transform: translateX(-50%);
|
|
padding-top: 30rpx;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
font-weight: 600;
|
|
}
|
|
image{
|
|
position: absolute;
|
|
top:20%;
|
|
left:50%;
|
|
transform: translateX(-50%);
|
|
display: block;
|
|
margin: 0 auto;
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
}
|
|
|
|
.loginbtn{
|
|
width: 90%;
|
|
position: absolute;
|
|
top:55%;
|
|
left:5%;
|
|
background-color: #26A888;
|
|
color: #ffffff;
|
|
}
|
|
}
|