소스 검색

输入金额

shish 8 달 전
부모
커밋
5226bad540
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      ghsApp/src/admin/shop/renew.vue

+ 4 - 4
ghsApp/src/admin/shop/renew.vue

@@ -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;
     }
     }