some files changes(styles)
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-11-09 13:51:23 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-11-09 16:31:43 |
| | | * @LastEditTime: 2023-01-02 14:18:14 |
| | | * @FilePath: \srs-police-affairs\src\components\shrink\index.vue |
| | | * @Description: |
| | | * |
| | |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.remove('shrink-btn') |
| | | document.querySelector('.screen-full-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-icon-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.remove('shrink-btn') |
| | | |
| | | } else { |
| | | this.str = '>>' |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.add('shrink-btn') |
| | | document.querySelector('.screen-full-btn').classList.add('shrink-btn') |
| | | document.querySelector('.image-switch-icon-btn').classList.add('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.add('shrink-btn') |
| | | } |
| | | } |
| | | }, |
| | |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.remove('shrink-btn') |
| | | document.querySelector('.screen-full-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-icon-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.remove('shrink-btn') |
| | | } |
| | | } |
| | | </script> |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-07-29 15:19:13 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-12-16 16:48:28 |
| | | * @LastEditTime: 2023-01-02 14:06:29 |
| | | * @FilePath: \srs-police-affairs\src\router\axios.js |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | */ |
| | |
| | | // config.baseURL = 'http://192.168.0.115:18080/api' |
| | | // 内网部署地址 |
| | | // config.baseURL = 'http://10.141.11.11:18185/api' |
| | | config.baseURL = "http://192.168.0.109:18185/api" |
| | | config.baseURL = "http://192.168.0.129:18185/api" |
| | | // config.baseURL = 'http://192.168.0.106:1888/api' |
| | | } else if (config.requestBaseUrl == "fengt") { |
| | | config.baseURL = "http://10.141.11.11:18080" |
| | |
| | | margin: 0; |
| | | padding: 0; |
| | | box-sizing: border-box; |
| | | scrollbar-color: rgba(8, 56, 185, 0.9) hsla(0, 0%, 84.7%, 0.2); |
| | | scrollbar-width: thin; |
| | | } |
| | | |
| | | html, |
| | |
| | | font-size: 16px; |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | background: #171b22; |
| | | background: #032e61; |
| | | |
| | | // scrollbar-width: none; |
| | | // -ms-overflow-style: none; |
| | |
| | | -ms-interpolation-mode: nearest-neighbor; |
| | | } |
| | | |
| | | ::-webkit-scrollbar { |
| | | width: 5px; |
| | | height: 5px; |
| | | background-color: transparent; |
| | | } |
| | | // ::-webkit-scrollbar { |
| | | // width: 5px; |
| | | // height: 5px; |
| | | // background-color: transparent; |
| | | // } |
| | | |
| | | ::-webkit-scrollbar { |
| | | width: 7px; |
| | | height: 7px; |
| | | background-color: transparent; |
| | | } |
| | | // ::-webkit-scrollbar { |
| | | // width: 7px; |
| | | // height: 7px; |
| | | // background-color: transparent; |
| | | // } |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | border-radius: 5px; |
| | | background-color: hsla(220deg, 4%, 58%, 0.3); |
| | | } |
| | | // ::-webkit-scrollbar-thumb { |
| | | // border-radius: 5px; |
| | | // background-color: hsla(220deg, 4%, 58%, 0.3); |
| | | // } |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | border-radius: 5px; |
| | | background-color: hsla(220deg, 4%, 58%, 0.3); |
| | | } |
| | | // ::-webkit-scrollbar-thumb { |
| | | // border-radius: 5px; |
| | | // background-color: hsla(220deg, 4%, 58%, 0.3); |
| | | // } |
| | | |
| | | ::-webkit-scrollbar-track-piece { |
| | | background-color: transparent; |
| | | } |
| | | // ::-webkit-scrollbar-track-piece { |
| | | // background-color: transparent; |
| | | // } |
| | | |
| | | ::-webkit-scrollbar-track-piece { |
| | | background-color: transparent; |
| | | } |
| | | // ::-webkit-scrollbar-track-piece { |
| | | // background-color: transparent; |
| | | // } |
| | | |
| | | .car-video-box { |
| | | .el-dialog { |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | position: fixed; |
| | | position: absolute; |
| | | font-size: 20px; |
| | | color: #fff; |
| | | background: #fff; |
| | |
| | | } |
| | | |
| | | .image-switch-img-btn { |
| | | left: countSizeVw(46, 1920); |
| | | bottom: countSizeVh(190); |
| | | top: 0; |
| | | left: countSizeVw(40, 1920); |
| | | font-size: countSizeVh(20); |
| | | border-radius: countSizeVh(5); |
| | | |
| | |
| | | } |
| | | } |
| | | |
| | | .image-switch-img-btn.imgbottom { |
| | | left: countSizeVw(446, 1920); |
| | | bottom: countSizeVh(480); |
| | | } |
| | | |
| | | .image-switch-img-btn.shrink-btn { |
| | | left: countSizeVw(454, 1920); |
| | | bottom: countSizeVh(154); |
| | | } |
| | | } |
| | | |
| | | .auth-page { |
| | |
| | | .draw-btn { |
| | | margin: countSizeVh(8) countSizeVw(8, 1920); |
| | | height: countSizeVh(26); |
| | | |
| | | .el-button--mini{ |
| | | font-size: countSizeVh(16); |
| | | padding: countSizeVh(8) 0; |
| | |
| | | width: countSizeVw(88, 1920); |
| | | font-size: countSizeVh(16); |
| | | } |
| | | |
| | | .category-value{ |
| | | .category-input { |
| | | width: 80%; |
| | |
| | | width: 100%; |
| | | height: countSizeVh(32); |
| | | } |
| | | |
| | | .el-input--suffix .el-input__inner{ |
| | | height: countSizeVh(32); |
| | | font-size: countSizeVh(14); |
| | | padding-left: countSizeVw(10, 1920); |
| | | } |
| | | |
| | | .el-select .el-input .el-select__caret{ |
| | | font-size: countSizeVh(14); |
| | | line-height: countSizeVh(32); |
| | |
| | | height: countSizeVh(30); |
| | | font-size: countSizeVh(16); |
| | | } |
| | | |
| | | .el-tree-node__label{ |
| | | font-size: countSizeVh(16); |
| | | } |
| | | |
| | | .el-checkbox .el-checkbox__inner{ |
| | | height: countSizeVh(20); |
| | | width: countSizeVh(20); |
| | | border-radius: countSizeVh(2); |
| | | } |
| | | |
| | | .el-tree-node__expand-icon{ |
| | | font-size: countSizeVh(16); |
| | | |
| | | } |
| | | |
| | | .el-checkbox .el-checkbox__inner::after{ |
| | | height: countSizeVh(16); |
| | | left:countSizeVw(7, 1920); |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .image-switch-img-btn.imgbottom { |
| | | left: countSizeVw(446, 1920); |
| | | bottom: countSizeVh(480); |
| | | } |
| | | } |
| | | |
| | | .image-switch-img-btn.shrink-btn { |
| | | left: countSizeVw(454, 1920); |
| | | bottom: countSizeVh(154); |
| | | } |
| | | } |
| | | } |
| | | .option-css,.activity-option { |
| | | .option-css, |
| | | .activity-option { |
| | | height: countSizeVh(40); |
| | | line-height: countSizeVh(40); |
| | | font-size: countSizeVh(16); |
| | | } |
| | | .option-css:hover,.option-css.selected { |
| | | |
| | | .option-css:hover, |
| | | .option-css.selected { |
| | | color: #409EFF; |
| | | } |
| | | |
| | | .option-css:hover { |
| | | background-color:rgba(0, 92, 169, 0.3) !important; |
| | | } |
| | | |
| | | .el-select-dropdown__wrap { |
| | | max-height: countSizeVh(200); |
| | | } |
| | | |
| | | .el-picker-panel{ |
| | | width: countSizeVw(536, 1920)!important; |
| | | } |
| | | |
| | | .el-date-range-picker__header div{ |
| | | font-size: countSizeVh(16); |
| | | height: countSizeVh(36); |
| | | line-height: countSizeVh(36); |
| | | |
| | | } |
| | | |
| | | .el-picker-panel .el-date-range-picker__header button { |
| | | font-size: countSizeVh(16); |
| | | height: countSizeVh(36); |
| | | line-height: countSizeVh(36); |
| | | } |
| | | .el-date-table td span,.el-date-table th{ |
| | | |
| | | .el-date-table td span, |
| | | .el-date-table th { |
| | | font-size: countSizeVh(16); |
| | | } |
| | | |
| | | .el-date-table tr{ |
| | | height: countSizeVh(22); |
| | | } |
| | |
| | | <mask id="border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c"> |
| | | <circle cx="0" cy="0" r="150" |
| | | fill="url(#border-box-8-gradient-974b4d7cfafa444396861ca1d1173c8c)"> |
| | | <animateMotion dur="3s" |
| | | <animateMotion dur="8s" |
| | | path="M0.27,0.03c52.66,0,105.34,0,158,0c1.67,2,3.33,4,5,6c1,0.33,2,0.67,3,1c1.33,1.67,2.67,3.33,4,5 |
| | | c16,0,32,0,48,0c53.66,0,107.34,0,161,0c1.13,1.72,0.63,1.36,3,2c0,0.67,0,1.33,0,2c0.67,0,1.33,0,2,0 |
| | | c0.01,104.58,0.01,206.44,0,309c-1.43,0.78-4.01,2.77-5,4c-12,0-24,0-36,0c-2.67-3.33-5.33-6.67-8-10c-21,0-42,0-63,0 |
| | |
| | | </use> |
| | | <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" |
| | | mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd"> |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="3s" |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" |
| | | repeatCount="indefinite"> |
| | | </animate> |
| | | </use> |
| | |
| | | <mask id="border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c"> |
| | | <circle cx="0" cy="0" r="150" |
| | | fill="url(#border-box-8-gradient-974b4d7cfafa444396861ca1d1173c8c)"> |
| | | <animateMotion dur="3s" |
| | | <animateMotion dur="8s" |
| | | path="M0.27,0.03c52.66,0,105.34,0,158,0c1.67,2,3.33,4,5,6c1,0.33,2,0.67,3,1c1.33,1.67,2.67,3.33,4,5 |
| | | c16,0,32,0,48,0c53.66,0,107.34,0,161,0c1.13,1.72,0.63,1.36,3,2c0,0.67,0,1.33,0,2c0.67,0,1.33,0,2,0 |
| | | c0.01,104.58,0.01,206.44,0,309c-1.43,0.78-4.01,2.77-5,4c-12,0-24,0-36,0c-2.67-3.33-5.33-6.67-8-10c-21,0-42,0-63,0 |
| | |
| | | </use> |
| | | <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" |
| | | mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd"> |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="3s" |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" |
| | | repeatCount="indefinite"> |
| | | </animate> |
| | | </use> |
| | |
| | | <mask id="border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c"> |
| | | <circle cx="0" cy="0" r="150" |
| | | fill="url(#border-box-8-gradient-974b4d7cfafa444396861ca1d1173c8c)"> |
| | | <animateMotion dur="3s" |
| | | <animateMotion dur="8s" |
| | | path="M0.27,0.03c52.66,0,105.34,0,158,0c1.67,2,3.33,4,5,6c1,0.33,2,0.67,3,1c1.33,1.67,2.67,3.33,4,5 |
| | | c16,0,32,0,48,0c53.66,0,107.34,0,161,0c1.13,1.72,0.63,1.36,3,2c0,0.67,0,1.33,0,2c0.67,0,1.33,0,2,0 |
| | | c0.01,104.58,0.01,206.44,0,309c-1.43,0.78-4.01,2.77-5,4c-12,0-24,0-36,0c-2.67-3.33-5.33-6.67-8-10c-21,0-42,0-63,0 |
| | |
| | | </use> |
| | | <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" |
| | | mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd"> |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="3s" |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" |
| | | repeatCount="indefinite"> |
| | | </animate> |
| | | </use> |
| | |
| | | <mask id="border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c"> |
| | | <circle cx="0" cy="0" r="150" |
| | | fill="url(#border-box-8-gradient-974b4d7cfafa444396861ca1d1173c8c)"> |
| | | <animateMotion dur="3s" |
| | | <animateMotion dur="8s" |
| | | path="M0.27,0.03c52.66,0,105.34,0,158,0c1.67,2,3.33,4,5,6c1,0.33,2,0.67,3,1c1.33,1.67,2.67,3.33,4,5 |
| | | c16,0,32,0,48,0c53.66,0,107.34,0,161,0c1.13,1.72,0.63,1.36,3,2c0,0.67,0,1.33,0,2c0.67,0,1.33,0,2,0 |
| | | c0.01,104.58,0.01,206.44,0,309c-1.43,0.78-4.01,2.77-5,4c-12,0-24,0-36,0c-2.67-3.33-5.33-6.67-8-10c-21,0-42,0-63,0 |
| | |
| | | </use> |
| | | <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" |
| | | mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd"> |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="3s" |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" |
| | | repeatCount="indefinite"> |
| | | </animate> |
| | | </use> |
| | |
| | | <mask id="border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c"> |
| | | <circle cx="0" cy="0" r="150" |
| | | fill="url(#border-box-8-gradient-974b4d7cfafa444396861ca1d1173c8c)"> |
| | | <animateMotion dur="3s" |
| | | <animateMotion dur="8s" |
| | | path="M0.27,0.03c52.66,0,105.34,0,158,0c1.67,2,3.33,4,5,6c1,0.33,2,0.67,3,1c1.33,1.67,2.67,3.33,4,5 |
| | | c16,0,32,0,48,0c53.66,0,107.34,0,161,0c1.13,1.72,0.63,1.36,3,2c0,0.67,0,1.33,0,2c0.67,0,1.33,0,2,0 |
| | | c0.01,104.58,0.01,206.44,0,309c-1.43,0.78-4.01,2.77-5,4c-12,0-24,0-36,0c-2.67-3.33-5.33-6.67-8-10c-21,0-42,0-63,0 |
| | |
| | | </use> |
| | | <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" |
| | | mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd"> |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="3s" |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" |
| | | repeatCount="indefinite"> |
| | | </animate> |
| | | </use> |
| | |
| | | <mask id="border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c"> |
| | | <circle cx="0" cy="0" r="150" |
| | | fill="url(#border-box-8-gradient-974b4d7cfafa444396861ca1d1173c8c)"> |
| | | <animateMotion dur="3s" |
| | | <animateMotion dur="8s" |
| | | path="M0.27,0.03c52.66,0,105.34,0,158,0c1.67,2,3.33,4,5,6c1,0.33,2,0.67,3,1c1.33,1.67,2.67,3.33,4,5 |
| | | c16,0,32,0,48,0c53.66,0,107.34,0,161,0c1.13,1.72,0.63,1.36,3,2c0,0.67,0,1.33,0,2c0.67,0,1.33,0,2,0 |
| | | c0.01,104.58,0.01,206.44,0,309c-1.43,0.78-4.01,2.77-5,4c-12,0-24,0-36,0c-2.67-3.33-5.33-6.67-8-10c-21,0-42,0-63,0 |
| | |
| | | </use> |
| | | <use stroke-width="3" xlink:href="#border-box-8-path-974b4d7cfafa444396861ca1d1173c8c" |
| | | mask="url(#border-box-8-mask-974b4d7cfafa444396861ca1d1173c8c)" stroke="#4fd2dd"> |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="3s" |
| | | <animate attributeName="stroke-dasharray" from="0, 1442" to="1442, 0" dur="8s" |
| | | repeatCount="indefinite"> |
| | | </animate> |
| | | </use> |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-12-28 10:26:55 |
| | | * @LastEditTime: 2023-01-02 14:20:09 |
| | | * @FilePath: \srs-police-affairs\src\views\home\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | // document.querySelector('.dc-container .dc-location-bar').classList.add('homebottom') |
| | | document.querySelector('.screen-full-btn').classList.add('homebottom') |
| | | document.querySelector('.image-switch-icon-btn').classList.add('iconbottom') |
| | | document.querySelector('.image-switch-img-btn').classList.add('imgbottom') |
| | | this.setDomStyle() |
| | | }) |
| | | // axios.get('/user/getUserList').then((res) => { |
| | |
| | | // document.querySelector('.dc-container .dc-location-bar').classList.add('homebottom') |
| | | document.querySelector('.screen-full-btn').classList.add('homebottom') |
| | | document.querySelector('.image-switch-icon-btn').classList.add('iconbottom') |
| | | document.querySelector('.image-switch-img-btn').classList.add('imgbottom') |
| | | this.setDomStyle() |
| | | }) |
| | | // axios.get('/user/getUserList').then((res) => { |
| | |
| | | // document.querySelector('.dc-container .dc-location-bar').classList.remove('homebottom') |
| | | document.querySelector('.screen-full-btn').classList.remove('homebottom') |
| | | document.querySelector('.image-switch-icon-btn').classList.remove('iconbottom') |
| | | document.querySelector('.image-switch-img-btn').classList.remove('imgbottom') |
| | | window.removeEventListener('resize', this.setDomStyle) |
| | | }, |
| | | } |
| | |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.remove('shrink-btn') |
| | | document.querySelector('.screen-full-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-icon-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.remove('shrink-btn') |
| | | }) |
| | | |
| | | if (this.currentUrl == '/layout/home') { |
| | |
| | | document.querySelector('.screen-full-btn').classList.add('shrink-btn') |
| | | |
| | | document.querySelector('.image-switch-icon-btn').classList.add('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.add('shrink-btn') |
| | | } else { |
| | | |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.remove('shrink-btn') |
| | | document.querySelector('.screen-full-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-icon-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.remove('shrink-btn') |
| | | } |
| | | }, |
| | | |
| | |
| | | document.querySelector('.screen-full-btn').classList.add('shrink-btn') |
| | | |
| | | document.querySelector('.image-switch-icon-btn').classList.add('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.add('shrink-btn') |
| | | } else { |
| | | |
| | | document.querySelector('.dc-container .dc-zoom-controller').classList.remove('shrink-btn') |
| | | document.querySelector('.screen-full-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-icon-btn').classList.remove('shrink-btn') |
| | | document.querySelector('.image-switch-img-btn').classList.remove('shrink-btn') |
| | | } |
| | | }) |
| | | }, |