|
@@ -270,7 +270,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
|
|
// label-radio
|
|
|
.form-label-radio{
|
|
|
- width: 100%;display: flex;justify-content: space-between;
|
|
|
+ width: 100%;display: flex;justify-content: space-between;align-items: center;
|
|
|
background-color: #fff;font-size: 30rpx;color: #333;
|
|
|
padding: 6rpx 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
.form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|
|
@@ -278,12 +278,28 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
.form-radio-group{display: flex;flex-wrap: wrap;flex: 1;}
|
|
|
.form-radio-double-group{justify-content: space-between;}
|
|
|
.form-radio-item{
|
|
|
- width: 28%;height:60rpx;line-height:52rpx;border-radius: 6rpx;box-sizing: border-box;
|
|
|
+ width: 29%;height:60rpx;line-height:60rpx;border-radius: 6rpx;box-sizing: border-box;
|
|
|
background-color:#f5f5f5;text-align: center;margin:10rpx 2%;border:1rpx solid #f5f5f5;
|
|
|
+ box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;
|
|
|
}
|
|
|
- .genderActive{
|
|
|
- background-color:#e5f8f4;border:1rpx solid #6bccb0;
|
|
|
+ .genderActive{background-color:#e5f8f4;border:1rpx solid #6bccb0;}
|
|
|
+ // btn
|
|
|
+ .radio-add-btn{
|
|
|
+ width: 29%;height:60rpx;line-height:60rpx;border-radius: 6rpx;box-sizing: border-box;
|
|
|
+ text-align: center;margin:10rpx 2%;border:1rpx solid #6bccb0;color:#6bccb0;
|
|
|
+ box-sizing: border-box;padding: 0 6rpx;font-size: 26rpx;background-color:#e5f8f4;
|
|
|
+ }
|
|
|
+ .radio-btn-box{
|
|
|
+ width: 100%;display:block;text-align: center;
|
|
|
+ .radio-btn{color:#6bccb0;display:inline-block;margin: 16rpx 0;}
|
|
|
+ .radio-btn::after{
|
|
|
+ content: '';width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/common/nav-bar-jt-bottom-green.svg");
|
|
|
+ display: inline-block;vertical-align: middle;margin-left: 10rpx;font-size: 30rpx;
|
|
|
+ }
|
|
|
+ .collapsed-btn::after{transform: rotate(180deg);}
|
|
|
}
|
|
|
+ .label-radio-btn-box{margin-right: 180rpx;}
|
|
|
}
|
|
|
|
|
|
// label-select
|
|
@@ -292,7 +308,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
background-color: #fff;font-size: 30rpx;color: #333;
|
|
|
padding: 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
.form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|
|
|
- .phone-form-label{min-width: 180rpx;line-height:52rpx;}
|
|
|
+ .phone-form-label{min-width: 180rpx;line-height:60rpx;}
|
|
|
.form-radio-select{
|
|
|
display: flex;align-items: center;
|
|
|
icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
@@ -303,7 +319,7 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
|
|
|
|
|
|
// label-switch
|
|
|
.form-label-switch{
|
|
|
- width: 100%;display: flex;justify-content: space-between;
|
|
|
+ width: 100%;display: flex;justify-content: space-between;align-items: center;
|
|
|
background-color: #fff;font-size: 30rpx;color: #333;
|
|
|
padding: 20rpx;box-sizing: border-box;margin-bottom: 2rpx;
|
|
|
.form-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;}
|