|
@@ -39,16 +39,18 @@ page {
|
|
|
.picker-item-label{
|
|
.picker-item-label{
|
|
|
font-size: 30upx;
|
|
font-size: 30upx;
|
|
|
width: 161upx;
|
|
width: 161upx;
|
|
|
- /* height: 30upx; */
|
|
|
|
|
|
|
+ height: 30upx;
|
|
|
|
|
+ line-height: 30upx;
|
|
|
margin: 52upx 0upx 52upx 0upx;
|
|
margin: 52upx 0upx 52upx 0upx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
}
|
|
}
|
|
|
.picker-item-content {
|
|
.picker-item-content {
|
|
|
width: 360upx;
|
|
width: 360upx;
|
|
|
- height: 26upx;
|
|
|
|
|
- font-size: 26upx;
|
|
|
|
|
- margin: 55upx 0upx 52upx 60upx;
|
|
|
|
|
|
|
+ height: 30upx;
|
|
|
|
|
+ line-height: 30upx;
|
|
|
|
|
+ font-size: 36upx;
|
|
|
|
|
+ margin: 46upx 0upx 46upx 60upx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
color: #999999;
|
|
color: #999999;
|
|
@@ -123,18 +125,22 @@ page {
|
|
|
border: solid #1296DB 1upx;
|
|
border: solid #1296DB 1upx;
|
|
|
border-radius: 10upx;
|
|
border-radius: 10upx;
|
|
|
color: #1296DB;
|
|
color: #1296DB;
|
|
|
- font-size: 30upx;
|
|
|
|
|
|
|
+ font-size: 32upx;
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.input-money{
|
|
.input-money{
|
|
|
height: 139upx;
|
|
height: 139upx;
|
|
|
- font-size: 48upx;
|
|
|
|
|
|
|
+ font-size: 38upx;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #333333;
|
|
color: #333333;
|
|
|
margin-left: 29upx;
|
|
margin-left: 29upx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.input-ph-color {
|
|
|
|
|
+ color: #b2b2b2;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.submit-item{
|
|
.submit-item{
|
|
|
margin: 54upx 30upx 0upx 30upx;
|
|
margin: 54upx 30upx 0upx 30upx;
|
|
|
width: 690upx;
|
|
width: 690upx;
|
|
@@ -143,12 +149,11 @@ page {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.submit{
|
|
.submit{
|
|
|
- font-size: 29upx;
|
|
|
|
|
|
|
+ font-size: 38upx;
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
border: solid #1296DB 1upx;
|
|
border: solid #1296DB 1upx;
|
|
|
border-radius: 47.5upx;
|
|
border-radius: 47.5upx;
|
|
|
- background-color: #1296DB;
|
|
|
|
|
- padding: 15upx 315upx;
|
|
|
|
|
|
|
+ background-color: #1296DB;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
|
|
|