| | |
| | | font: 12px/1.5 "Microsoft YaHei", Arial, Helvetica, sans-serif; |
| | | } |
| | | |
| | | |
| | | /*全局设置***********/ |
| | | h1, h2, h3, h4, h5, h6, ul, li, p { |
| | | padding: 0; |
| | | margin: 0; |
| | | list-style: none; |
| | | } |
| | | |
| | | |
| | | i { |
| | | font-style: normal |
| | |
| | | } |
| | | |
| | | .el-dialog { |
| | | height: 500px; |
| | | border: 0.00521rem solid @color; |
| | | box-shadow: 0 0 0.03rem @color; |
| | | background: rgba(0, 16, 30, 0.8); |
| | |
| | | } |
| | | |
| | | .hover-bottom:hover, |
| | | .hover-bottom.hover{ |
| | | box-shadow: 0 0 0.03rem #fff700 inset !important; |
| | | color: #fff700 !important; |
| | | cursor: pointer; |
| | | } |
| | | .active-button { |
| | | border: 0.00521rem solid #fff700 !important; |
| | | box-shadow: 0 0 0.03rem #fff700 !important; |
| | |
| | | height: 0; |
| | | background: none; |
| | | } |
| | | |
| | | .cell { |
| | | padding: 0 3px !important; |
| | | |
| | | i { |
| | | display: block; |
| | | font-style: normal; |
| | |
| | | } |
| | | |
| | | .el-table th > .cell { |
| | | border: 1px #396d83 solid; |
| | | color: #00fff6; |
| | | } |
| | | |