Browse Source

输入框样式

shish 7 months ago
parent
commit
81d93f36a5

+ 16 - 0
ghsPad/src/pages/home/components/settlePop.vue

@@ -855,10 +855,26 @@ export default {
                     margin: 0 3upx 3upx 0;
                     color: #333333;
                     border-radius: 3upx;
+                    display: flex;
+                    align-items: center;
+                    justify-content: center;
                     &.active {
                         background-color: #3385FF;
                         color: #ffffff;
                     }
+                    /* 输入框样式 */
+                    input {
+                        width: 100%;
+                        height: 32upx;
+                        line-height: 32upx;
+                        font-size: 13upx;
+                        border: none;
+                        background: transparent;
+                        color: #333333;
+                        text-align: center;
+                        padding: 0;
+                        margin: 0;
+                    }
                 }
             }
         }

+ 16 - 0
hdPad/src/pages/home/components/settlePop.vue

@@ -841,10 +841,26 @@ export default {
                     margin: 0 3upx 3upx 0;
                     color: #333333;
                     border-radius: 3upx;
+                    display: flex;
+                    align-items: center;
+                    justify-content: center;
                     &.active {
                         background-color: #09C567;
                         color: #ffffff;
                     }
+                    /* 输入框样式 */
+                    input {
+                        width: 100%;
+                        height: 32upx;
+                        line-height: 32upx;
+                        font-size: 13upx;
+                        border: none;
+                        background: transparent;
+                        color: #333333;
+                        text-align: center;
+                        padding: 0;
+                        margin: 0;
+                    }
                 }
             }
         }