This commit is contained in:
@jyuhsin
2025-09-18 16:09:24 +08:00
parent cfc4c5210d
commit 3d7f8c3a75
27 changed files with 191 additions and 191 deletions
@@ -414,7 +414,7 @@ const signForm = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .el-tabs__header { /deep/ .el-tabs__header {
margin: 0 0 15px !important; margin: 0 0 15px !important;
} }
` `
@@ -107,7 +107,7 @@ const info = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .el-button--text { /deep/ .el-button--text {
padding: 0; padding: 0;
} }
` `
@@ -213,10 +213,10 @@ const userInfo = {
this.unitList = await this.$businessTool.listUnit(this.registerForm.unionId) this.unitList = await this.$businessTool.listUnit(this.registerForm.unionId)
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .adjustDialog .el-radio__label { /deep/ .adjustDialog .el-radio__label {
display: none; display: none;
} }
::v-deep .adjustDialog .el-dialog__body { /deep/ .adjustDialog .el-dialog__body {
max-height: 600px; max-height: 600px;
overflow-y: auto; overflow-y: auto;
} }
@@ -291,43 +291,43 @@ const courseList = {
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .glow-box { /deep/ .glow-box {
min-height: calc(100vh - 56px - 40px - 50px - 80px); min-height: calc(100vh - 56px - 40px - 50px - 80px);
max-height: calc(100vh - 56px - 40px - 50px - 80px); max-height: calc(100vh - 56px - 40px - 50px - 80px);
overflow-y: auto; overflow-y: auto;
background: #F0F2F5; background: #F0F2F5;
} }
::v-deep img { /deep/ img {
width: 100%; width: 100%;
height: 180px; height: 180px;
} }
::v-deep .title { /deep/ .title {
background: white; background: white;
height: 20px; height: 20px;
} }
::v-deep .query-row { /deep/ .query-row {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 6px 0; padding: 6px 0;
} }
::v-deep .query-row:not(:last-child) { /deep/ .query-row:not(:last-child) {
border-bottom: 1px dashed rgb(230, 230, 230); border-bottom: 1px dashed rgb(230, 230, 230);
} }
::v-deep .query-row > .query-title { /deep/ .query-row > .query-title {
width: 100px; width: 100px;
max-width: 100px; max-width: 100px;
min-width: 100px; min-width: 100px;
overflow: hidden; overflow: hidden;
} }
::v-deep .query-row > .query-content { /deep/ .query-row > .query-content {
min-width: 200px; min-width: 200px;
overflow: hidden; overflow: hidden;
} }
::v-deep .query-row > .query-content > .el-tag { /deep/ .query-row > .query-content > .el-tag {
margin-bottom: 5px; margin-bottom: 5px;
margin-top: 5px; margin-top: 5px;
} }
::v-deep @media screen and (max-width: 992px) { /deep/ @media screen and (max-width: 992px) {
.query-row:nth-child(4) .query-content .el-col:not(:last-child) { .query-row:nth-child(4) .query-content .el-col:not(:last-child) {
margin-bottom: 5px; margin-bottom: 5px;
} }
@@ -350,12 +350,12 @@ const contentForm = {
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .edu_content_dialog .el-dialog__body { /deep/ .edu_content_dialog .el-dialog__body {
height: calc(100vh - 155px); height: calc(100vh - 155px);
overflow-y: auto; overflow-y: auto;
} }
::v-deep .section-header { /deep/ .section-header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -363,7 +363,7 @@ const contentForm = {
padding: 20px 20px 0; padding: 20px 20px 0;
} }
::v-deep .video-item { /deep/ .video-item {
background: #f8f9fa; background: #f8f9fa;
border: 1px solid #e9ecef; border: 1px solid #e9ecef;
border-radius: 8px; border-radius: 8px;
@@ -372,19 +372,19 @@ const contentForm = {
transition: all 0.3s; transition: all 0.3s;
} }
::v-deep .video-item:hover { /deep/ .video-item:hover {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transform: translateY(-2px); transform: translateY(-2px);
} }
::v-deep .chapter-card { /deep/ .chapter-card {
border: 1px solid #e4e7ed; border: 1px solid #e4e7ed;
border-radius: 8px; border-radius: 8px;
margin-bottom: 20px; margin-bottom: 20px;
overflow: hidden; overflow: hidden;
} }
::v-deep .chapter-header { /deep/ .chapter-header {
background: #f5f7fa; background: #f5f7fa;
padding: 15px 20px; padding: 15px 20px;
border-bottom: 1px solid #e4e7ed; border-bottom: 1px solid #e4e7ed;
@@ -393,11 +393,11 @@ const contentForm = {
align-items: center; align-items: center;
} }
::v-deep .chapter-content { /deep/ .chapter-content {
padding: 20px; padding: 20px;
} }
::v-deep .stats-card { /deep/ .stats-card {
color: white; color: white;
padding: 20px; padding: 20px;
border-radius: 8px; border-radius: 8px;
@@ -405,14 +405,14 @@ const contentForm = {
margin-bottom: 20px; margin-bottom: 20px;
} }
::v-deep .course-cover { /deep/ .course-cover {
width: 100px; width: 100px;
height: 60px; height: 60px;
object-fit: cover; object-fit: cover;
border-radius: 4px; border-radius: 4px;
} }
::v-deep .duration-display { /deep/ .duration-display {
color: #909399; color: #909399;
font-size: 12px; font-size: 12px;
} }
@@ -414,13 +414,13 @@ const subjectForm = {
/* background: rgb(248, 249, 250);*/ /* background: rgb(248, 249, 250);*/
/*}*/ /*}*/
::v-deep .questionnaire-editor { /deep/ .questionnaire-editor {
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
padding: 20px; padding: 20px;
} }
::v-deep .editor-header { /deep/ .editor-header {
background: white; background: white;
padding: 20px; padding: 20px;
border-radius: 8px; border-radius: 8px;
@@ -428,7 +428,7 @@ const subjectForm = {
margin-bottom: 20px; margin-bottom: 20px;
} }
::v-deep .subject-item { /deep/ .subject-item {
background: white; background: white;
border-radius: 8px; border-radius: 8px;
padding: 25px; padding: 25px;
@@ -438,18 +438,18 @@ const subjectForm = {
border: 1px dashed #d9d9d9; border: 1px dashed #d9d9d9;
} }
::v-deep .subject-item:hover { /deep/ .subject-item:hover {
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
/*transform: translateY(-1px);*/ /*transform: translateY(-1px);*/
} }
::v-deep .subject-header { /deep/ .subject-header {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
padding-bottom: 15px; padding-bottom: 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
::v-deep .subject-toolbar { /deep/ .subject-toolbar {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -458,7 +458,7 @@ const subjectForm = {
border-top: 1px solid #eee; border-top: 1px solid #eee;
} }
::v-deep .toolbar { /deep/ .toolbar {
background: white; background: white;
padding: 15px; padding: 15px;
border-radius: 8px; border-radius: 8px;
@@ -466,12 +466,12 @@ const subjectForm = {
z-index: 1000; z-index: 1000;
} }
::v-deep .toolbar-btn { /deep/ .toolbar-btn {
margin: 5px 0; margin: 5px 0;
width: 100%; width: 100%;
} }
::v-deep .option-item { /deep/ .option-item {
background: #f8f9fa; background: #f8f9fa;
border-radius: 4px; border-radius: 4px;
padding: 10px; padding: 10px;
@@ -480,33 +480,33 @@ const subjectForm = {
align-items: center; align-items: center;
} }
::v-deep .option-drag-handle { /deep/ .option-drag-handle {
cursor: move; cursor: move;
margin-right: 10px; margin-right: 10px;
color: #909399; color: #909399;
} }
::v-deep .option-content { /deep/ .option-content {
flex-grow: 1; flex-grow: 1;
margin-right: 10px; margin-right: 10px;
} }
::v-deep .option-tools { /deep/ .option-tools {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
} }
::v-deep .preview-dialog { /deep/ .preview-dialog {
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
} }
::v-deep .date-visible { /deep/ .date-visible {
margin-left: 20px; margin-left: 20px;
} }
::v-deep .subject-meta { /deep/ .subject-meta {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 15px; gap: 15px;
@@ -516,7 +516,7 @@ const subjectForm = {
border-radius: 4px; border-radius: 4px;
} }
::v-deep .image-preview { /deep/ .image-preview {
max-width: 200px; max-width: 200px;
max-height: 200px; max-height: 200px;
margin-top: 10px; margin-top: 10px;
@@ -524,24 +524,24 @@ const subjectForm = {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
} }
::v-deep .drag-handler { /deep/ .drag-handler {
cursor: move; cursor: move;
color: #909399; color: #909399;
margin-right: 10px; margin-right: 10px;
} }
::v-deep .meta-info { /deep/ .meta-info {
color: #909399; color: #909399;
font-size: 12px; font-size: 12px;
margin-top: 5px; margin-top: 5px;
} }
::v-deep .subject-type-icon { /deep/ .subject-type-icon {
margin-right: 5px; margin-right: 5px;
} }
::v-deep .option-img-box { /deep/ .option-img-box {
position: relative; position: relative;
width: 40px; width: 40px;
height: 40px; height: 40px;
@@ -549,16 +549,16 @@ const subjectForm = {
flex-shrink: 0 flex-shrink: 0
} }
::v-deep .option-img-box:hover .el-icon-remove { /deep/ .option-img-box:hover .el-icon-remove {
display: block; display: block;
} }
::v-deep .option-img-box img { /deep/ .option-img-box img {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
::v-deep .option-img-box .el-icon-remove { /deep/ .option-img-box .el-icon-remove {
position: absolute; position: absolute;
top: -7px; top: -7px;
right: -7px; right: -7px;
@@ -566,7 +566,7 @@ const subjectForm = {
display: none; display: none;
} }
::v-deep .option-img-box .el-icon-remove:hover { /deep/ .option-img-box .el-icon-remove:hover {
transform: scale(1.1); transform: scale(1.1);
} }
@@ -314,7 +314,7 @@ E.先进性"
} }
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .txt-import-dialog .el-dialog__body { /deep/ .txt-import-dialog .el-dialog__body {
padding: 10px 20px; padding: 10px 20px;
} }
@@ -327,7 +327,7 @@ E.先进性"
background-color: #fff; background-color: #fff;
} }
::v-deep .txt-import-panel-header { /deep/ .txt-import-panel-header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -337,7 +337,7 @@ E.先进性"
height: 32px; /* 统一高度 */ height: 32px; /* 统一高度 */
} }
::v-deep .txt-import-left-panel { /deep/ .txt-import-left-panel {
width: 50%; width: 50%;
padding: 20px; padding: 20px;
border-right: 1px solid #ebeef5; border-right: 1px solid #ebeef5;
@@ -345,7 +345,7 @@ E.先进性"
flex-direction: column; flex-direction: column;
} }
::v-deep .txt-import-right-panel { /deep/ .txt-import-right-panel {
width: 50%; width: 50%;
padding: 20px; padding: 20px;
background-color: #fff; /* 改为白色背景 */ background-color: #fff; /* 改为白色背景 */
@@ -354,22 +354,22 @@ E.先进性"
flex-direction: column; flex-direction: column;
} }
::v-deep .txt-import-title { /deep/ .txt-import-title {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
color: #303133; color: #303133;
} }
::v-deep .txt-import-format-tip { /deep/ .txt-import-format-tip {
display: flex; display: flex;
align-items: center; align-items: center;
} }
::v-deep .txt-import-format-tooltip { /deep/ .txt-import-format-tooltip {
margin-left: 10px; margin-left: 10px;
} }
::v-deep .txt-import-input-area { /deep/ .txt-import-input-area {
flex: 1; flex: 1;
position: relative; position: relative;
margin-bottom: 15px; margin-bottom: 15px;
@@ -379,7 +379,7 @@ E.先进性"
padding: 2px; padding: 2px;
} }
::v-deep .txt-import-textarea { /deep/ .txt-import-textarea {
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 15px; padding: 15px;
@@ -394,25 +394,25 @@ E.先进性"
background-color: transparent; background-color: transparent;
} }
::v-deep .txt-import-textarea:focus { /deep/ .txt-import-textarea:focus {
box-shadow: 0 0 0 2px rgba(24,103,176,0.2); box-shadow: 0 0 0 2px rgba(24,103,176,0.2);
} }
::v-deep .txt-import-action-buttons { /deep/ .txt-import-action-buttons {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
margin-top: 10px; margin-top: 10px;
gap: 10px; gap: 10px;
} }
::v-deep .txt-import-stats { /deep/ .txt-import-stats {
color: #1867b0; color: #1867b0;
font-size: 13px; font-size: 13px;
display: flex; display: flex;
align-items: center; align-items: center;
} }
::v-deep .txt-import-result-display { /deep/ .txt-import-result-display {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
background-color: #f9fafc; /* 只在结果显示区域使用浅灰色背景 */ background-color: #f9fafc; /* 只在结果显示区域使用浅灰色背景 */
@@ -421,7 +421,7 @@ E.先进性"
border: 1px solid #ebeef5; border: 1px solid #ebeef5;
} }
::v-deep .txt-import-no-questions { /deep/ .txt-import-no-questions {
height: 100%; height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -431,7 +431,7 @@ E.先进性"
padding: 20px; padding: 20px;
} }
::v-deep .txt-import-question-item { /deep/ .txt-import-question-item {
background-color: #fff; background-color: #fff;
margin-bottom: 15px; margin-bottom: 15px;
padding: 15px; padding: 15px;
@@ -441,12 +441,12 @@ E.先进性"
border-left: 3px solid #67c23a; border-left: 3px solid #67c23a;
} }
::v-deep .txt-import-question-item:hover { /deep/ .txt-import-question-item:hover {
box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1); box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
transform: translateY(-2px); transform: translateY(-2px);
} }
::v-deep .txt-import-question-title { /deep/ .txt-import-question-title {
font-size: 15px; font-size: 15px;
font-weight: bold; font-weight: bold;
margin-bottom: 12px; margin-bottom: 12px;
@@ -454,7 +454,7 @@ E.先进性"
line-height: 1.5; line-height: 1.5;
} }
::v-deep .txt-import-question-number { /deep/ .txt-import-question-number {
display: inline-block; display: inline-block;
width: 25px; width: 25px;
height: 25px; height: 25px;
@@ -467,11 +467,11 @@ E.先进性"
font-size: 13px; font-size: 13px;
} }
::v-deep .txt-import-options { /deep/ .txt-import-options {
margin-bottom: 12px; margin-bottom: 12px;
} }
::v-deep .txt-import-option-item { /deep/ .txt-import-option-item {
margin-bottom: 8px; margin-bottom: 8px;
padding: 8px 12px; padding: 8px 12px;
background-color: #f5f7fa; background-color: #f5f7fa;
@@ -483,27 +483,27 @@ E.先进性"
transition: all 0.2s; transition: all 0.2s;
} }
::v-deep .txt-import-option-item:hover { /deep/ .txt-import-option-item:hover {
background-color: #ebeef5; background-color: #ebeef5;
} }
::v-deep .txt-import-option-item.txt-import-correct { /deep/ .txt-import-option-item.txt-import-correct {
background-color: #f0f9eb; background-color: #f0f9eb;
color: #67c23a; color: #67c23a;
border-left: 3px solid #67c23a; border-left: 3px solid #67c23a;
} }
::v-deep .txt-import-option-text { /deep/ .txt-import-option-text {
flex: 1; flex: 1;
} }
::v-deep .txt-import-correct-mark { /deep/ .txt-import-correct-mark {
color: #67c23a; color: #67c23a;
font-weight: bold; font-weight: bold;
font-size: 16px; font-size: 16px;
} }
::v-deep .txt-import-question-meta { /deep/ .txt-import-question-meta {
margin-top: 12px; margin-top: 12px;
padding-top: 12px; padding-top: 12px;
border-top: 1px dashed #ebeef5; border-top: 1px dashed #ebeef5;
@@ -511,12 +511,12 @@ E.先进性"
color: #909399; color: #909399;
} }
::v-deep .txt-import-dialog-footer { /deep/ .txt-import-dialog-footer {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
} }
::v-deep .txt-import-no-options { /deep/ .txt-import-no-options {
padding: 10px; padding: 10px;
color: #f56c6c; color: #f56c6c;
font-style: italic; font-style: italic;
@@ -391,13 +391,13 @@ const subjectForm = {
/* background: rgb(248, 249, 250);*/ /* background: rgb(248, 249, 250);*/
/*}*/ /*}*/
::v-deep .questionnaire-editor { /deep/ .questionnaire-editor {
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
padding: 20px; padding: 20px;
} }
::v-deep .editor-header { /deep/ .editor-header {
background: white; background: white;
padding: 20px; padding: 20px;
border-radius: 8px; border-radius: 8px;
@@ -405,7 +405,7 @@ const subjectForm = {
margin-bottom: 20px; margin-bottom: 20px;
} }
::v-deep .subject-item { /deep/ .subject-item {
background: white; background: white;
border-radius: 8px; border-radius: 8px;
padding: 25px; padding: 25px;
@@ -415,18 +415,18 @@ const subjectForm = {
border: 1px dashed #d9d9d9; border: 1px dashed #d9d9d9;
} }
::v-deep .subject-item:hover { /deep/ .subject-item:hover {
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
/*transform: translateY(-1px);*/ /*transform: translateY(-1px);*/
} }
::v-deep .subject-header { /deep/ .subject-header {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
padding-bottom: 15px; padding-bottom: 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
::v-deep .subject-toolbar { /deep/ .subject-toolbar {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -435,7 +435,7 @@ const subjectForm = {
border-top: 1px solid #eee; border-top: 1px solid #eee;
} }
::v-deep .toolbar { /deep/ .toolbar {
background: white; background: white;
padding: 15px; padding: 15px;
border-radius: 8px; border-radius: 8px;
@@ -443,12 +443,12 @@ const subjectForm = {
z-index: 1000; z-index: 1000;
} }
::v-deep .toolbar-btn { /deep/ .toolbar-btn {
margin: 5px 0; margin: 5px 0;
width: 100%; width: 100%;
} }
::v-deep .option-item { /deep/ .option-item {
background: #f8f9fa; background: #f8f9fa;
border-radius: 4px; border-radius: 4px;
padding: 10px; padding: 10px;
@@ -457,33 +457,33 @@ const subjectForm = {
align-items: center; align-items: center;
} }
::v-deep .option-drag-handle { /deep/ .option-drag-handle {
cursor: move; cursor: move;
margin-right: 10px; margin-right: 10px;
color: #909399; color: #909399;
} }
::v-deep .option-content { /deep/ .option-content {
flex-grow: 1; flex-grow: 1;
margin-right: 10px; margin-right: 10px;
} }
::v-deep .option-tools { /deep/ .option-tools {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
} }
::v-deep .preview-dialog { /deep/ .preview-dialog {
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
} }
::v-deep .date-visible { /deep/ .date-visible {
margin-left: 20px; margin-left: 20px;
} }
::v-deep .subject-meta { /deep/ .subject-meta {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 15px; gap: 15px;
@@ -493,7 +493,7 @@ const subjectForm = {
border-radius: 4px; border-radius: 4px;
} }
::v-deep .image-preview { /deep/ .image-preview {
max-width: 200px; max-width: 200px;
max-height: 200px; max-height: 200px;
margin-top: 10px; margin-top: 10px;
@@ -501,24 +501,24 @@ const subjectForm = {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
} }
::v-deep .drag-handler { /deep/ .drag-handler {
cursor: move; cursor: move;
color: #909399; color: #909399;
margin-right: 10px; margin-right: 10px;
} }
::v-deep .meta-info { /deep/ .meta-info {
color: #909399; color: #909399;
font-size: 12px; font-size: 12px;
margin-top: 5px; margin-top: 5px;
} }
::v-deep .subject-type-icon { /deep/ .subject-type-icon {
margin-right: 5px; margin-right: 5px;
} }
::v-deep .option-img-box { /deep/ .option-img-box {
position: relative; position: relative;
width: 40px; width: 40px;
height: 40px; height: 40px;
@@ -526,16 +526,16 @@ const subjectForm = {
flex-shrink: 0 flex-shrink: 0
} }
::v-deep .option-img-box:hover .el-icon-remove { /deep/ .option-img-box:hover .el-icon-remove {
display: block; display: block;
} }
::v-deep .option-img-box img { /deep/ .option-img-box img {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
::v-deep .option-img-box .el-icon-remove { /deep/ .option-img-box .el-icon-remove {
position: absolute; position: absolute;
top: -7px; top: -7px;
right: -7px; right: -7px;
@@ -543,7 +543,7 @@ const subjectForm = {
display: none; display: none;
} }
::v-deep .option-img-box .el-icon-remove:hover { /deep/ .option-img-box .el-icon-remove:hover {
transform: scale(1.1); transform: scale(1.1);
} }
@@ -249,17 +249,17 @@ const apply = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .div-Calendar { /deep/ .div-Calendar {
box-sizing: border-box; box-sizing: border-box;
height: 100%; height: 100%;
} }
::v-deep .div-Calendar p { /deep/ .div-Calendar p {
margin: 0; margin: 0;
} }
::v-deep .el-calendar-day:has(.not-allow-day) { /deep/ .el-calendar-day:has(.not-allow-day) {
background-color: #F5F5F5; background-color: #F5F5F5;
} }
::v-deep .el-dialog__body { /deep/ .el-dialog__body {
padding-top: 0; padding-top: 0;
} }
` `
@@ -56,17 +56,17 @@ const info = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .el-timeline-item { /deep/ .el-timeline-item {
padding-bottom: 20px; padding-bottom: 20px;
} }
::v-deep .el-timeline-item__wrapper { /deep/ .el-timeline-item__wrapper {
padding-left: 28px; padding-left: 28px;
top: -3px; top: -3px;
} }
::v-deep .el-timeline-item__tail { /deep/ .el-timeline-item__tail {
left: 4px; left: 4px;
} }
::v-deep .user-face{ /deep/ .user-face{
display: flex; display: flex;
} }
` `
@@ -56,17 +56,17 @@ const info = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .el-timeline-item { /deep/ .el-timeline-item {
padding-bottom: 20px; padding-bottom: 20px;
} }
::v-deep .el-timeline-item__wrapper { /deep/ .el-timeline-item__wrapper {
padding-left: 28px; padding-left: 28px;
top: -3px; top: -3px;
} }
::v-deep .el-timeline-item__tail { /deep/ .el-timeline-item__tail {
left: 4px; left: 4px;
} }
::v-deep .user-face{ /deep/ .user-face{
display: flex; display: flex;
} }
` `
@@ -328,13 +328,13 @@ const applyForm = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .companionList_empty_text { /deep/ .companionList_empty_text {
text-align: center; text-align: center;
padding: 10px 0; padding: 10px 0;
font-size: 14px; font-size: 14px;
color: grey; color: grey;
} }
::v-deep .button { /deep/ .button {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
@@ -72,7 +72,7 @@ const meetingInfo = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .table-class{ /deep/ .table-class{
width: 100%; width: 100%;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
@@ -81,15 +81,15 @@ const meetingInfo = {
table-layout: fixed; table-layout: fixed;
border-collapse: collapse; border-collapse: collapse;
} }
::v-deep .table-class th { /deep/ .table-class th {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
::v-deep .table-class tr { /deep/ .table-class tr {
text-align: center; text-align: center;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
::v-deep .table-class td { /deep/ .table-class td {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
` `
@@ -335,7 +335,7 @@ layout("/layouts/platform_h5.html"){
padding: 0; padding: 0;
} }
::v-deep .container .title { /deep/ .container .title {
text-align: center; text-align: center;
padding: 20px; padding: 20px;
background: #ffffff; background: #ffffff;
@@ -368,7 +368,7 @@ layout("/layouts/platform_h5.html"){
top: 0; top: 0;
} }
::v-deep .timer { /deep/ .timer {
text-align: center; text-align: center;
font-size: 18px; font-size: 18px;
background: #fff; background: #fff;
@@ -201,7 +201,7 @@ layout("/layouts/platform_h5.html"){
padding: 0; padding: 0;
} }
::v-deep .container .title { /deep/ .container .title {
text-align: center; text-align: center;
padding: 20px; padding: 20px;
margin: 0 !important; margin: 0 !important;
@@ -237,7 +237,7 @@ layout("/layouts/platform_h5.html"){
top: 0; top: 0;
} }
::v-deep .score-form { /deep/ .score-form {
background: #ffffff; background: #ffffff;
display: flex; display: flex;
margin-bottom: 10px; margin-bottom: 10px;
@@ -245,7 +245,7 @@ layout("/layouts/platform_h5.html"){
align-items: center; align-items: center;
} }
::v-deep .score-form-total { /deep/ .score-form-total {
flex: 1; flex: 1;
background: #fff; background: #fff;
display: flex; display: flex;
@@ -254,12 +254,12 @@ layout("/layouts/platform_h5.html"){
align-items: flex-end; align-items: flex-end;
} }
::v-deep .score-text-news { /deep/ .score-text-news {
flex: 1; flex: 1;
background: #fff; background: #fff;
} }
::v-deep .score-font-style { /deep/ .score-font-style {
font-size: 32px; font-size: 32px;
color: #ff6a00; color: #ff6a00;
word-break: keep-all; word-break: keep-all;
@@ -268,7 +268,7 @@ layout("/layouts/platform_h5.html"){
text-align: center; text-align: center;
} }
::v-deep .score-underline { /deep/ .score-underline {
background: url(//image.wjx.cn/images/newimg/score-form/score-underline@2x.png) no-repeat center; background: url(//image.wjx.cn/images/newimg/score-form/score-underline@2x.png) no-repeat center;
background-size: 47px 16px; background-size: 47px 16px;
display: inline-block; display: inline-block;
@@ -308,12 +308,12 @@ layout("/layouts/platform_h5.html"){
background: #fff; background: #fff;
} }
::v-deep .history-list { /deep/ .history-list {
background: #f1f1f1; background: #f1f1f1;
padding: 10px; padding: 10px;
} }
::v-deep .history-item { /deep/ .history-item {
background: #ffffff; background: #ffffff;
border-radius: 12px; border-radius: 12px;
padding: 16px; padding: 16px;
@@ -324,26 +324,26 @@ layout("/layouts/platform_h5.html"){
transition: transform 0.2s ease-in-out; transition: transform 0.2s ease-in-out;
} }
::v-deep .history-header { /deep/ .history-header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-bottom: 12px; margin-bottom: 12px;
} }
::v-deep .history-header span { /deep/ .history-header span {
font-size: 14px; font-size: 14px;
font-weight: 600; font-weight: 600;
color: #333; color: #333;
} }
::v-deep .history-header .tag { /deep/ .history-header .tag {
margin-left: 8px; margin-left: 8px;
color: #fff; color: #fff;
padding: 2px 5px; padding: 2px 5px;
} }
::v-deep .history-info { /deep/ .history-info {
font-size: 14px; font-size: 14px;
color: #555; color: #555;
margin-bottom: 4px; margin-bottom: 4px;
@@ -284,7 +284,7 @@ const apply = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .top-calendar { /deep/ .top-calendar {
height: 70px; height: 70px;
max-height: 70px; max-height: 70px;
position: sticky; position: sticky;
@@ -296,13 +296,13 @@ const apply = {
align-items: center; align-items: center;
background-color: #0e78c5; background-color: #0e78c5;
} }
::v-deep .calendar-left { /deep/ .calendar-left {
/*width: calc(100% - 20px);*/ /*width: calc(100% - 20px);*/
overflow-x: auto; overflow-x: auto;
display: flex; display: flex;
height: 90%; height: 90%;
} }
::v-deep .calendar-left-day { /deep/ .calendar-left-day {
min-width: 65px; min-width: 65px;
height: 100%; height: 100%;
margin: 0 5px; margin: 0 5px;
@@ -313,24 +313,24 @@ const apply = {
color: #FFF; color: #FFF;
border-radius: 10px; border-radius: 10px;
} }
::v-deep .left-day-active { /deep/ .left-day-active {
background-color: #0000cc; background-color: #0000cc;
} }
::v-deep .left-day-disabled { /deep/ .left-day-disabled {
background-color: lightgrey; background-color: lightgrey;
} }
::v-deep .container { /deep/ .container {
background-color: white; background-color: white;
margin: 10px 0; margin: 10px 0;
padding: 10px 0; padding: 10px 0;
overflow-y: auto; overflow-y: auto;
height: calc(100vh - 46px - 70px - 56px - 30px); height: calc(100vh - 46px - 70px - 56px - 30px);
} }
::v-deep .container-times { /deep/ .container-times {
width: 58%; width: 58%;
text-align: center; text-align: center;
} }
::v-deep .container-state { /deep/ .container-state {
width: 80px; width: 80px;
height: 36px; height: 36px;
line-height: 36px; line-height: 36px;
@@ -339,10 +339,10 @@ const apply = {
border-radius: 2px; border-radius: 2px;
color: #929292; color: #929292;
} }
::v-deep table { /deep/ table {
border-collapse: collapse; border-collapse: collapse;
} }
::v-deep .calendar-right { /deep/ .calendar-right {
width: 30px; width: 30px;
max-width: 30px; max-width: 30px;
text-align: center; text-align: center;
@@ -354,7 +354,7 @@ const apply = {
margin-left: 5px; margin-left: 5px;
} }
::v-deep .calendar-popup { /deep/ .calendar-popup {
top: 46px; top: 46px;
} }
` `
@@ -99,7 +99,7 @@ const siteInfo = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .table-class{ /deep/ .table-class{
width: 100%; width: 100%;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
@@ -108,15 +108,15 @@ const siteInfo = {
table-layout: fixed; table-layout: fixed;
border-collapse: collapse; border-collapse: collapse;
} }
::v-deep .table-class th { /deep/ .table-class th {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
::v-deep .table-class tr { /deep/ .table-class tr {
text-align: center; text-align: center;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
::v-deep .table-class td { /deep/ .table-class td {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
` `
@@ -107,7 +107,7 @@ const applyForm = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .van-radio__label { /deep/ .van-radio__label {
display: flex; display: flex;
align-items: center; align-items: center;
} }
@@ -32,7 +32,7 @@ const projectInfo = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .info-middle { /deep/ .info-middle {
background-color: #F5F7FA; background-color: #F5F7FA;
width: 80%; width: 80%;
margin: 0 auto; margin: 0 auto;
@@ -42,7 +42,7 @@ const projectInfo = {
color: #666666; color: #666666;
font-size: 14px; font-size: 14px;
} }
::v-deep .info-title { /deep/ .info-title {
font-weight: bold; font-weight: bold;
background-color: white; background-color: white;
padding: 13px; padding: 13px;
@@ -50,7 +50,7 @@ const projectInfo = {
text-align: center !important; text-align: center !important;
margin-top: 10px; margin-top: 10px;
} }
::v-deep .info-content { /deep/ .info-content {
padding: 10px; padding: 10px;
background-color: white; background-color: white;
} }
@@ -33,7 +33,7 @@ const typeInfo = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .info-middle { /deep/ .info-middle {
background-color: #F5F7FA; background-color: #F5F7FA;
width: 80%; width: 80%;
margin: 0 auto; margin: 0 auto;
@@ -43,7 +43,7 @@ const typeInfo = {
color: #666666; color: #666666;
font-size: 14px; font-size: 14px;
} }
::v-deep .info-title { /deep/ .info-title {
font-weight: bold; font-weight: bold;
background-color: white; background-color: white;
padding: 13px; padding: 13px;
@@ -51,7 +51,7 @@ const typeInfo = {
text-align: center !important; text-align: center !important;
margin-top: 10px; margin-top: 10px;
} }
::v-deep .info-content { /deep/ .info-content {
padding: 10px; padding: 10px;
background-color: white; background-color: white;
} }
@@ -48,7 +48,7 @@ const doctorInfo = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .table-class{ /deep/ .table-class{
width: 100%; width: 100%;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
@@ -57,18 +57,18 @@ const doctorInfo = {
table-layout: fixed; table-layout: fixed;
border-collapse: collapse; border-collapse: collapse;
} }
::v-deep .table-class th { /deep/ .table-class th {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
::v-deep .table-class tr { /deep/ .table-class tr {
text-align: center; text-align: center;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
::v-deep .table-class td { /deep/ .table-class td {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
::v-deep .empty-text { /deep/ .empty-text {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
padding: 10px 0; padding: 10px 0;
@@ -58,15 +58,15 @@ const info = {
} }
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .empty-text { /deep/ .empty-text {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
padding: 10px 0; padding: 10px 0;
} }
::v-deep .user-face{ /deep/ .user-face{
display: flex; display: flex;
} }
::v-deep .van-step__title { /deep/ .van-step__title {
font-size: 13px; font-size: 13px;
} }
` `
@@ -48,7 +48,7 @@ const doctorInfo = {
}, },
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .table-class{ /deep/ .table-class{
width: 100%; width: 100%;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
@@ -57,18 +57,18 @@ const doctorInfo = {
table-layout: fixed; table-layout: fixed;
border-collapse: collapse; border-collapse: collapse;
} }
::v-deep .table-class th { /deep/ .table-class th {
background-color: #f2f2f2; background-color: #f2f2f2;
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
::v-deep .table-class tr { /deep/ .table-class tr {
text-align: center; text-align: center;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
} }
::v-deep .table-class td { /deep/ .table-class td {
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
::v-deep .empty-text { /deep/ .empty-text {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
padding: 10px 0; padding: 10px 0;
@@ -58,15 +58,15 @@ const info = {
} }
}, },
style: /*language=CSS*/ ` style: /*language=CSS*/ `
::v-deep .empty-text { /deep/ .empty-text {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
padding: 10px 0; padding: 10px 0;
} }
::v-deep .user-face{ /deep/ .user-face{
display: flex; display: flex;
} }
::v-deep .van-step__title { /deep/ .van-step__title {
font-size: 13px; font-size: 13px;
} }
` `
@@ -446,7 +446,7 @@ const apps = {
} }
/* 菜单弹框样式 */ /* 菜单弹框样式 */
::v-deep .menu-popup { /deep/ .menu-popup {
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@@ -454,7 +454,7 @@ const apps = {
overflow: hidden; overflow: hidden;
} }
::v-deep .popup-header { /deep/ .popup-header {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@@ -463,26 +463,26 @@ const apps = {
background: #fff; background: #fff;
} }
::v-deep .popup-title { /deep/ .popup-title {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
color: #323233; color: #323233;
} }
::v-deep .close-icon { /deep/ .close-icon {
font-size: 18px; font-size: 18px;
color: #969799; color: #969799;
cursor: pointer; cursor: pointer;
} }
::v-deep .menu-grid { /deep/ .menu-grid {
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
} }
::v-deep .grid-item { /deep/ .grid-item {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -493,12 +493,12 @@ const apps = {
min-width: 0; min-width: 0;
} }
::v-deep .grid-item:active { /deep/ .grid-item:active {
transform: scale(0.95); transform: scale(0.95);
background: #f2f3f5; background: #f2f3f5;
} }
::v-deep .grid-icon { /deep/ .grid-icon {
width: 48px; width: 48px;
height: 48px; height: 48px;
border-radius: 12px; border-radius: 12px;
@@ -510,7 +510,7 @@ const apps = {
color: #fff; color: #fff;
} }
::v-deep .grid-name { /deep/ .grid-name {
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
color: #323233; color: #323233;
@@ -524,25 +524,25 @@ const apps = {
min-width: 0; min-width: 0;
} }
::v-deep .grid-desc { /deep/ .grid-desc {
font-size: 12px; font-size: 12px;
color: #969799; color: #969799;
text-align: center; text-align: center;
line-height: 1.2; line-height: 1.2;
} }
::v-deep .menu-name { /deep/ .menu-name {
font-size: 16px; font-size: 16px;
color: #323233; color: #323233;
margin-bottom: 4px; margin-bottom: 4px;
} }
::v-deep .menu-desc { /deep/ .menu-desc {
font-size: 12px; font-size: 12px;
color: #969799; color: #969799;
} }
::v-deep .menu-arrow { /deep/ .menu-arrow {
font-size: 16px; font-size: 16px;
color: #c8c9cc; color: #c8c9cc;
} }
@@ -153,7 +153,7 @@ const home = {
width: 100%; width: 100%;
} }
.act-list ::v-deep .act-item-wrapper-tag{ .act-list /deep/ .act-item-wrapper-tag{
position: absolute; position: absolute;
left: 10px; left: 10px;
top: 10px; top: 10px;
@@ -282,7 +282,7 @@ const todo = {
margin: 0 auto; margin: 0 auto;
} }
::v-deep .filter-section { /deep/ .filter-section {
margin-bottom: 16px; margin-bottom: 16px;
} }
@@ -307,46 +307,46 @@ const todo = {
margin-top: 16px; margin-top: 16px;
} }
::v-deep .task-item { /deep/ .task-item {
margin-bottom: 12px; margin-bottom: 12px;
overflow: hidden; overflow: hidden;
background-color: #ffffff; background-color: #ffffff;
} }
::v-deep .task-content { /deep/ .task-content {
padding: 16px; padding: 16px;
} }
::v-deep .task-title { /deep/ .task-title {
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
margin-bottom: 8px; margin-bottom: 8px;
color: #323233; color: #323233;
} }
::v-deep .task-info { /deep/ .task-info {
display: flex; display: flex;
font-size: 14px; font-size: 14px;
color: #969799; color: #969799;
margin-bottom: 4px; margin-bottom: 4px;
} }
::v-deep .task-info-label { /deep/ .task-info-label {
width: 70px; width: 70px;
flex-shrink: 0; flex-shrink: 0;
} }
::v-deep .task-info-value { /deep/ .task-info-value {
flex: 1; flex: 1;
} }
::v-deep .task-footer { /deep/ .task-footer {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
margin-top: 12px; margin-top: 12px;
} }
::v-deep .empty-section { /deep/ .empty-section {
padding: 40px 0; padding: 40px 0;
text-align: center; text-align: center;
color: #969799; color: #969799;