| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .systemMonitoring_box { |
| | | background: rgb(240, 242, 245); |
| | | border-radius: 10px; |
| | | height: 100%; |
| | | padding: 10px; |
| | | |
| | | box-sizing: border-box; |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | padding-top: 30px; |
| | | width: 33%; |
| | | height: 100%; |
| | | background: #fff; |
| | | |
| | | border-radius: 5px; |
| | | border: 1px solid rgb(202, 201, 204); |
| | | .top_box { |
| | |
| | | .Syslabel { |
| | | font-family: sans-serif; |
| | | font-size: 13px; |
| | | color: gray; |
| | | color: white; |
| | | text-align: left; |
| | | // margin-left: 20px; |
| | | } |
| | | .details { |
| | | font-family: sans-serif; |
| | | font-size: 31px; |
| | | color: #1b1e21; |
| | | color: white; |
| | | text-align: center; |
| | | letter-spacing: 2px; |
| | | } |
| | |
| | | .bottom_box { |
| | | border-top: 1px solid rgb(202, 201, 204); |
| | | text-align: center; |
| | | color: #6c757d; |
| | | color: white; |
| | | font-size: 14px; |
| | | } |
| | | } |