| | |
| | | @import './normalize.scss'; |
| | | //保安人员管理相关样式 |
| | | @import './management.scss'; |
| | | //保安公司管理相关样式 |
| | | @import './securityCompany.scss'; |
| | | |
| | | // 武装守押---地图---样式 |
| | | @import './map.scss'; |
| | | |
| | | a{ |
| | | text-decoration: none; |
| | |
| | | } |
| | | //滚动条样式 |
| | | @include scrollBar; |
| | | |
| | | |
| | | .see-img-box { |
| | | |
| | | .el-dialog { |
| | | width: 840px; |
| | | height: 540px; |
| | | |
| | | .el-dialog__body { |
| | | padding: 4px; |
| | | position: relative; |
| | | height: calc(100% - 62px); |
| | | } |
| | | |
| | | div.img { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | right: 0; |
| | | bottom: 0; |
| | | margin: auto; |
| | | width: calc(100% - 8px); |
| | | height: calc(100% - 8px); |
| | | overflow: hidden; |
| | | } |
| | | } |
| | | |
| | | } |
| | | // 统计弹表的样式 |
| | | .tongji-class .el-dialog{ |
| | | width: 80%; |
| | | margin-top: 10vh; |
| | | } |