diff --git a/src/assets/scss/modules/shequzhili/event-info-visiual.scss b/src/assets/scss/modules/shequzhili/event-info-visiual.scss index e5313bd5..9cc5d167 100644 --- a/src/assets/scss/modules/shequzhili/event-info-visiual.scss +++ b/src/assets/scss/modules/shequzhili/event-info-visiual.scss @@ -17,6 +17,7 @@ } .form{ + .cell-width-1{ width: 250px } @@ -52,6 +53,8 @@ .cell-width-area{ width: 450px } + + } .div_map { position: relative; @@ -66,6 +69,7 @@ .div-btn { display: flex; justify-content: center; + color:#fff; .item_btn { font-size: 14px; @@ -81,6 +85,22 @@ margin-left: 20px; } } +.one-btn{ + width:58px; + height:30px; + color: #fff; + font-size: 12px; + text-align: center; + line-height: 30px; + cursor: pointer; + + border: 1px dashed #0c81fe; + border-radius: 6px; + background-color: #0c81fe; +} +.tag-name{ + color:#fff; +} .cell-width-1{ width: 250px } @@ -101,6 +121,15 @@ .process-form{ margin-top:20px; + + .process-title{ + margin-bottom: 15px; + font-size: 16px; + font-family: PingFang SC; + font-weight: bold; + color: #ffffff; + line-height: 18px; + } } .m-card { @@ -420,4 +449,25 @@ } +.form-item { + .el-form-item__label{ + color: #fff; + } + .el-radio{ + color: #fff; + } + + .el-checkbox{ + color: #fff; + } +} + +.sel-service { + display: flex; + justify-content: flex-start; + width: 250px; + +} + + diff --git a/src/assets/scss/modules/shequzhili/event-info.scss b/src/assets/scss/modules/shequzhili/event-info.scss index ad8cad49..ab7d291d 100644 --- a/src/assets/scss/modules/shequzhili/event-info.scss +++ b/src/assets/scss/modules/shequzhili/event-info.scss @@ -120,6 +120,21 @@ margin-top:50px; display: flex; justify-content: center; + + .item_btn { + font-size: 14px; + padding: 8px 16px; + cursor: pointer; + color:#fff; + + border: 1px dashed #0c81fe; + border-radius: 6px; + background-color: #0c81fe; + } + + .mgl { + margin-left: 20px; + } } .cell-width-1{ width: 250px @@ -148,8 +163,6 @@ } - - .m-btns { display: flex; justify-content: center; @@ -226,6 +239,9 @@ margin-right: 10px; } } + .info-prop-vis{ + color:#fff; + } } .m-case { @@ -298,6 +314,10 @@ line-height: 18px; } + .process-title-vis{ + color: #fff; + } + .list { position: relative; box-sizing: border-box; @@ -423,6 +443,10 @@ } } } + + .item-vis{ + color:#fff + } } } @@ -452,3 +476,35 @@ margin-top:10px } } + + + +.box-card{ + padding: 0px; + border: 0px solid #EBEEF5; + background-color:transparent; + -webkit-box-shadow:none; + box-shadow:none + +} + +.form-item { + .el-form-item__label{ + color: #fff; + } + .el-radio{ + color: #fff; + } + + .el-checkbox{ + color: #fff; + } +} + +.sel-service { + display: flex; + justify-content: flex-start; + width: 250px; + +} + diff --git a/src/assets/scss/modules/shequzhili/project-info.scss b/src/assets/scss/modules/shequzhili/project-info.scss index f3245f13..f92a2d42 100644 --- a/src/assets/scss/modules/shequzhili/project-info.scss +++ b/src/assets/scss/modules/shequzhili/project-info.scss @@ -16,7 +16,7 @@ } .m-card { - overflow: auto; + overflow-y: auto; @include scrollBar; } @@ -50,6 +50,16 @@ line-height: 36px; text-align: center; } + .avatar-uploader-icon2 { + border: 1px dashed #ffffff; + border-radius: 6px; + font-size: 28px; + color: #ffffff; + width: 36px; + height: 36px; + line-height: 36px; + text-align: center; + } } } @@ -224,6 +234,9 @@ color: #333; line-height: 18px; } + .process-title-vis{ + color: #fff; + } .list { position: relative; @@ -347,6 +360,10 @@ } } } + + .item-vis{ + color:#fff + } } } diff --git a/src/assets/scss/modules/visual/a_customize.scss b/src/assets/scss/modules/visual/a_customize.scss index 147218a5..1a5842ff 100644 --- a/src/assets/scss/modules/visual/a_customize.scss +++ b/src/assets/scss/modules/visual/a_customize.scss @@ -4,7 +4,7 @@ .single-select { - margin: 0 10px 0 10px; + margin: 0 10px 0 0; ::v-deep .el-input { width: 180px; @@ -30,5 +30,65 @@ } - + + +.visiual-form { + ::v-deep .el-input { + width: 350px; + height: 36px; + .el-input__inner { + height: 100%; + padding: 0 10px; + color: #fff; + line-height: 36px; + background: #06186d; + border: 1px solid #1a64cc; + } + + .el-icon-arrow-up:before { + content: "\e78f"; + } + // .el-select__caret:before { + // content: '\E790' + // } + } + + ::v-deep .el-textarea { + .el-textarea__inner { + background: #06186d; + border: 1px solid #1a64cc; + color: #fff; + } + + .el-input__count { + background: transparent; + bottom: 3px; + right: 20px; + color: #fff; + } + } + ::v-deep .el-date-editor { + width: 360px; + position: relative; + background: #06186d; + border: 1px solid #1a64cc; + .el-range-input { + color: #fff; + background: #06186d; + margin-left: 10px; + } + .el-range-separator { + color: #fff; + } + .el-range__icon { + position: absolute; + right: 5px; + // float: right; + } + .el-input__prefix { + left: unset; + right: 5px; + } + } +} \ No newline at end of file diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue index 7f85e184..f2925eae 100644 --- a/src/views/modules/shequzhili/event/cpts/event-detail.vue +++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue @@ -1,26 +1,26 @@