diff --git a/src/assets/images/huodong1.jpg b/src/assets/images/huodong1.jpg
new file mode 100644
index 0000000..e318d0f
Binary files /dev/null and b/src/assets/images/huodong1.jpg differ
diff --git a/src/views/view.vue b/src/views/view.vue
index dda92ab..0060b2e 100644
--- a/src/views/view.vue
+++ b/src/views/view.vue
@@ -11,7 +11,14 @@
{{hourTime}}
-
本周菜谱
@@ -530,20 +536,18 @@ export default {
.container {
height: 100%;
width: 100%;
- background-image: url("../assets/images/background.jpg");
- background-size: cover;
- background-position: center;
- overflow-y: hidden; /* 保留垂直滚动(如果内容超出屏幕) */
- // display: flex;
- // justify-content: center;
- // flex-wrap: wrap;
+ background: rgba(148, 5, 0);
+ // background-image: url("../assets/images/background.jpg");
+ // background-size: cover;
+ // background-position: center;
+ // overflow-y: hidden; /* 保留垂直滚动(如果内容超出屏幕) */
}
.topdiv{
width: 100%;
display: flex;
- background-image: url("../assets/images/canteen1.png");
- background-size: cover;
- background-position: center;
+ // background-image: url("../assets/images/canteen1.png");
+ // background-size: cover;
+ // background-position: center;
height: 5%;
margin-bottom: 20px;
}
@@ -559,7 +563,7 @@ export default {
.dateTimeClass{
display: flex;
justify-content: center;
- color:#fff;
+ color:#E1EFFF;
width:30%;
align-items: center;
}
@@ -567,7 +571,7 @@ export default {
display: flex;
justify-content: center;
align-items: center;
- color:#fff;
+ color:#E1EFFF;
width:30%;
}
.titlediv2{
@@ -576,7 +580,7 @@ export default {
// height: 10px;
justify-content: center;
align-items: flex-start;
- color:#fff;
+ color:#E1EFFF;
font-size: 28px;
// background-image: url("../assets/images/caidanline.png");
// background-size: cover;
@@ -587,7 +591,7 @@ export default {
width: 100%;
justify-content: center;
flex-wrap: wrap;
- color:#fff;
+ color:#E1EFFF;
}
.fegexian{
width: 50%;
@@ -616,10 +620,11 @@ export default {
margin: 1%;
}
.dishclass span{
- background-image: linear-gradient(0deg, rgba(111,169,255,0.5) 30%, #6FA9FF 86%);
+ // background-image: linear-gradient(0deg, rgba(111,169,255,0.5) 30%, #6FA9FF 86%);
-webkit-background-clip: text;
background-clip: text;
- color: transparent;
+ // color: transparent;
+ color: #D8E2FF;
}
.dishcontentclass{
display: flex;
@@ -651,6 +656,8 @@ export default {
text-align: left;
font-style: normal;
}
+
+
.partthree{
height: 100%;
width: 85%;
@@ -662,7 +669,7 @@ export default {
}
.partthree_title{
display: flex;
- color:#fff;
+ color:#E1EFFF;
font-size: 25px;
justify-content: center;
margin-bottom: 5px;
@@ -673,18 +680,18 @@ export default {
width: 100%;
justify-content: center;
}
- .big-number {
- font-size: 30px;
- font-family: 'Arial', sans-serif;
- color: #fff;
- padding: 5px;
- border-radius: 10px;
- display: inline-flex;
- }
- .digit {
- margin: 0 5px;
- text-shadow: 0 0 10px rgba(255,255,255,0.5);
- }
+ // .big-number {
+ // font-size: 30px;
+ // font-family: 'Arial', sans-serif;
+ // color: #fff;
+ // padding: 5px;
+ // border-radius: 10px;
+ // display: inline-flex;
+ // }
+ // .digit {
+ // margin: 0 5px;
+ // text-shadow: 0 0 10px rgba(255,255,255,0.5);
+ // }
table, th, td {
text-align: center;
}
diff --git a/vue.config.js b/vue.config.js
index 6f7b0bd..92c4624 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -39,7 +39,7 @@ module.exports = {
// target: `http://192.168.0.61:58080`,
// target: `http://192.168.0.44:58085`,
// target: `http://127.0.0.1:48380`,
- target: `http://192.168.20.234:48390`,
+ target: `http://192.168.1.114:48380`,
// target: `http://192.168.20.241:48380`,
changeOrigin: true,
pathRewrite: {