|
@ -137,7 +137,21 @@ p{ |
|
|
color: #9E9E9E; |
|
|
color: #9E9E9E; |
|
|
text-decoration: none; |
|
|
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 { |
|
|
.pagination { |
|
@ -198,6 +212,7 @@ p{ |
|
|
} |
|
|
} |
|
|
#jump-to-page{ |
|
|
#jump-to-page{ |
|
|
border:1px solid #DCDFE6; |
|
|
border:1px solid #DCDFE6; |
|
|
|
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
#go-to-page{ |
|
|
#go-to-page{ |
|
|
padding: 0; |
|
|
padding: 0; |
|
|