Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
shidongli 2023-11-16 10:43:10 +08:00
commit ba1e8ccaae

View File

@ -1,5 +1,5 @@
.app { .app {
overflow: scroll; // overflow: scroll;
height: 100vh; height: 100vh;
::v-deep .u-checkbox__icon-wrap--checked.data-v-532d01c7{ ::v-deep .u-checkbox__icon-wrap--checked.data-v-532d01c7{
@ -252,9 +252,10 @@
} }
.radio-content { .radio-content {
margin-top: 39rpx; // margin-top: 39rpx;
margin-bottom: 96rpx; // margin-bottom: 96rpx;
width: 70%; width: 70%;
top: 5%;
text-align: center; text-align: center;
font-size: 28rpx; font-size: 28rpx;
position: relative; position: relative;
@ -263,26 +264,29 @@
transform: translateX(-50%); transform: translateX(-50%);
.agreement { .agreement {
position: absolute; // position: absolute;
top: 50%; // top: 50%;
left: 20%; // left: 20%;
margin-top: -28%;
margin-left: 10%;
transform: translateY(-50%); transform: translateY(-50%);
color: #878987; color: #878987;
} }
.radio-right { .radio-right {
height: 100rpx; height: 144rpx;
width: 100rpx; width: 100rpx;
.radio { .radio {
display: inline-block; display: inline-block;
width: 35rpx; width: 35rpx;
height: 35rpx; height: 35rpx;
border-radius: 70%; border-radius: 70%;
border: 2rpx solid #26A888; border: 2rpx solid #26A888;
position: absolute; // position: relative;
top: 50%; // bottom: 44%;
left: 5%; // left: 5%;
transform: translateY(-50%); transform: translateY(-50%);
.radio-active { .radio-active {