| | |
| | | @import "variables.scss"; |
| | | @import "./element-variables.scss"; |
| | | // 样式重置 |
| | | html { |
| | | height: 100%; |
| | |
| | | width: 200px !important; |
| | | } |
| | | .w300{ |
| | | width: 300px; |
| | | width: 300px !important; |
| | | } |
| | | .w400{ |
| | | width: 400px !important; |
| | |
| | | .red{ |
| | | color: red !important; |
| | | } |
| | | .green{ |
| | | color: #00BA67; |
| | | } |
| | | .primaryColor{ |
| | | color: $primary-color !important; |
| | | } |
| | | .placeholder9{ |
| | | color: #999999; |
| | | } |
| | | .placeholder6{ |
| | | color: #666666; |
| | | } |
| | | .pointer{ |
| | | cursor: pointer; |
| | | } |
| | | .table_btns{ |
| | | border-bottom: 1px solid #eee; |
| | | padding-bottom: 10px; |
| | | } |
| | | .ml20 { |
| | | margin-left: 20px; |
| | | margin-left: 20px !important; |
| | | } |
| | | .mt30 { |
| | | margin-top: 30px; |
| | | margin-top: 30px !important; |
| | | } |
| | | |
| | | .mr30 { |