diff --git a/ruoyi-admin/src/main/java/com/ruoyi/cms/service/impl/ImitationServiceImpl.java b/ruoyi-admin/src/main/java/com/ruoyi/cms/service/impl/ImitationServiceImpl.java index e9e86d6..05e61fd 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/cms/service/impl/ImitationServiceImpl.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/cms/service/impl/ImitationServiceImpl.java @@ -80,7 +80,10 @@ public class ImitationServiceImpl extends ServiceImpl新增 - - 测试添加 - + { console.log(res) }) diff --git a/ruoyi-ui/src/views/home.vue b/ruoyi-ui/src/views/home.vue index 4db82a7..fb3e9ef 100644 --- a/ruoyi-ui/src/views/home.vue +++ b/ruoyi-ui/src/views/home.vue @@ -56,7 +56,6 @@ -
@@ -107,6 +106,7 @@
+
查看全部
@@ -121,7 +121,7 @@
{{getDictLabel(item.imitationType)}}
- +
{{ item.imitationTitle }} @@ -307,12 +307,15 @@ export default { }); }, golist(row) { - // console.log('跳转',id) + this.$router.push({ name: 'list', query: {id: row.id, categoryTitle: row.label} }); }, + listgo(){ + console.log(this.indexList[2]) + }, tabClick(item) { if (item.label == "联系我们") { this.$router.push('/contact'); @@ -1117,4 +1120,17 @@ export default { line-height: 18px; } +.anniuv{ + height: 50px; + background: #fff; + color: #005375; + border-radius: 50px; + display: flex; + align-items: center; + justify-content: center; + box-sizing: border-box; + padding: 15px 30px; + z-index: 999; + cursor: pointer; +} diff --git a/ruoyi-ui/src/views/officialWebsite/about.vue b/ruoyi-ui/src/views/officialWebsite/about.vue index e17cc43..f605747 100644 --- a/ruoyi-ui/src/views/officialWebsite/about.vue +++ b/ruoyi-ui/src/views/officialWebsite/about.vue @@ -4,7 +4,7 @@
- +
@@ -153,7 +153,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; diff --git a/ruoyi-ui/src/views/officialWebsite/cases.vue b/ruoyi-ui/src/views/officialWebsite/cases.vue index abd2279..ca91bf9 100644 --- a/ruoyi-ui/src/views/officialWebsite/cases.vue +++ b/ruoyi-ui/src/views/officialWebsite/cases.vue @@ -144,7 +144,7 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375;; + background-color: #005375 !important; /* 背景颜色 */ color: #fff; /* 文字颜色 */ @@ -193,7 +193,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; diff --git a/ruoyi-ui/src/views/officialWebsite/committee.vue b/ruoyi-ui/src/views/officialWebsite/committee.vue index 99e2753..ecd5bf0 100644 --- a/ruoyi-ui/src/views/officialWebsite/committee.vue +++ b/ruoyi-ui/src/views/officialWebsite/committee.vue @@ -4,7 +4,7 @@
- +
@@ -24,10 +24,17 @@
-
-
{{item.contentTitle}}
-
{{item.publishDate}}
+
+
+
{{item.publishDate}}
+
{{item.contentTitle}}
+
{{item.summary || '' }}
+
+
+ +
+
@@ -79,6 +86,7 @@ export default { dataList: [], categoryId:'', pageContextList: [], + imgurl: process.env.VUE_APP_BASE_API, nav: [ // { name: '工作动态' }, // { name: '组织架构' }, @@ -194,8 +202,7 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375; - ; + background-color: #005375 !important; /* 背景颜色 */ color: #fff; /* 文字颜色 */ @@ -239,7 +246,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; @@ -591,7 +598,42 @@ export default { color: #00A0E8; cursor: pointer; } -committee-cont2{ +.noticeRsr{ + width: 100%; + padding: 1rem; + display: flex; + justify-content: space-between; + font-size: 20px; + +} +.n-box{ + width: 100%; + display: flex; + justify-content: space-between; + border-bottom: 1px solid #DDDDDD; + box-sizing: border-box; + padding: 15px 0px; +} +.noticeRsr:hover{ + color: #00A0E8; + cursor: pointer; +} +.v-time{ + font-weight: 500; + font-size: 18px; + color: #005375; + margin-bottom: 15px; +} +.v-title{ + font-weight: bold; + font-size: 24px; + color: #005375; + margin-bottom: 15px; +} +.v-size{ + width: 800px; + font-size: 18px; + color: #999999; } diff --git a/ruoyi-ui/src/views/officialWebsite/competition.vue b/ruoyi-ui/src/views/officialWebsite/competition.vue index b6169bc..50d4638 100644 --- a/ruoyi-ui/src/views/officialWebsite/competition.vue +++ b/ruoyi-ui/src/views/officialWebsite/competition.vue @@ -654,8 +654,7 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375; - ; + background-color: #005375 !important; /* 背景颜色 */ color: #fff; /* 文字颜色 */ @@ -699,7 +698,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; diff --git a/ruoyi-ui/src/views/officialWebsite/contact.vue b/ruoyi-ui/src/views/officialWebsite/contact.vue index 2e3134b..0a1081e 100644 --- a/ruoyi-ui/src/views/officialWebsite/contact.vue +++ b/ruoyi-ui/src/views/officialWebsite/contact.vue @@ -155,8 +155,7 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375; - ; + background-color: #005375 !important; /* 背景颜色 */ color: #fff; /* 文字颜色 */ @@ -200,7 +199,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; diff --git a/ruoyi-ui/src/views/officialWebsite/details.vue b/ruoyi-ui/src/views/officialWebsite/details.vue index 915e3c2..dda605c 100644 --- a/ruoyi-ui/src/views/officialWebsite/details.vue +++ b/ruoyi-ui/src/views/officialWebsite/details.vue @@ -4,14 +4,14 @@
- +
-
返回
+
-
{{info.contentTitle}}
+
@@ -104,6 +104,7 @@ export default { diff --git a/ruoyi-ui/src/views/officialWebsite/list.vue b/ruoyi-ui/src/views/officialWebsite/list.vue index 2373b10..b4b7459 100644 --- a/ruoyi-ui/src/views/officialWebsite/list.vue +++ b/ruoyi-ui/src/views/officialWebsite/list.vue @@ -4,16 +4,26 @@
- +
{{categoryTitle}}
-
-
{{item.contentTitle || '暂无标题' }}
-
{{item.createTime || 0.00 }}
+ + + + +
+
+
{{item.publishDate}}
+
{{item.contentTitle}}
+
{{item.summary || '' }}
+
+ +
+
diff --git a/ruoyi-ui/src/views/officialWebsite/news.vue b/ruoyi-ui/src/views/officialWebsite/news.vue index e33c1e1..8a8a94b 100644 --- a/ruoyi-ui/src/views/officialWebsite/news.vue +++ b/ruoyi-ui/src/views/officialWebsite/news.vue @@ -30,8 +30,6 @@
{{item.contentTitle}}
{{item.summary}}
- -
@@ -172,8 +170,7 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375; - ; + background-color: #005375 !important; /* 背景颜色 */ color: #fff; /* 文字颜色 */ @@ -217,7 +214,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; diff --git a/ruoyi-ui/src/views/officialWebsite/platform.vue b/ruoyi-ui/src/views/officialWebsite/platform.vue index 0051553..3509df9 100644 --- a/ruoyi-ui/src/views/officialWebsite/platform.vue +++ b/ruoyi-ui/src/views/officialWebsite/platform.vue @@ -172,7 +172,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; @@ -437,7 +437,7 @@ export default { width: 70%; height: 1px; /* left: 0; */ - background-color: #005375; + background-color: #005375 !important; } .about-conts .ayptjs-list .item .more p { @@ -594,8 +594,7 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375; -; + background-color: #005375 !important; /* 背景颜色 */ color: #fff; /* 文字颜色 */ diff --git a/ruoyi-ui/src/views/officialWebsite/practice.vue b/ruoyi-ui/src/views/officialWebsite/practice.vue index deb05e4..6ae35cb 100644 --- a/ruoyi-ui/src/views/officialWebsite/practice.vue +++ b/ruoyi-ui/src/views/officialWebsite/practice.vue @@ -273,8 +273,8 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375 !important; - ; + background-color: #005375 !important; + /* 背景颜色 */ color: #fff; /* 文字颜色 */ @@ -318,7 +318,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; ; font-weight: bold; font-size: 18px; color: #FFFFFF; @@ -579,7 +579,7 @@ export default { width: 70%; height: 1px; /* left: 0; */ - background-color: #005375; + background-color: #005375 !important; ; } .about-conts .ayptjs-list .item .more p { diff --git a/ruoyi-ui/src/views/officialWebsite/teaching.vue b/ruoyi-ui/src/views/officialWebsite/teaching.vue index ba6ce39..709ab76 100644 --- a/ruoyi-ui/src/views/officialWebsite/teaching.vue +++ b/ruoyi-ui/src/views/officialWebsite/teaching.vue @@ -243,7 +243,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; diff --git a/ruoyi-ui/src/views/officialWebsite/team.vue b/ruoyi-ui/src/views/officialWebsite/team.vue index 6292df9..18edfbd 100644 --- a/ruoyi-ui/src/views/officialWebsite/team.vue +++ b/ruoyi-ui/src/views/officialWebsite/team.vue @@ -181,7 +181,7 @@ export default { align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.2); - background-color: #005375; + background-color: #005375 !important; font-weight: bold; font-size: 18px; color: #FFFFFF; @@ -448,7 +448,7 @@ export default { width: 70%; height: 1px; /* left: 0; */ - background-color: #005375; + background-color: #005375 !important; } .about-conts .ayptjs-list .item .more p { @@ -656,8 +656,8 @@ export default { /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375; -; + background-color: #005375 !important; + /* 背景颜色 */ color: #fff; /* 文字颜色 */ diff --git a/ruoyi-ui/src/views/officialWebsite/xufang.vue b/ruoyi-ui/src/views/officialWebsite/xufang.vue index 198aeba..c209054 100644 --- a/ruoyi-ui/src/views/officialWebsite/xufang.vue +++ b/ruoyi-ui/src/views/officialWebsite/xufang.vue @@ -4,7 +4,7 @@
- +
@@ -516,12 +516,15 @@ export default { padding-bottom: 20px; margin-bottom: 20px; } - +.el-pagination.is-background .el-pager li:not(.disabled).active { + background: #005375 !important ; + color: #FFFFFF; +} .index-footer .footer .footer-nav .footer-nav-item .tt::after { content: ""; width: 20px; height: 2px; - background: #005375; + background: #005375 !important ; border-radius: 0px 0px 0px 0px; position: absolute; bottom: 0; @@ -698,8 +701,7 @@ export default { ::v-deep .el-pagination .el-pager li:not(.disabled) { border-radius: 100%; /* 圆形 */ - width: 50px; - height: 50px; + /* 按钮高度 */ line-height: 50px; /* 文字垂直居中 */ @@ -710,15 +712,14 @@ export default { border-radius: 50%; width: 50px; height: 50px; + font-size: 18px; background: #FFFFFF; - border: 1px solid #DDDDDD; } /* 选中的页码按钮样式 */ ::v-deep .el-pagination .el-pager .active { - background-color: #005375; -; + background-color: #005375 !important; /* 背景颜色 */ color: #fff; /* 文字颜色 */