|
@@ -677,12 +677,11 @@
|
|
|
color: $color-system;
|
|
|
}
|
|
|
.register-from{
|
|
|
- width: 654rpx;
|
|
|
+ width: 100%;
|
|
|
height: 88rpx;
|
|
|
- padding:0 24rpx;
|
|
|
- background: $sub-bg-color;
|
|
|
- border-radius: 14rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
position: relative;
|
|
|
+ border-bottom: 1px solid #e1e1e1;
|
|
|
.label{
|
|
|
text-align: left;
|
|
|
font-size: $font-size-28;
|
|
@@ -750,8 +749,7 @@
|
|
|
}
|
|
|
}
|
|
|
&.picker{
|
|
|
- padding: 0 24rpx;
|
|
|
- width: 654rpx;
|
|
|
+ width: 100%;
|
|
|
height: 88rpx;
|
|
|
line-height: 88rpx;
|
|
|
.label{
|
|
@@ -765,7 +763,6 @@
|
|
|
}
|
|
|
}
|
|
|
&.radio{
|
|
|
- padding: 0 24rpx;
|
|
|
width: 654rpx;
|
|
|
height: 288rpx;
|
|
|
.row-input{
|
|
@@ -785,7 +782,6 @@
|
|
|
}
|
|
|
}
|
|
|
&.group{
|
|
|
- padding: 0 24rpx;
|
|
|
width: 654rpx;
|
|
|
height: auto;
|
|
|
background: #FFFFFF;
|
|
@@ -881,14 +877,14 @@
|
|
|
&.text-textarea{
|
|
|
background: #FFFFFF;
|
|
|
.textarea{
|
|
|
- width: 654rpx;
|
|
|
- height: 180rpx;
|
|
|
- background: #F7F7F7;
|
|
|
- padding: 24rpx;
|
|
|
+ width: 100%;
|
|
|
+ height: 120rpx;
|
|
|
+ background: #FFFFFF;
|
|
|
+ padding: 24rpx 0;
|
|
|
font-size: $font-size-28;
|
|
|
color: $text-color;
|
|
|
z-index: 1;
|
|
|
- border-radius: 14rpx;
|
|
|
+ border-bottom: 1px solid #E1E1E1;
|
|
|
}
|
|
|
.textarea.hide{
|
|
|
opacity: 0;
|
|
@@ -912,7 +908,7 @@
|
|
|
color: $text-color;
|
|
|
line-height: 102rpx;
|
|
|
width: 150rpx;
|
|
|
- text-align: right;
|
|
|
+ text-align: left;
|
|
|
&.zz{
|
|
|
width: 230rpx;
|
|
|
}
|
|
@@ -1012,9 +1008,9 @@
|
|
|
}
|
|
|
}
|
|
|
.register-btn{
|
|
|
- width: 702rpx;
|
|
|
+ width: 600rpx;
|
|
|
height: 88rpx;
|
|
|
- border-radius: 14rpx;
|
|
|
+ border-radius: 44rpx;
|
|
|
font-size: $font-size-28;
|
|
|
line-height: 88rpx;
|
|
|
color: #FFFFFF;
|