@@ -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;
+ }
@@ -841,10 +841,26 @@ export default {
background-color: #09C567;