| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | .el-button--primary { |
| | | color: @color; |
| | | background-color: @background-color; |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | /***************Company 图层 悬浮框样式。*********************************/ |
| | | .company-bindTooltip{ |
| | | background:none; |
| | |
| | | text-shadow: 0 0 5px #fff; |
| | | box-shadow: none; |
| | | } |
| | | |
| | | .company-bindTooltip-hover h3{ |
| | | text-align: center; |
| | | border-bottom:1px solid #0B3B6D; |
| | | margin: 0; |
| | | padding:0; |
| | | } |
| | | |
| | | .company-bindTooltip-hover ul{ |
| | | list-style: none; |
| | | margin: 0; |
| | |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | } |
| | | |
| | | .company-bindTooltip-hover ul li{ |
| | | margin: 0; |
| | | padding:3px 0; |
| | | width: 50%; |
| | | } |
| | | |
| | | /*************** PublicTable 表格样式。*********************************/ |
| | | .cell { |
| | | padding: 0; |
| | | } |
| | | |
| | | .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { |
| | | /* padding-left: 10px; */ |
| | | text-align: center; |
| | | } |