:global { .attendance-type { width: 1130px; height: 100px; position: absolute; bottom: 30px; background: #ffffff; left: 0; right: 0; margin: auto; // line-height: 100px; padding: 0 5px; white-space: nowrap; overflow-x: auto; overflow-y: hidden; box-shadow: 0px 0px 10px #b9b8b8; .item-icon { cursor: pointer; // float: left; display: inline-block; max-width: 80px; height: 100%; position: relative; img { max-height: 70px; } .label { position: absolute; left: 0; width: 80px; text-align: center; bottom: 2px; } } } //搜索列表 .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; overflow: auto; .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; // } .amap_lib_placeSearch_poi { margin-left: 5px; } } } .ant-pagination { text-align: center; padding-bottom: 10px; } } //人员列表 .security { .attendance-detail { padding: 10px 15px; } .attendance-data { // max-height: 500px; overflow: auto; } .security-personnel { .title { max-width: 250px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .close { position: absolute; right: 10px; cursor: pointer; } } .see-more { margin-top: -8px; text-align: right; padding-right: 10px; color: #4285ec; font-size: 14px; span { cursor: pointer; } } } }