|
@@ -1,48 +1,47 @@
|
|
|
-
|
|
|
$fontSizeSmall: 14px;
|
|
|
// 弹框格式
|
|
|
/deep/ .el-dialog__header {
|
|
|
background-color: #f8fcff;
|
|
|
}
|
|
|
/deep/ .el-dialog__body {
|
|
|
- padding: 20px 30px 30px ;
|
|
|
+ padding: 20px 30px 30px;
|
|
|
}
|
|
|
// 表格样式
|
|
|
// /deep/ .el-table th.is-leaf, .el-table td{
|
|
|
- // 添加表格边框
|
|
|
- // border-right: 1px solid #EBEEF5;
|
|
|
-// }
|
|
|
-/deep/ .el-table--fit{
|
|
|
- border:none;
|
|
|
+// 添加表格边框
|
|
|
+// border-right: 1px solid #EBEEF5;
|
|
|
+// }
|
|
|
+/deep/ .el-table--fit {
|
|
|
+ border: none;
|
|
|
// box-shadow: 0px 0px 1px 3px white;
|
|
|
-}
|
|
|
-/deep/ .el-table td:first-child{
|
|
|
+}
|
|
|
+/deep/ .el-table td:first-child {
|
|
|
text-align: center;
|
|
|
-}
|
|
|
-/deep/ .el-table th:first-child{
|
|
|
+}
|
|
|
+/deep/ .el-table th:first-child {
|
|
|
text-align: center;
|
|
|
}
|
|
|
-/deep/ .el-table thead{
|
|
|
+/deep/ .el-table thead {
|
|
|
color: #424656;
|
|
|
-}
|
|
|
+}
|
|
|
// 按钮样式
|
|
|
-.dialog-footer{
|
|
|
+.dialog-footer {
|
|
|
text-align: end;
|
|
|
}
|
|
|
// 表格内容溢出隐藏
|
|
|
-/deep/ .el-table_1_column_8 div p{
|
|
|
+/deep/ .el-table_1_column_8 div p {
|
|
|
width: 230px;
|
|
|
overflow: hidden;
|
|
|
white-space: nowrap;
|
|
|
- -o-text-overflow:ellipsis;//浏览器兼容
|
|
|
+ -o-text-overflow: ellipsis; //浏览器兼容
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
- .statusColor{
|
|
|
- color: #FF7F7F;
|
|
|
- }
|
|
|
-.add{
|
|
|
+.statusColor {
|
|
|
+ color: #ff7f7f;
|
|
|
+}
|
|
|
+.add {
|
|
|
float: right;
|
|
|
- img{
|
|
|
+ img {
|
|
|
width: 30px;
|
|
|
height: 30px;
|
|
|
cursor: pointer;
|
|
@@ -86,19 +85,19 @@ $fontSizeSmall: 14px;
|
|
|
}
|
|
|
// 图片/视频样式
|
|
|
.images {
|
|
|
- width: 80px;
|
|
|
+ width: 80px;
|
|
|
height: 60px;
|
|
|
vertical-align: middle;
|
|
|
border-radius: 4px;
|
|
|
margin-right: 10px;
|
|
|
- /deep/ .el-image__preview{
|
|
|
- background: #ccc;
|
|
|
- width: 100%;
|
|
|
- object-fit:fill;
|
|
|
+ /deep/ .el-image__preview {
|
|
|
+ background: #ccc;
|
|
|
+ width: 100%;
|
|
|
+ object-fit: fill;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .videos{
|
|
|
+
|
|
|
+ .videos {
|
|
|
@extend .images;
|
|
|
}
|
|
|
// 记录部分
|
|
@@ -109,26 +108,25 @@ $fontSizeSmall: 14px;
|
|
|
background: #f4f7f9;
|
|
|
|
|
|
.recored-detali-row {
|
|
|
- margin: 10px;
|
|
|
+ margin: 10px;
|
|
|
line-height: 14px;
|
|
|
font-size: $fontSizeSmall;
|
|
|
-
|
|
|
}
|
|
|
.circle {
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
- .circle+span{
|
|
|
+ .circle + span {
|
|
|
margin-right: 10px;
|
|
|
font-size: 14px;
|
|
|
color: #424656;
|
|
|
}
|
|
|
- .circle+span+span{
|
|
|
- font-size: 12px ;
|
|
|
- color: #AAADBA ;
|
|
|
+ .circle + span + span {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #aaadba;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.recored-detali-rows {
|
|
|
display: flex;
|
|
|
margin-left: 7px;
|
|
@@ -145,27 +143,27 @@ $fontSizeSmall: 14px;
|
|
|
margin-left: 26px;
|
|
|
}
|
|
|
}
|
|
|
- .recored-detali{
|
|
|
+ .recored-detali {
|
|
|
position: relative;
|
|
|
- .last-row-right{
|
|
|
+ .last-row-right {
|
|
|
position: absolute;
|
|
|
right: 10px;
|
|
|
bottom: 20px;
|
|
|
- color: #0EAEFF;
|
|
|
+ color: #0eaeff;
|
|
|
}
|
|
|
- .last-row-btn {
|
|
|
- position: absolute;
|
|
|
- top: 10px;
|
|
|
- right: 0px;
|
|
|
- width: 63px;
|
|
|
- height: 30px;
|
|
|
- }
|
|
|
- .statusColor{
|
|
|
- color: #FF7F7F;;
|
|
|
+ .last-row-btn {
|
|
|
+ position: absolute;
|
|
|
+ top: 10px;
|
|
|
+ right: 0px;
|
|
|
+ width: 63px;
|
|
|
+ height: 30px;
|
|
|
}
|
|
|
- }
|
|
|
+ .statusColor {
|
|
|
+ color: #ff7f7f;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .columns{
|
|
|
+ .columns {
|
|
|
display: flex;
|
|
|
justify-content: flex-start;
|
|
|
}
|
|
@@ -205,443 +203,452 @@ $fontSizeSmall: 14px;
|
|
|
}
|
|
|
// 回复计数字体样式
|
|
|
/deep/ .el-input__count {
|
|
|
- bottom:-2px;
|
|
|
- font-size: 12px;
|
|
|
- -webkit-transform-origin-x: 0;
|
|
|
- -webkit-transform: scale(0.80);
|
|
|
+ bottom: -2px;
|
|
|
+ font-size: 12px;
|
|
|
+ -webkit-transform-origin-x: 0;
|
|
|
+ -webkit-transform: scale(0.8);
|
|
|
}
|
|
|
}
|
|
|
- //
|
|
|
+ //
|
|
|
}
|
|
|
// 物业电话样式
|
|
|
-.phone{
|
|
|
- /deep/.search-btn{
|
|
|
+.phone {
|
|
|
+ /deep/.search-btn {
|
|
|
height: 31px;
|
|
|
}
|
|
|
- .opt{
|
|
|
- img{
|
|
|
+ .opt {
|
|
|
+ img {
|
|
|
margin-right: 20px;
|
|
|
- width: 14px;
|
|
|
- height: 14px;
|
|
|
- line-height: 14px;
|
|
|
- &:last-child {
|
|
|
- margin-right: 0;
|
|
|
- }
|
|
|
+ width: 14px;
|
|
|
+ height: 14px;
|
|
|
+ line-height: 14px;
|
|
|
+ &:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// 添加弹框样式
|
|
|
- .dialog-info{
|
|
|
- /deep/ .el-dialog__header{
|
|
|
+ .dialog-info {
|
|
|
+ /deep/ .el-dialog__header {
|
|
|
display: none;
|
|
|
}
|
|
|
- /deep/ .el-dialog__body{
|
|
|
+ /deep/ .el-dialog__body {
|
|
|
padding: 0;
|
|
|
}
|
|
|
- .dialog{
|
|
|
- .dialog-header{
|
|
|
+ .dialog {
|
|
|
+ .dialog-header {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 50px;
|
|
|
- background-color: #F8FCFF;
|
|
|
- .el-dialog__close{
|
|
|
+ background-color: #f8fcff;
|
|
|
+ .el-dialog__close {
|
|
|
position: absolute;
|
|
|
right: 10px;
|
|
|
- top: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;
|
|
|
+ }
|
|
|
}
|
|
|
- .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;
|
|
|
+ }
|
|
|
+ // 删除弹框
|
|
|
+ .dialog-delete {
|
|
|
+ /deep/ .el-dialog__title {
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
- /deep/ .el-upload{
|
|
|
- width: 92px !important;
|
|
|
- height: 30px !important;
|
|
|
+ .el-button + .el-button {
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
|
- .dialog-footer{
|
|
|
- button{
|
|
|
- width: 68px;
|
|
|
- height: 30px;
|
|
|
+ .dialog-deletecontent {
|
|
|
+ margin-top: 10px;
|
|
|
+ display: flex;
|
|
|
+ .dialog-icon {
|
|
|
+ width: 45px;
|
|
|
+ height: 45px;
|
|
|
}
|
|
|
- .el-button + .el-button{
|
|
|
- margin-left: 15px;
|
|
|
+ .dialog-icon + div {
|
|
|
+ margin-left: 10px;
|
|
|
+ :first-child {
|
|
|
+ font-size: 16px !important;
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ font-size: 14px;
|
|
|
+ font-weight: bold;
|
|
|
+ .delete-name {
|
|
|
+ color: #ff7f7f;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-// 删除弹框
|
|
|
-.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{
|
|
|
- // 添加弹框样式
|
|
|
- .dialog-info{
|
|
|
- /deep/ .el-dialog__header{
|
|
|
+.inform {
|
|
|
+ // 添加弹框样式
|
|
|
+ .dialog-info {
|
|
|
+ /deep/ .el-dialog__header {
|
|
|
display: none;
|
|
|
min-width: 1080px;
|
|
|
}
|
|
|
- /deep/ .el-dialog__body{
|
|
|
+ /deep/ .el-dialog__body {
|
|
|
padding: 0;
|
|
|
}
|
|
|
- .dialog{
|
|
|
- .dialog-header{
|
|
|
+ .dialog {
|
|
|
+ .dialog-header {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 50px;
|
|
|
- background-color: #F8FCFF;
|
|
|
- .el-dialog__close{
|
|
|
+ background-color: #f8fcff;
|
|
|
+ .el-dialog__close {
|
|
|
position: absolute;
|
|
|
right: 10px;
|
|
|
- top:10px;
|
|
|
+ top: 10px;
|
|
|
}
|
|
|
- .dialogTitle{
|
|
|
- position: absolute;
|
|
|
- top: 10px;
|
|
|
- left: 24px;
|
|
|
- }
|
|
|
- }
|
|
|
- .dialog-contents{
|
|
|
- width: 101%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
-/deep/ .el-radio-group{
|
|
|
- margin-left: 10px;
|
|
|
-}
|
|
|
- .dialog-left{
|
|
|
- width: 65%;
|
|
|
- padding: 27px 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;
|
|
|
- }
|
|
|
- .selet-room{
|
|
|
- display: flex;
|
|
|
- justify-content: end;
|
|
|
- /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.80);
|
|
|
- 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.90);
|
|
|
- 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;
|
|
|
- text-indent: 2em;
|
|
|
- background-color: #fff;
|
|
|
- /deep/ img{
|
|
|
- width: 100%;
|
|
|
+ .dialogTitle {
|
|
|
+ position: absolute;
|
|
|
+ top: 10px;
|
|
|
+ left: 24px;
|
|
|
}
|
|
|
}
|
|
|
- .content-inform{
|
|
|
- width: 100%;
|
|
|
- text-align: center;
|
|
|
- margin: 50px ;
|
|
|
- :first-child{
|
|
|
- color: #373B49;
|
|
|
+ .dialog-contents {
|
|
|
+ width: 101%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ /deep/ .el-radio-group {
|
|
|
+ margin-left: 10px;
|
|
|
}
|
|
|
-
|
|
|
- }
|
|
|
- .file-name{
|
|
|
- margin: 5px;
|
|
|
- border-radius: 24px ;
|
|
|
- width: 90%;
|
|
|
- background: #fafcff;
|
|
|
- .file-name-left{
|
|
|
- color: #0EAEFF ;
|
|
|
- font-size: 14px;
|
|
|
+ .dialog-left {
|
|
|
+ width: 65%;
|
|
|
+ padding: 27px 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;
|
|
|
+ }
|
|
|
+ .selet-room {
|
|
|
+ display: flex;
|
|
|
+ justify-content: end;
|
|
|
+ /deep/ .el-input__inner {
|
|
|
+ // margin-left: 10px;
|
|
|
+ width: 275px;
|
|
|
+ padding-right: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
- .file-name-right{
|
|
|
- color: #424656;
|
|
|
+ .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;
|
|
|
+ text-indent: 2em;
|
|
|
+ background-color: #fff;
|
|
|
+ /deep/ img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .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;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- // 上传文件
|
|
|
- .upload-fill{
|
|
|
+ .el-upload-text {
|
|
|
+ font-size: 12px !important;
|
|
|
+ color: #d8d8d8;
|
|
|
+ }
|
|
|
+ /deep/ .el-upload-list--text {
|
|
|
+ position: absolute;
|
|
|
+ top: 40px;
|
|
|
+ padding-bottom: 100px;
|
|
|
width: 100%;
|
|
|
- display: flex;
|
|
|
- position: relative;
|
|
|
- /deep/ .el-upload-list__item{
|
|
|
- background: #f9f9f9 ;
|
|
|
+ li {
|
|
|
+ width: 30%;
|
|
|
+ float: left;
|
|
|
+ margin-right: 10px;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
}
|
|
|
- /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{
|
|
|
+.editor-container {
|
|
|
border-radius: 4px;
|
|
|
margin-top: 10px;
|
|
|
- border: 1px solid #E0E1E3;
|
|
|
+ border: 1px solid #e0e1e3;
|
|
|
}
|
|
|
-/deep/ .mce-container, .mce-container-body{
|
|
|
- background: #F8FCFF ;
|
|
|
+/deep/ .mce-container,
|
|
|
+.mce-container-body {
|
|
|
+ background: #fafcff;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-#mceu_17{
|
|
|
- display: none;
|
|
|
+/deep/ .mce-btn-group,
|
|
|
+.mce-btn {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+/deep/ .mce-toolbar,
|
|
|
+.mce-btn-group {
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
- // 弹框自定义滚动条
|
|
|
- .my-scroll-bar{
|
|
|
+/deep/ #mceu_33 {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+// #mceu_17 {
|
|
|
+// display: none;
|
|
|
+// }
|
|
|
+
|
|
|
+// 弹框自定义滚动条
|
|
|
+.my-scroll-bar {
|
|
|
height: 438px;
|
|
|
- /deep/ .gm-scrollbar.-horizontal .thumb{
|
|
|
- height: 0 ;
|
|
|
+ /deep/ .gm-scrollbar.-horizontal .thumb {
|
|
|
+ height: 0;
|
|
|
}
|
|
|
}
|
|
|
-.opt{
|
|
|
- img{
|
|
|
+.opt {
|
|
|
+ img {
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
// 社区邻里
|
|
|
-.neighbor{
|
|
|
+.neighbor {
|
|
|
@extend .phone;
|
|
|
-
|
|
|
- .complaint{
|
|
|
- .record{
|
|
|
- margin-top: 10px;
|
|
|
- .recored-detali-row{
|
|
|
+
|
|
|
+ .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{
|
|
|
+ .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;
|
|
|
- }
|
|
|
- }
|
|
|
+ .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;
|
|
|
+// }
|