diff --git a/pages/nationalPage/springTravel.vue b/pages/nationalPage/springTravel.vue
index 55cd788..9716d34 100644
--- a/pages/nationalPage/springTravel.vue
+++ b/pages/nationalPage/springTravel.vue
@@ -58,23 +58,23 @@
请输入想看的服务区
-
-
-
-
-
-
- {{
- canSelectFestivalList[currentIndex].label
- }}
-
-
-
-
- 数智助手
-
-
+
+
+
+
+ {{
+ canSelectFestivalList[currentIndex].label
+ }}
+
+
+
+
+
-
-
-
+
+
+
+
+ 回到首页
+
+
+
+
+ 春运播报
+
+
@@ -4027,6 +4037,9 @@ export default {
uni.removeStorageSync("springService");
},
methods: {
+ goToHome() {
+ this.$util.toNextRoute("switchTab", `/pages/index/index`);
+ },
goToRobot() {
this.$util.toNextRoute("navigateTo", `/pages/robot/index`);
},
@@ -5533,7 +5546,9 @@ export default {
}
}
+
.picker {
+ display: inline-block;
position: absolute;
bottom: 0;
left: 40px;
@@ -5587,45 +5602,90 @@ export default {
}
}
}
+
+
}
+
+
}
- .festivalChangeBox {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- box-sizing: border-box;
- padding: 32rpx;
- .newChangeBox {
- background: #fff;
- padding: 16rpx 16rpx 16rpx 32rpx;
- border-radius: 32rpx;
- display: flex;
+ .pickBox {
+ width: 100%;
+ padding: 0 32rpx 0;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ box-sizing: border-box;
+
+ .pick {
+ .festivalChangeBox {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ width: 100%;
+ box-sizing: border-box;
+
+ .newChangeBox {
+ background: #fff;
+ padding: 16rpx 16rpx 16rpx 32rpx;
+ border-radius: 32rpx;
+ display: flex;
+ align-items: center;
+
+ .festivalName {
+ margin: 0 16rpx;
+ font-size: 28rpx;
+ font-family: PingFangSC, PingFang SC;
+ font-weight: 400;
+ color: #160002;
+ line-height: 36rpx;
+ }
+
+ .changeIcon {
+ width: 32rpx;
+ height: 32rpx;
+ }
+ }
+
+
+
+ // .festivalImg {
+ // width: 168rpx;
+ // height: 68rpx;
+ // }
+ // .changeIcon {
+ // width: 32rpx;
+ // height: 32rpx;
+ // margin-left: 12rpx;
+ // }
+ }
+ }
+
+ .backToHomeBox {
+ padding: 8rpx 16rpx;
+ background-color: #fff;
+ border-radius: 12rpx;
+ display: inline-flex;
align-items: center;
- .festivalName {
- margin: 0 16rpx;
- font-size: 28rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- color: #160002;
- line-height: 36rpx;
- }
-
- .changeIcon {
- width: 32rpx;
- height: 32rpx;
+ .backToHomeIcon {
+ width: 34rpx;
+ height: 34rpx;
+ margin-right: 8rpx;
}
}
.jumpBtn {
padding: 8rpx 16rpx;
- background-color: #fff;
- border-radius: 32rpx;
- display: flex;
+ // background-color: #fff;
+ background-color: #FF7C43;
+ border-radius: 12rpx;
+ display: inline-flex;
align-items: center;
+ color: #FFE194;
+ font-weight: 600;
+ line-height: 28rpx;
.jumpBtnIcon {
width: 40rpx;
@@ -5633,16 +5693,6 @@ export default {
margin-right: 8rpx;
}
}
-
- // .festivalImg {
- // width: 168rpx;
- // height: 68rpx;
- // }
- // .changeIcon {
- // width: 32rpx;
- // height: 32rpx;
- // margin-left: 12rpx;
- // }
}
}