:global { //绘制矢量图工具 .vectorgraph { width: 350px; padding: 5px; border-radius: 33px; margin-left: 300px; left: unset; right: 100px; top: 0px; .vet-col { text-align: center; cursor: pointer; } .cancel { // width:0; // height:0; // border-top:50px solid transparent; // border-bottom: 50px solid transparent; // border-left: 50px solid green; } .circle { content: ''; width: 20px; height: 20px; border: 1px solid #999999; border-radius: 50%; display: inline-block; } .rectangle { content: ''; width: 20px; height: 20px; border: 1px solid #999999; display: inline-block; } .active { background: #4285ec; border: 0; } } // //搜索列表 // .search-list { // border: 1px solid #e6e3e3; // width: 280px; // // padding: 10px; // position: absolute; // top: 80px; // left: 20px; // background: #fff; // .security-personnel { // width: 100%; // height: 40px; // background: #4285ec; // color: #ffffff; // line-height: 40px; // text-align: center; // font-size: 16px; // } // .list { // padding: 10px 14px; // .item { // border: 1px solid #e7e7e7; // margin-bottom: 10px; // cursor: pointer; // .name { // color: #333333; // font-size: 15px; // font-weight: 550; // } // .text { // color: #666666; // font-size: 14px; // line-height: 24px; // } // } // } // .ant-pagination { // text-align: center; // padding-bottom: 10px; // } // } //详情信息 .detail { background: #fff; position: absolute; top: 82px; right: 20px; } }