diff --git a/src/views/screenAdaptation/assets/images/modalLogo.png b/src/views/screenAdaptation/assets/images/modalLogo.png
new file mode 100644
index 0000000..272f6fb
Binary files /dev/null and b/src/views/screenAdaptation/assets/images/modalLogo.png differ
diff --git a/src/views/screenAdaptation/common/commonInfo.vue b/src/views/screenAdaptation/common/commonInfo.vue
index fe4b0be..8cfe51e 100644
--- a/src/views/screenAdaptation/common/commonInfo.vue
+++ b/src/views/screenAdaptation/common/commonInfo.vue
@@ -23,6 +23,7 @@
+
@@ -90,7 +91,7 @@
this.showPanel = newData;
},
infoObj: function (newData) {
- console.log("infoObj变化:",newData)
+ console.log("infoObj变化:", newData)
this.infoTitle = newData.title;
this.infoArr = newData.infoArr;
this.contentHtml = newData.content;
@@ -161,6 +162,8 @@
height: 50px;
display: flex;
align-items: center;
+ margin-left: 100px;
+ margin-bottom: 40px;
}
.ant-modal-body {
.common-info-style {
@@ -171,26 +174,45 @@
flex-direction: column;
.title-content-style {
width: 100%;
- min-height: 30px;
+ min-height: 52px;
display: flex;
justify-content: center;
align-items: center;
+ h1 {
+ color: #fff;
+ }
}
.info-content-style {
- width: 100%;
+ width: 87%;
height: 30px;
display: flex;
align-items: center;
- justify-content: flex-end;
+ justify-content: center;
+ background: #525E7B;
+ padding: 25px 0;
+ margin: 0 auto;
+ font-size: 18px;
}
.content-info-style {
width: 100%;
height: 400px;
- .content-scroll-style{
+ font-size: 18px;
+ line-height: 10px;
+ margin-top: 20px;
+ .content-scroll-style {
display: flex;
flex-wrap: wrap;
}
}
+ .title-logo-png {
+ vertical-align: middle;
+ border-style: none;
+ width: 240px;
+ height: 150px;
+ position: absolute;
+ top: -10px;
+ left: -10px;
+ }
}
}
}
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/parentingClasses.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/parentingClasses.vue
index 704e239..3c43d46 100644
--- a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/parentingClasses.vue
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/parentingClasses.vue
@@ -17,7 +17,7 @@
+ v-if="familyEduListData.length != 0" @click="showInfo(item)">
{{item.content}}
@@ -30,7 +30,7 @@
+ class="activity-content" @click="showInfo(item)">
@@ -98,25 +98,31 @@
-
+
+
+
+
@@ -388,7 +394,6 @@
width: 100%;
height: 100%;
-
/*家庭教育*/
.familyEdu {
color: #81D3F8;
@@ -612,7 +617,6 @@
background: #027DB4;
}
-
.familyMember-listBox {
height: 365px;
position: absolute;
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/povertyAlleviation.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/povertyAlleviation.vue
index aa51e24..2f4c963 100644
--- a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/povertyAlleviation.vue
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/povertyAlleviation.vue
@@ -9,9 +9,10 @@
-
+
- {{item.time.substring(0,4)}}
+ {{item.time.substring(0, 4)}}
{{item.time.substring(5)}}
{{item.title}}
@@ -30,7 +31,7 @@
+ v-if="specialeducation.length != 0" @click="showInfo(item)">
@@ -56,6 +57,8 @@
+
@@ -63,14 +66,18 @@
@@ -316,7 +331,6 @@
border: none !important;
color: #fff !important;
-
.ant-tabs-nav {
.ant-tabs-ink-bar, .ant-tabs-ink-bar-animated {
width: 0 !important;
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/studentActivities.vue b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/studentActivities.vue
index 73ea5fc..c578afd 100644
--- a/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/studentActivities.vue
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/parentalServices/studentActivities.vue
@@ -4,35 +4,43 @@
+
@@ -43,11 +51,15 @@
* 学生活动
* */
import CommonBox from '../../secondPages/commonBox.vue';
+ import CommonInfo from '../../../common/commonInfo.vue'
import {Spin} from 'ant-design-vue';
export default {
data() {
return {
+ infoObj: {},
+ infoId: '',
+ visible: false,
spinning: false,
imgArr: [
// {src: require('../../../assets/images/window/studentActivity01.jpg')},
@@ -92,8 +104,14 @@
console.log('学生活动', result[0].data)
}
)
-
},
+ showInfo(item){
+ this.visible = true
+ },
+ closeInfo () {
+ this.infoId = "";
+ this.visible = false;
+ }
}
}
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue
index 1812e12..ff03422 100644
--- a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/classManage.vue
@@ -121,7 +121,7 @@
+ justify="center" align="middle" @click="showContent(item)">
+
diff --git a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/headmasterManage.vue b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/headmasterManage.vue
index 27a6194..1d9708d 100644
--- a/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/headmasterManage.vue
+++ b/src/views/screenAdaptation/pages/moralEducationCenter/studentClassTeacherManage/headmasterManage.vue
@@ -17,7 +17,7 @@
{{item.time}}
@@ -51,7 +51,7 @@
- {{item.meeting_date.slice(0,9)}} {{item.start_time.slice(11,16)}}
+ {{item.meeting_date.slice(0, 9)}} {{item.start_time.slice(11, 16)}}
{{item.meeting_place}} | {{item.attendees}}
@@ -71,7 +71,8 @@
-
+
{{item.time}}
@@ -124,11 +125,14 @@
+
@@ -1095,6 +1106,9 @@
height: 80px !important;
}
}
+ .botNoticeCarousel {
+ cursor: pointer;
+ }
}
}
}