| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-09-27 09:18:54 |
| | | * @LastEditTime: 2022-09-27 10:52:05 |
| | | * @FilePath: \srs-police-affairs\src\views\activity\index.vue |
| | | * @Description: 安保活动 |
| | | * |
| | |
| | | .row-box { |
| | | margin: 10px; |
| | | padding: 10px; |
| | | background: rgba(15, 31, 50, 0.5); |
| | | background: rgba(29, 38, 105, 1); |
| | | cursor: pointer; |
| | | |
| | | .row-content { |
| | |
| | | } |
| | | } |
| | | .row-box:hover { |
| | | background-color: rgba(222, 176, 176, 0.2); |
| | | background-color: rgb(1, 76, 137); |
| | | } |
| | | |
| | | .row-box.on { |
| | | background: rgba(222, 176, 176, 0.2); |
| | | background: rgb(1, 76, 137); |
| | | } |
| | | |
| | | :deep(.el-dialog) { |
| | |
| | | left: 405px; |
| | | flex-direction: column; |
| | | width: 240px; |
| | | color: #fff; |
| | | background: $bg-color; |
| | | |
| | | :deep(.el-tree-node__content) { |
| | | background: transparent; |
| | | } |
| | | :deep(.el-tree-node) { |
| | | background: #0f1e2d; |
| | | background: $bg-color; |
| | | color: #fff; |
| | | } |
| | | } |
| | | |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-09-27 09:20:26 |
| | | * @LastEditTime: 2022-09-27 10:45:10 |
| | | * @FilePath: \srs-police-affairs\src\views\house\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | } |
| | | } |
| | | .police-info { |
| | | :deep(.el-table tr:nth-child(2n)) { |
| | | background: #324e75; |
| | | color: #fff; |
| | | } |
| | | :deep(.el-table tr:nth-child(2n-1)) { |
| | | background: #26426a; |
| | | color: #fff; |
| | | } |
| | | :deep(.el-table tr:hover td) { |
| | | cursor: pointer; |
| | | background-color: rgba(222, 176, 176, 0.2); |
| | | } |
| | | :deep(.el-table::before) { |
| | | height: 0px; |
| | | } |
| | | :deep(.el-dialog__header) { |
| | | margin-top: 150px; |
| | | } |
| | | :deep(.el-dialog__title) { |
| | | line-height: 24px; |
| | | font-size: 24px; |
| | | font-weight: 700; |
| | | color: #303133; |
| | | } |
| | | .tableClass { |
| | | margin: 0 auto; |
| | | width: 600px; |