diff --git a/view/css/common.css b/view/css/common.css index da86bd0..30fb285 100644 --- a/view/css/common.css +++ b/view/css/common.css @@ -137,7 +137,21 @@ p{ color: #9E9E9E; text-decoration: none; } - +/* 去除input 右侧小图标 */ +input[type="number"]::-webkit-outer-spin-button, +input[type="number"]::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +/* 对于Firefox */ +input[type="number"] { + -moz-appearance: textfield; +} +input:hover,input:focus-within,input:focus-visible{ + border-color: #006AFF; + outline: none; +} /* 分页容器样式 */ .pagination { @@ -198,6 +212,7 @@ p{ } #jump-to-page{ border:1px solid #DCDFE6; + text-align: center; } #go-to-page{ padding: 0; diff --git a/view/css/subCount.css b/view/css/subCount.css index 1734dca..2c9fc63 100644 --- a/view/css/subCount.css +++ b/view/css/subCount.css @@ -251,16 +251,24 @@ input:checked+.slider:before { .addChildNumWrap p { justify-content: center; } - +.scanSuccessText{ + width: 100%; + display: inline-block; + min-height: 18px; + word-wrap: break-word; +} .btnGroups { margin-top: 32px; justify-content: center; align-items: center; } - .name-top { width: 100%; text-align: left; + margin-top: 12px; +} +.name-top img{ + margin-right: 8px; } .name-input { @@ -283,6 +291,9 @@ input:checked+.slider:before { cursor: pointer; top: 82px; left: 162px; + text-align: center; + padding: 0 10px; + box-sizing: border-box; } .code-filter img{ margin-bottom: 6px; diff --git a/view/templates/index/user_list.html b/view/templates/index/user_list.html index 2d9c5ff..5c65da6 100644 --- a/view/templates/index/user_list.html +++ b/view/templates/index/user_list.html @@ -96,7 +96,7 @@ 微信扫码,绑定子账号