123456789101112131415161718192021222324252627282930 |
- .label {
- color: #c4c4c4;
- }
- .maptop {
- position: absolute;
- top: 228px;
- left: 0;
- z-index: 1;
- box-sizing: border-box;
- width: 1340px;
- height: 39px;
- padding-top: 10px;
- .right {
- display: flex;
- float: right;
- .circle {
- display: inline-block;
- width: 10px;
- height: 10px;
- margin-right: 4px;
- margin-left: 18px;
- background: #5e8bcf;
- border-radius: 10px;
- }
- .noCurtain {
- background: url(~@/assets/images/page-equipment/bg_disable.png) repeat;
- border: 1px solid #dfe3ed;
- }
- }
- }
|