修改样式
This commit is contained in:
parent
bc9ba4b2da
commit
7d15aa523c
@ -1,5 +1,5 @@
|
||||
.app {
|
||||
overflow: scroll;
|
||||
// overflow: scroll;
|
||||
height: 100vh;
|
||||
|
||||
::v-deep .u-checkbox__icon-wrap--checked.data-v-532d01c7{
|
||||
@ -252,9 +252,10 @@
|
||||
}
|
||||
|
||||
.radio-content {
|
||||
margin-top: 39rpx;
|
||||
margin-bottom: 96rpx;
|
||||
// margin-top: 39rpx;
|
||||
// margin-bottom: 96rpx;
|
||||
width: 70%;
|
||||
top: 5%;
|
||||
text-align: center;
|
||||
font-size: 28rpx;
|
||||
position: relative;
|
||||
@ -263,26 +264,29 @@
|
||||
transform: translateX(-50%);
|
||||
|
||||
.agreement {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 20%;
|
||||
// position: absolute;
|
||||
// top: 50%;
|
||||
// left: 20%;
|
||||
margin-top: -28%;
|
||||
margin-left: 10%;
|
||||
transform: translateY(-50%);
|
||||
color: #878987;
|
||||
}
|
||||
|
||||
.radio-right {
|
||||
height: 100rpx;
|
||||
height: 144rpx;
|
||||
width: 100rpx;
|
||||
|
||||
.radio {
|
||||
|
||||
display: inline-block;
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
border-radius: 70%;
|
||||
border: 2rpx solid #26A888;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 5%;
|
||||
// position: relative;
|
||||
// bottom: 44%;
|
||||
// left: 5%;
|
||||
transform: translateY(-50%);
|
||||
|
||||
.radio-active {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user