| | |
| | | body { |
| | | /* 文字风格 Sans-serif 各笔画粗细相同,Serif 笔画粗细不同,monospace 等宽体,cursive草书,fantasy梦幻 */ |
| | | font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial, |
| | | '黑体', '宋体', Arial; |
| | | '黑体', '宋体', Arial; |
| | | -webkit-tap-highlight-color: transparent; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | |
| | | body { |
| | | font-size: 14px; |
| | | color: #333; |
| | |
| | | textarea { |
| | | -webkit-appearance: none; |
| | | font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial, |
| | | '黑体', '宋体', Arial; |
| | | '黑体', '宋体', Arial; |
| | | border: 0; |
| | | margin: 0; |
| | | padding: 0; |
| | |
| | | a:visited { |
| | | text-decoration: none; |
| | | } |
| | | |
| | | a:focus, |
| | | a:active, |
| | | a:hover { |
| | |
| | | ::-webkit-input-placeholder { |
| | | color: #afbdcc; |
| | | } |
| | | |
| | | :-moz-placeholder { |
| | | color: #afbdcc; |
| | | } |
| | | |
| | | ::-moz-placeholder { |
| | | color: #afbdcc; |
| | | } |
| | | |
| | | :-ms-input-placeholder { |
| | | color: #afbdcc; |
| | | } |
| | | |
| | | ::-webkit-scrollbar { |
| | | width: 6px; |
| | | height: 6px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-track { |
| | | background-color: #f5f5f5; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-track-piece { |
| | | background-color: #f5f5f5; |
| | | border-radius: 6px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | background-color: #cccccc; |
| | | border-radius: 6px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-corner { |
| | | background-color: #f5f5f5; |
| | | } |
| | | |
| | | ::-webkit-resizer { |
| | | background-repeat: no-repeat; |
| | | background-position: bottom right; |
| | | } |
| | | |
| | | .el-table__fixed-right .el-table__fixed-body-wrapper .el-table__body { |
| | | padding-bottom: 10px; |
| | | } |
| | | |
| | | .is-scrolling-none+.el-table__fixed-right .el-table__fixed-body-wrapper .el-table__body { |
| | | padding-bottom: 0; |
| | | } |
| | | .is-scrolling-none+.el-table__fixed-right::before { |
| | | background: transparent; |
| | | } |
| | | .vl-notify-mask { |
| | | opacity: 0.4 !important; |
| | | z-index: 99998; |
| | | } |
| | | .vl-notify { |
| | | z-index: 99999; |
| | | } |