| | |
| | | cursor: pointer; |
| | | position: relative; |
| | | line-height: 0.15rem; |
| | | |
| | | li { |
| | | margin: 0.00521rem 0; |
| | | text-align: center; |
| | | font-size: 20px; |
| | | |
| | | img { |
| | | width: 0.1rem; |
| | |
| | | |
| | | .environmental-risk-list { |
| | | position: relative; |
| | | cursor: pointer; |
| | | padding-left: 50px; |
| | | padding-top: 5px; |
| | | padding-bottom: 5px; |
| | | color: @color-shadow; |
| | | border-bottom: 1px solid @background-color-split; |
| | | |
| | | h3{ cursor: pointer;} |
| | | .state { |
| | | width: 30px; |
| | | height: 30px; |
| | |
| | | |
| | | .environmental-risk-list.hover, |
| | | .environmental-risk-list:hover { |
| | | color: @color-over; |
| | | color: @color-highlight; |
| | | background: @background-color; |
| | | } |
| | | |