Explorar o código

说明:界面字体大小优化

程志平 %!s(int64=4) %!d(string=hai) anos
pai
achega
e4af7c4fab
Modificáronse 4 ficheiros con 25 adicións e 20 borrados
  1. 14 9
      pages/jiaofei/jiaofei.css
  2. 1 2
      pages/jiaofei/jiaofei.vue
  3. 3 3
      pages/reshui/reshui.vue
  4. 7 6
      pages/select/select.css

+ 14 - 9
pages/jiaofei/jiaofei.css

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

+ 1 - 2
pages/jiaofei/jiaofei.vue

@@ -47,8 +47,7 @@
 			</view>
 		</view>
 		<view class="show-item">
-			<input type="number" class="input-money" maxlength="4" placeholder="请输入金额(1-200)" v-model:value="inputMoney"
-				placeholder-class="#B3B3B3" @input="onInput" @blur="onBlur" />
+			<input type="number" class="input-money" maxlength="4" placeholder="请输入金额(1-200)" placeholder-class="input-ph-color" v-model:value="inputMoney" @input="onInput" @blur="onBlur" />
 		</view>
 		<view class="submit-item">
 			<button class="submit" :data-rooms='room' @tap="input_money">充值</button>

+ 3 - 3
pages/reshui/reshui.vue

@@ -1153,7 +1153,7 @@
 
 					.start_mid_txt {
 						color: #333;
-						font-size: 28rpx;
+						font-size: 30rpx;
 					}
 
 					.iconfont {
@@ -1169,13 +1169,13 @@
 						font-size: 38rpx;
 						padding: 10rpx;
 						font-family: Microsoft YaHei-3970(82674968);
-						color: #B3B3B3;
+						color: #B2B2B2;
 						border-radius: 10rpx;
 
 						.icon-dayuhao {
 							margin: 0 0 0 20rpx;
 							font-size: 38rpx;
-							color: #B3B3B3;
+							color: #B2B2B2;
 						}
 					}
 				}

+ 7 - 6
pages/select/select.css

@@ -44,12 +44,12 @@ page {
 	justify-content: center;
 }
 .picker-item-content {
-	width: 360upx;
-	height: 26upx;
-	font-size: 26upx;
-	margin: 55upx 0upx 52upx 120upx;
 	display: flex;
 	justify-content: flex-start;
+	width: 360upx;
+	height: 26upx;
+	font-size: 32upx;
+	margin: 46upx 0upx 46upx 120upx;
 	color: #999999;
 }
 
@@ -79,12 +79,13 @@ page {
 }
 
 .submit{
-	font-size: 29upx;
+	font-size: 36upx;
+	white-space: nowrap;
 	color: #ffffff;
 	border: solid #CCCCCC 1upx;
 	border-radius: 47.5upx;
 	background-color: #1296DB; 
-	padding: 15upx 315upx;
+	padding: 5upx;
 }
 
 .font-txt{