diff --git a/src/assets/styles/portal.scss b/src/assets/styles/portal.scss
index 93015bdd..22966332 100644
--- a/src/assets/styles/portal.scss
+++ b/src/assets/styles/portal.scss
@@ -473,9 +473,13 @@ body {margin: 0px;padding: 0px;}
.xcontent{width: 1366px;}
.xcontent2{
width: 1366px;
+ //后添加的教师节
.list {
grid-template-columns: repeat(4, 332px);
}
+ .liList{
+ margin-top: 10px;
+ }
}
.rankimg{
width:76px;
@@ -522,6 +526,9 @@ body {margin: 0px;padding: 0px;}
.list {
grid-template-columns: repeat(4, 400px);
}
+ .liList{
+ margin-top: 24px;
+ }
}
.rankimg{
width:86px;
@@ -567,6 +574,9 @@ body {margin: 0px;padding: 0px;}
.list {
grid-template-columns: repeat(4, 445px);
}
+ .liList{
+ margin-top: 32px;
+ }
}
.home-page-right{
width: 395px;
diff --git a/src/views/grateful/GratefulHomePage.vue b/src/views/grateful/GratefulHomePage.vue
index 47fd54aa..0780c810 100644
--- a/src/views/grateful/GratefulHomePage.vue
+++ b/src/views/grateful/GratefulHomePage.vue
@@ -15,9 +15,9 @@
通知
查看更多
-
+
-
+ style="cursor: pointer;line-height: 22px;" class="liList">
@@ -40,9 +40,9 @@
工具下载
查看更多
-
- -
+
+ -
@@ -290,9 +290,8 @@ export default {
.gratefulNav {
display: grid;
- grid-template-columns: 1.6fr 1fr 1fr;
- column-gap: 60px;
-
+ grid-template-columns: 1.5fr 1fr 1fr;
+ column-gap: 40px;
.navImg {
img {
width: 100%;
diff --git a/src/views/grateful/GratefulNotice.vue b/src/views/grateful/GratefulNotice.vue
index fb91475b..b3db6791 100644
--- a/src/views/grateful/GratefulNotice.vue
+++ b/src/views/grateful/GratefulNotice.vue
@@ -24,7 +24,7 @@
-
+
diff --git a/src/views/grateful/NoticeDetail.vue b/src/views/grateful/NoticeDetail.vue
index 515310f2..d7e117d0 100644
--- a/src/views/grateful/NoticeDetail.vue
+++ b/src/views/grateful/NoticeDetail.vue
@@ -20,7 +20,7 @@
--内容列表内容--
-
+
diff --git a/src/views/grateful/ToolDown.vue b/src/views/grateful/ToolDown.vue
index 788b8a87..4d020690 100644
--- a/src/views/grateful/ToolDown.vue
+++ b/src/views/grateful/ToolDown.vue
@@ -25,7 +25,7 @@
-
+
diff --git a/src/views/grateful/index.vue b/src/views/grateful/index.vue
index ffa5f6d1..7180d9b5 100644
--- a/src/views/grateful/index.vue
+++ b/src/views/grateful/index.vue
@@ -1,7 +1,15 @@
-