$fontSizeSmall: 14px; // 弹框格式 /deep/ .el-dialog__header { background-color: #f8fcff; } /deep/ .el-dialog__body { padding: 20px 30px 30px; } // 表格样式 // /deep/ .el-table th.is-leaf, .el-table td{ // 添加表格边框 // border-right: 1px solid #EBEEF5; // } /deep/ .el-table--fit { border: none; // box-shadow: 0px 0px 1px 3px white; } /deep/ .el-table td:first-child { text-align: center; } /deep/ .el-table th:first-child { text-align: center; } /deep/ .el-table thead { color: #424656; } // 按钮样式 .dialog-footer { text-align: end; } // 表格内容溢出隐藏 /deep/ .el-table_1_column_8 div p { width: 230px; overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; //浏览器兼容 text-overflow: ellipsis; } .statusColor { color: #ff7f7f; } .add { float: right; img { width: 30px; height: 30px; cursor: pointer; } } // 投诉建议弹框详情样式 .complaint { .complaint-title { display: flex; } .complaint-title-left { width: 4px; height: 12px; background-color: #0eaeff; border-radius: 2px; margin-top: 4px; margin-right: 10px; } .complaint-title-right { color: #000; font-size: $fontSizeSmall; } .complaint-content { display: flex; justify-content: space-between; margin: 24px; font-size: 12px; .complaint-content-left { color: #424656; margin-right: 13px; } .complaint-content-right { color: #535766; } .complaint-content-media { height: 100px !important; overflow: hidden !important; .media { width: 100%; } } } .complaint-images { margin-top: 33px; margin-left: 20px; display: block; max-height: 70px; } // 图片/视频样式 .images { width: 25%; height: 70px; vertical-align: middle; border-radius: 4px; margin-right: 10px; /deep/ .el-image__preview { background: #ccc; width: 100%; object-fit: fill; } } .videos { @extend .images; } // 记录部分 .record { padding: 10px; margin-top: 30px; margin-bottom: 20px; background: #f4f7f9; max-height: 36vh; overflow-y: scroll; .recored-detali-row { margin: 10px; line-height: 14px; font-size: $fontSizeSmall; } .circle { width: 14px; height: 14px; margin-right: 10px; } .circle + span { margin-right: 10px; font-size: 14px; color: #424656; } .circle + span + span { font-size: 12px; color: #aaadba; } .recored-detali-rows { display: flex; margin-left: 7px; .record-left { position: absolute; width: 1px; height: 33px; border-radius: 4px; background-color: #0eaeff; margin-left: 10px; } :last-child { margin-top: 7px; margin-left: 26px; } } .recored-detali { position: relative; .last-row-right { position: absolute; right: 10px; bottom: 20px; color: #0eaeff; } .last-row-btn { position: absolute; top: 10px; right: 0px; width: 63px; height: 30px; } .statusColor { color: #ff7f7f; } } .columns { display: flex; justify-content: flex-start; } .end-row { margin-left: 33px; } .font-size-small { font-size: 12px; margin-bottom: 10px; } } // 下拉框部分 .changeStatus { display: flex; width: 100%; margin-left: 10px; margin-bottom: 20px; .changeStatus-left { font-size: 12px; padding-top: 6px; width: 9%; margin-right: 10px; } .changeStatus-right { width: 88%; .el-select { width: 100%; } } } .replay { /deep/ .el-form-item__label { font-size: 12px; text-align: start; padding: 0px; margin: 0; } // 回复计数字体样式 /deep/ .el-input__count { bottom: -2px; font-size: 12px; -webkit-transform-origin-x: 0; -webkit-transform: scale(0.8); } } // } // 物业电话样式 .phone { /deep/.search-btn { height: 31px; } .opt { img { margin-right: 20px; width: 14px; height: 14px; line-height: 14px; &:last-child { margin-right: 0; } } } // 添加弹框样式 .dialog-info { /deep/ .el-dialog__header { display: none; } /deep/ .el-dialog__body { padding: 0; } .dialog { .dialog-header { position: relative; width: 100%; height: 50px; background-color: #f8fcff; .el-dialog__close { position: absolute; right: 10px; top: 10px; } .dialogTitle { position: absolute; top: 10px; left: 24px; } } .dialog-content { padding: 27px 24px 4px 36px; /deep/ .el-select > .el-input { width: 324px; } /deep/ .el-select, .dialog-select, .el-select--small { width: 100% !important; } /deep/ .el-input, .l-input--small, .el-input--suffix { width: 100% !important; } /deep/ .el-upload { width: 92px !important; height: 30px !important; } .dialog-footer { button { width: 68px; height: 30px; } .el-button + .el-button { margin-left: 15px; } } } } } // 删除弹框 .dialog-delete { /deep/ .el-dialog__title { font-size: 18px; font-weight: bold; } .el-button + .el-button { margin-left: 20px; } .dialog-deletecontent { margin-top: 10px; display: flex; .dialog-icon { width: 45px; height: 45px; } .dialog-icon + div { margin-left: 10px; :first-child { font-size: 16px !important; } p { font-size: 14px; font-weight: bold; .delete-name { color: #ff7f7f; } } } } } } // 通知公告样式 .inform { /deep/ .cell.el-tooltip p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } // 添加弹框样式 .dialog-info { /deep/ .el-dialog__header { display: none; min-width: 1080px; } /deep/ .el-dialog__body { padding: 0; } .dialog { .dialog-header { position: relative; width: 100%; height: 50px; background-color: #f8fcff; .el-dialog__close { position: absolute; right: 10px; top: 10px; } .dialogTitle { position: absolute; top: 13px; left: 24px; font-size: 14px; } } .dialog-contents { width: 101%; height: 100%; display: flex; /deep/ .el-radio-group { margin-left: 10px; } .dialog-left { width: 65%; padding: 0px 20px 40px 24px; .dialog-select { width: 100%; /deep/ .el-select > .el-input { width: 100%; } } // .up-image{ // width: 223px; // height: 100px; // } .dialog-footer { position: absolute; right: 24px; bottom: 0px; button { width: 68px; height: 30px; } .el-button + .el-button { margin-left: 15px; } } /deep/ .el-range-editor--small.el-input__inner { width: 100% !important; } .issueRoom { display: flex; // justify-content: space-around; .organ-tree { width: 100%; } /deep/ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content { background: #fff !important; } .organ-tree { padding: 0 !important; width: auto; /deep/ .tree-style-box { margin: 0px 0 5px 0; border-radius: 4px; } } // justify-content: space-between; } .radio-room { margin-right: 10px; width: 60%; } .selet-room { display: flex; justify-content: end; // width: 30%; max-height: 50vh; /deep/ .tree-style-box.no-scrollbar { position: absolute; width: 48%; } /deep/ .el-input__inner { // margin-left: 10px; width: 275px; padding-right: 10px; } } } .dialog-right { width: 283px; height: 570px; border-radius: 24px; border: 1px solid #e0e1e3; margin: 20px 40px 70px; background-color: #fafcff; .dialog-right-top { text-align: center; background: white; border-top-right-radius: 28px; border-top-left-radius: 28px; border-bottom: none; padding: 4px; img { background: white; width: 100%; width: 234px; height: 8px; text-align: center; } } .dialog-right-header { width: 100%; padding: 24px 14px; background: white; :first-child { float: left; line-height: 20px; } :last-child { font-weight: bold; text-align: center; } } .center-padding { padding: 5px 0; } .dialog-right-content { background: white; padding: 11px; .dialog-title { display: flex; .dialog-titles { font-size: 14px; color: #424656; } .dialog-urgency { border-radius: 15px; width: 36px; height: 15px; line-height: 15px; background-image: linear-gradient(to right, #f65b5b, #ffa3a3); font-size: 12px; -webkit-transform-origin-x: 0; -webkit-transform: scale(0.8); margin-left: 2px; margin-top: 2px; color: white; text-align: center; } } .dialog-right-time { font-size: 10px; -webkit-transform-origin-x: 0; -webkit-transform: scale(0.9); color: #9ba6af; padding: 3px 0; } .dialog-right-time + div { width: 100%; border-bottom: 1px solid #eeeeee; margin-bottom: 10px; } .content { width: 110%; font-size: 10px; color: #e0e1e3; background-color: #fff; -webkit-transform-origin-x: 0; -webkit-transform: scale(0.92); .content-text { width: 100%; color: #686b78; background-color: #fff; /deep/ img { // width: 100%; max-width: 100%; max-height: 750px; } } .content-inform { width: 100%; text-align: center; margin: 50px; :first-child { color: #373b49; } } .file-name { margin: 5px; border-radius: 24px; width: 90%; background: #fafcff; .file-name-left { color: #0eaeff; font-size: 14px; } .file-name-right { color: #424656; } } } } } } } } // 上传文件 .upload-fill { width: 100%; display: flex; position: relative; /deep/ .el-upload-list__item { background: #f9f9f9; } /deep/ .el-upload--text { width: 100px; height: 32px; margin-right: 10px; border: 1px solid #e0e1e3; .el-button { border: none; padding: 11px 17px; } } .el-upload-text { font-size: 12px !important; color: #d8d8d8; } /deep/ .el-upload-list--text { position: absolute; top: 40px; padding-bottom: 100px; width: 100%; li { width: 30%; float: left; margin-right: 10px; vertical-align: middle; margin: 0 10px 0 0; } } } } // 富文本编辑器样式 .editor-container { border-radius: 4px; margin-top: 10px; border: 1px solid #e0e1e3; } /deep/ .mce-container, .mce-container-body { background: #fafcff; } /deep/ .mce-btn-group, .mce-btn { margin: 0; } /deep/ .mce-toolbar, .mce-btn-group { padding: 0; } /deep/ #mceu_33 { display: none !important; } // #mceu_17 { // display: none; // } s { max-width: 200px; max-height: 170px; } // 弹框自定义滚动条 .my-scroll-bar { height: 438px; /deep/ .gm-scrollbar.-horizontal .thumb { height: 0; } } .opt { img { width: 14px; height: 14px; } } // 社区邻里 .neighbor { @extend .phone; .complaint { .record { margin-top: 10px; .recored-detali-row { margin: 0px; line-height: 32px; position: relative; } .recored-detali-rows { border-left: 1px solid #0eaeff; display: block; padding-left: 17px; .font-size-small { margin-left: 0px; margin-bottom: 0; } .rows-replay { margin: 0; padding-top: 5px; font-size: 12px; color: #0eaeff; :first-child { color: #424656; margin-left: 0; } } } } } } // /deep/ .el-checkbox__inner { // border-radius: 50% !important; // } // /deep/ .el-checkbox-group { // display: flex; // } /deep/ iframe { width: 99% !important; }