diff --git a/src/views/sponeScreen/longYW/PromotionTraining.vue b/src/views/sponeScreen/longYW/PromotionTraining.vue index 0338706..f8e01f8 100644 --- a/src/views/sponeScreen/longYW/PromotionTraining.vue +++ b/src/views/sponeScreen/longYW/PromotionTraining.vue @@ -79,7 +79,7 @@ margin: 5px; width: 97%; height: 90px; - background: #325ca3c4; + background: #035c8a; opacity: 0.8; position: relative; display: flex; @@ -109,7 +109,7 @@ span { height: 60%; font-size: 16px; - color: #e4f5ff; + color: #fff; overflow: hidden; white-space: nowrap; /* 防止文字换行 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ @@ -121,7 +121,7 @@ font-family: Source Han Sans CN; font-weight: 400; font-size: 14px; - color: #5b93eb; + color: #3afff8; } } } diff --git a/src/views/sponeScreen/longYW/PromotionTraining.vue b/src/views/sponeScreen/longYW/PromotionTraining.vue index 0338706..f8e01f8 100644 --- a/src/views/sponeScreen/longYW/PromotionTraining.vue +++ b/src/views/sponeScreen/longYW/PromotionTraining.vue @@ -79,7 +79,7 @@ margin: 5px; width: 97%; height: 90px; - background: #325ca3c4; + background: #035c8a; opacity: 0.8; position: relative; display: flex; @@ -109,7 +109,7 @@ span { height: 60%; font-size: 16px; - color: #e4f5ff; + color: #fff; overflow: hidden; white-space: nowrap; /* 防止文字换行 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ @@ -121,7 +121,7 @@ font-family: Source Han Sans CN; font-weight: 400; font-size: 14px; - color: #5b93eb; + color: #3afff8; } } } diff --git a/src/views/sponeScreen/longYW/PublicAdvice.vue b/src/views/sponeScreen/longYW/PublicAdvice.vue index ea3287d..76f376c 100644 --- a/src/views/sponeScreen/longYW/PublicAdvice.vue +++ b/src/views/sponeScreen/longYW/PublicAdvice.vue @@ -55,7 +55,7 @@ margin-top: -3px; .MainBox { width: 93%; - background: #325ca3c4; + background: #035c8a; opacity: 0.8; margin: 5px auto; margin-top: 10px; @@ -72,7 +72,7 @@ width: 100%; height: 30px; line-height: 30px; - color: #b3e3ff; + color: #fff; font-size: 16px; font-family: SourceHanSansCN-Medium; font-weight: 800; @@ -81,7 +81,7 @@ width: 100%; height: 30px; line-height: 30px; - color: #5b93eb; + color: #3afff8; font-size: 16px; font-family: SourceHanSansCN-Medium; font-weight: 400; @@ -92,7 +92,7 @@ width: 100%; .belowNr { width: 95%; - color: #b3e3ff; + color: #fff; font-size: 14px; font-family: SourceHanSansCN-Medium; font-weight: 200; diff --git a/src/views/sponeScreen/longYW/PromotionTraining.vue b/src/views/sponeScreen/longYW/PromotionTraining.vue index 0338706..f8e01f8 100644 --- a/src/views/sponeScreen/longYW/PromotionTraining.vue +++ b/src/views/sponeScreen/longYW/PromotionTraining.vue @@ -79,7 +79,7 @@ margin: 5px; width: 97%; height: 90px; - background: #325ca3c4; + background: #035c8a; opacity: 0.8; position: relative; display: flex; @@ -109,7 +109,7 @@ span { height: 60%; font-size: 16px; - color: #e4f5ff; + color: #fff; overflow: hidden; white-space: nowrap; /* 防止文字换行 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ @@ -121,7 +121,7 @@ font-family: Source Han Sans CN; font-weight: 400; font-size: 14px; - color: #5b93eb; + color: #3afff8; } } } diff --git a/src/views/sponeScreen/longYW/PublicAdvice.vue b/src/views/sponeScreen/longYW/PublicAdvice.vue index ea3287d..76f376c 100644 --- a/src/views/sponeScreen/longYW/PublicAdvice.vue +++ b/src/views/sponeScreen/longYW/PublicAdvice.vue @@ -55,7 +55,7 @@ margin-top: -3px; .MainBox { width: 93%; - background: #325ca3c4; + background: #035c8a; opacity: 0.8; margin: 5px auto; margin-top: 10px; @@ -72,7 +72,7 @@ width: 100%; height: 30px; line-height: 30px; - color: #b3e3ff; + color: #fff; font-size: 16px; font-family: SourceHanSansCN-Medium; font-weight: 800; @@ -81,7 +81,7 @@ width: 100%; height: 30px; line-height: 30px; - color: #5b93eb; + color: #3afff8; font-size: 16px; font-family: SourceHanSansCN-Medium; font-weight: 400; @@ -92,7 +92,7 @@ width: 100%; .belowNr { width: 95%; - color: #b3e3ff; + color: #fff; font-size: 14px; font-family: SourceHanSansCN-Medium; font-weight: 200; diff --git a/vite.config.js b/vite.config.js index 24dcf41..ea36ec6 100644 --- a/vite.config.js +++ b/vite.config.js @@ -7,8 +7,8 @@ const Timestamp = new Date().getTime(); //随机时间戳 // const targetUrl = 'http://192.168.16.254:7200'; //孙逢时 -const targetUrl = 'http://192.168.20.52:7300'; //杨辉 -// const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 +// const targetUrl = 'http://192.168.20.52:7300'; //杨辉 +const targetUrl = 'https://server2.wh-nf.cn:8082/prod-api'; //线上 // https://vitejs.dev/config/ export default defineConfig(({ mode, command }) => {