| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 17:00:30 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-09-22 14:05:36 |
| | | * @LastEditTime: 2022-09-22 18:00:12 |
| | | * @FilePath: \srs-police-affairs\src\components\map\index.vue |
| | | * @Description: 公用地图组件 |
| | | * |
| | |
| | | position: relative; |
| | | width: 100%; |
| | | height: 100%; |
| | | |
| | | .screen-full-btn { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | position: absolute; |
| | | left: 420px; |
| | | bottom: 10px; |
| | | width: 36px; |
| | | height: 36px; |
| | | font-size: 20px; |
| | | color: #5a5e66; |
| | | background: #fff; |
| | | border-radius: 5px; |
| | | z-index: 99; |
| | | |
| | | // &.hover-effect { |
| | | // cursor: pointer; |
| | | // transition: background 0.3s; |
| | | |
| | | // &:hover { |
| | | // background: rgba(0, 0, 0, 0.025); |
| | | // } |
| | | // } |
| | | } |
| | | } |
| | | </style> |