123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688 |
- $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;
- }
|