Browse Source

样式调整

wpd_sub_user5
zq 2 months ago
parent
commit
44b415e54f
  1. 15
      view/css/common.css
  2. 15
      view/css/subCount.css
  3. 2
      view/templates/index/user_list.html

15
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;

15
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;

2
view/templates/index/user_list.html

@ -96,7 +96,7 @@
微信扫码,绑定子账号
</p>
<div class="scanSuccess name column {if !$bind_user_info}hide{/if}">
<div class="name-top">
<div class="name-top flex">
<img src="{$smarty.const.CSS_URL}/images/user.svg" alt="">
姓名
</div>

Loading…
Cancel
Save