copy from public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css
copy to public/map/widgets/policeDispatching/PoliceDispatching.css
| File was copied from public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css |
| | |
| | | } |
| | | |
| | | div[open-li='police-dispatching']>ul { |
| | | display: none; |
| | | display: flex; |
| | | height: 36px; |
| | | line-height: 36px; |
| | | } |
| | | |
| | | div[open-li='police-dispatching']>ul>li { |
| | | /* flex: 1; */ |
| | | flex: 1; |
| | | font-size: 16px; |
| | | text-align: center; |
| | | color: #a5a5a5; |
| | |
| | | /* 分析研判内容容器 */ |
| | | .police-container { |
| | | position: relative; |
| | | height: calc(100%); |
| | | height: calc(100% - 38px); |
| | | font-size: 14px; |
| | | } |
| | | |
| | |
| | | right: 8px; |
| | | width: 24px; |
| | | height: 24px; |
| | | background: url('views/map/images/close.png') no-repeat; |
| | | background: url('../../images/close.png') no-repeat; |
| | | background-size: 100% 100%; |
| | | cursor: pointer; |
| | | } |
| | |
| | | transform: translate(0, -50%); |
| | | width: 16px; |
| | | height: 16px; |
| | | background: url('../../../../images/select-bg.png') repeat; |
| | | background: url('../../images/select-bg.png') repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | |
| | | transform: translate(0, -50%); |
| | | width: 16px; |
| | | height: 16px; |
| | | background: url('../../../../images/select-bg.png') repeat; |
| | | background: url('../../images/select-bg.png') repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |