|
@@ -154,7 +154,7 @@ export default {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
background-color: #f5f5f5;
|
|
background-color: #f5f5f5;
|
|
|
- padding: 20upx;
|
|
|
|
|
|
|
+ padding: 20upx 20upx 50upx 20upx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 信息卡片
|
|
// 信息卡片
|
|
@@ -233,13 +233,13 @@ export default {
|
|
|
|
|
|
|
|
.custom-input {
|
|
.custom-input {
|
|
|
width: 200upx;
|
|
width: 200upx;
|
|
|
- height: 40upx;
|
|
|
|
|
|
|
+ height: 60upx;
|
|
|
padding: 0 10upx;
|
|
padding: 0 10upx;
|
|
|
- font-size: 28upx;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
border: 2upx solid #ccc;
|
|
border: 2upx solid #ccc;
|
|
|
border-radius: 4upx;
|
|
border-radius: 4upx;
|
|
|
background-color: white;
|
|
background-color: white;
|
|
|
-
|
|
|
|
|
|
|
+ text-align: center;
|
|
|
&::placeholder {
|
|
&::placeholder {
|
|
|
color: #999;
|
|
color: #999;
|
|
|
}
|
|
}
|