-
{{getDictLabel(item.imitationType)}}
+
{{getDictLabel(item.imitationType)}}
diff --git a/ruoyi-ui/src/views/officialWebsite/competition.vue b/ruoyi-ui/src/views/officialWebsite/competition.vue
index dea0768..e8cea46 100644
--- a/ruoyi-ui/src/views/officialWebsite/competition.vue
+++ b/ruoyi-ui/src/views/officialWebsite/competition.vue
@@ -296,9 +296,19 @@
-
-
{{item.contentTitle}}
-
{{item.publishDate}}
+
+
+
+
+
+
+
{{item.publishDate}}
+
{{item.contentTitle}}
+
{{item.summary || '' }}
+
+
+
+
@@ -1102,4 +1112,35 @@ export default {
color: #00A0E8;
cursor: pointer;
}
+.n-box{
+ width: 100%;
+ display: flex;
+ justify-content: space-between;
+ border-bottom: 1px solid #DDDDDD;
+ box-sizing: border-box;
+ padding: 15px 0px;
+ background: #fff;
+}
+.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;
+}
+