Browse Source

春季首页

master
jiazhipeng 1 year ago
parent
commit
bd6bdc98e4
  1. 2
      app.js
  2. 16
      app.json
  3. BIN
      images/aindex.png
  4. BIN
      images/aindex_seld.png
  5. BIN
      images/amap.png
  6. BIN
      images/amap_seld.png
  7. BIN
      images/auser.png
  8. BIN
      images/auser_seld.png
  9. 887
      pages/index/index.js
  10. 1022
      pages/index/index.wxml
  11. 629
      pages/index/index.wxss
  12. 2
      pages/order/pay/index.js
  13. 15
      subPackages/indexGQ/index.js
  14. 10
      subPackages/indexGQ/index.wxml
  15. 14
      subPackages/indexGQ/index.wxss

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx" unique_key: "wechatxcx"
}).then(res => { }).then(res => {
let data = JSON.parse(res.data); let data = JSON.parse(res.data);
data.isTest = data.isTest156? true : false; data.isTest = data.isTest? true : false;
this.globalData.configJson = data this.globalData.configJson = data
}).then(() => { }).then(() => {
// 获取ui配置文件 // 获取ui配置文件

16
app.json

@ -230,27 +230,27 @@
"style": "v2", "style": "v2",
"sitemapLocation": "sitemap.json", "sitemapLocation": "sitemap.json",
"tabBar": { "tabBar": {
"color": "#97D0EC", "color": "#999999",
"selectedColor": "#5184B0", "selectedColor": "#FF4848",
"borderStyle": "white", "borderStyle": "white",
"list": [ "list": [
{ {
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"iconPath": "/images/home.png", "iconPath": "/images/aindex.png",
"selectedIconPath": "/images/index_seld_2.png", "selectedIconPath": "/images/aindex_seld.png",
"text": "首页", "text": "首页",
"shareTimeline": true "shareTimeline": true
}, },
{ {
"pagePath": "pages/map/index", "pagePath": "pages/map/index",
"iconPath": "/images/map.png", "iconPath": "/images/amap.png",
"selectedIconPath": "/images/map_seld_2.png", "selectedIconPath": "/images/amap_seld.png",
"text": "图游" "text": "图游"
}, },
{ {
"pagePath": "pages/user/user", "pagePath": "pages/user/user",
"iconPath": "/images/user.png", "iconPath": "/images/auser.png",
"selectedIconPath": "/images/user_seld_2.png", "selectedIconPath": "/images/auser_seld.png",
"text": "我的" "text": "我的"
} }
] ]

BIN
images/aindex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
images/aindex_seld.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

BIN
images/amap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
images/amap_seld.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

BIN
images/auser.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
images/auser_seld.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

887
pages/index/index.js

File diff suppressed because it is too large

1022
pages/index/index.wxml

File diff suppressed because it is too large

629
pages/index/index.wxss

@ -1,12 +1,12 @@
/**index.wxss**/ /* pages/indexs/index.wxss */
/* 元旦修改 */ /* 元旦修改 */
page { page {
/* background: #9DDCF5; */ height: fit-content;
padding-bottom: 36.67rpx; padding-bottom: 36.67rpx;
background: url("https://static.ticket.sz-trip.com/uploads/20250120/b42c1ac742bee3ddff35151ecd860f81.jpg");
background-image: url('https://static.ticket.sz-trip.com/uploads/20241225/79918a9171dcf85365935419e4717519.jpg'); background-size: 100% auto;
background-repeat: repeat-y; /* background-repeat: round; */
background-size: 100% 100%; background-repeat: no-repeat;
} }
.swiper,.swiper image { .swiper,.swiper image {
width: 697rpx; width: 697rpx;
@ -39,31 +39,19 @@ page {
.search-box { .search-box {
flex: 1; flex: 1;
width: 100%; width: 100%;
/* height: 64rpx; */
/* background: rgba(255, 255, 255, 0.6); */
/* border-radius: 32rpx; */
/* color: #666; */
/* height: 70.67rpx; */
height: 64rpx; height: 64rpx;
/* background: rgba(255,255,255,0.7); */ background: rgba(255,255,255,0.7);
border-radius: 0rpx; border-radius: 32rpx;
/* color: #72674E; */ color: #000;
color: #333333;
/* background-image: url("https://static.ticket.sz-trip.com//uploads/20240228/10b93c1389ef5dfc02d07c4091af8f2d.png");
background-size: 100% 100%; */
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 25rpx; font-size: 25rpx;
background-image: url("https://static.ticket.sz-trip.com/uploads/20241225/510a67a1e78a9eb1aeb6e049348d4701.png");
background-size: 100% 100%;
padding: 2rpx 5rpx;
box-sizing: border-box;
} }
.search-box .iconfont { .search-box .iconfont {
font-size: 30rpx; font-size: 30rpx;
margin-left: 20rpx; margin-left: 20rpx;
margin-right: 20rpx; margin-right: 10rpx;
/* color: #72674E; */ color: #000;
} }
.top-box .weather-num,.top-box .weather { .top-box .weather-num,.top-box .weather {
flex-shrink: 0; flex-shrink: 0;
@ -74,14 +62,18 @@ page {
font-size: 29rpx; font-size: 29rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
margin-left: 4rpx; margin-left: 4rpx;
color: white;
} }
.top-box .weather { .top-box .weather {
font-size: 19rpx; font-size: 19rpx;
margin-top: 20rpx; margin-top: 20rpx;
margin-left: -4rpx; margin-left: -4rpx;
margin-right: 30rpx; margin-right: 30rpx;
color: white;
} }
.top-icons { .top-icons {
/* background: #FFFFFF; */
/* box-shadow: 0px 3rpx 26rpx 0px rgba(6, 0, 1, 0.13); */
border-radius: 0 0 27rpx 27rpx; border-radius: 0 0 27rpx 27rpx;
width: 697rpx; width: 697rpx;
margin: 0 auto; margin: 0 auto;
@ -89,11 +81,12 @@ page {
z-index: 0; z-index: 0;
display: flex; display: flex;
padding: 34rpx 0; padding: 34rpx 0;
padding-bottom: 29.33rpx; padding-bottom: 7rpx;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: -50rpx; background: #FFFED6;
padding-top: 84rpx; margin-top: -20rpx;
padding-top: 54rpx;
} }
.top-icon-item { .top-icon-item {
margin-bottom: 20rpx; margin-bottom: 20rpx;
@ -108,13 +101,14 @@ page {
margin-right: 0; margin-right: 0;
} }
.top-icon-item image { .top-icon-item image {
width: 86rpx; width: 113rpx;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
margin-bottom: 10rpx; margin-bottom: 10rpx;
} }
.content { .content {
margin: 0 25rpx; /* margin: 0 25rpx; */
margin-top: 20.67rpx;
} }
.sale-road-boxes { .sale-road-boxes {
display: flex; display: flex;
@ -122,6 +116,7 @@ page {
margin-top: 40rpx; margin-top: 40rpx;
position: relative; position: relative;
align-items: flex-end; align-items: flex-end;
margin-bottom: 28rpx;
} }
.sale-box { .sale-box {
flex-shrink: 0; flex-shrink: 0;
@ -203,13 +198,11 @@ page {
height: 154rpx; height: 154rpx;
} }
.small-swiper-box { .small-swiper-box {
margin: 50rpx 0; margin: 24rpx 26.67rpx 26.67rpx;
width: 100%; /* width: 100%; */
height: 154rpx; height: 154rpx;
border-radius: 20rpx; border-radius: 20rpx;
/* border-radius: 77rpx; */
overflow: hidden; overflow: hidden;
margin-top: 33rpx;
position: relative; position: relative;
} }
.product-tags { .product-tags {
@ -317,54 +310,56 @@ page {
} */ } */
/* 元旦修改 以上两个样式为注释掉的 下面的.pic-list是新改的 */ /* 元旦修改 以上两个样式为注释掉的 下面的.pic-list是新改的 */
.pic-list { .pic-list {
width: 100%; /* width: 100%;
display: flex; display: flex;
margin-right: 26rpx; margin-right: 26rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap; */
display: flex;
justify-content: space-between;
margin: 0 28rpx;
} }
.title-more { .title-more {
font-size: 27rpx; font-size: 24rpx;
font-weight: 500; /* color: #0B898E; */
color: #29305A; /* 元旦修改 */
color: #54504D;
z-index: 9; z-index: 9;
width: 173rpx; width: 173rpx;
height: 80rpx; height: 40rpx;
line-height: 40rpx;
background: rgba(255, 255, 255, 0.5);
border-radius: 20rpx; border-radius: 20rpx;
text-align: center; text-align: center;
display: flex;
align-items: center;
justify-content: center;
} }
.title-more .iconfont { .title-more .iconfont {
font-size: 22rpx; font-size: 22rpx;
} }
.slide-out-box { .slide-out-box {
margin-top: 20rpx; /* margin-top: 20rpx;
background: #FFFED6;
box-shadow: 0rpx 0rpx 3rpx 0rpx rgba(103,103,103,0.2); */
border-radius: 27rpx; border-radius: 27rpx;
padding-bottom: 1rpx; padding-bottom: 1rpx;
margin-bottom: 40rpx; /* margin-bottom: 40rpx; */
} }
.pbservice { .pbservice {
/* width: calc(175rpx * 6); */ width: calc(160rpx * 8);
/* 元旦修改 */
width: calc(190rpx * 7);
display: flex; display: flex;
margin-top: 30rpx; margin-top: 5rpx;
flex-wrap: wrap; /* flex-wrap: wrap; */
/* margin-bottom: 60rpx; */ flex-wrap: nowrap;
/* 元旦修改 注释margin-bottom */ /* padding-left: 12rpx; */
/* overflow-x: scroll; */
} }
.pbservice-item { .pbservice-item {
/* 元旦修改 截止到注释的width*/ width: 106rpx;
width: 120rpx; margin-bottom: 25rpx;
margin-bottom: 33.33rpx; margin-right: 32.33rpx;
margin-right: 62.33rpx;
/* width: 175rpx; */
text-align: center; text-align: center;
font-size: 25rpx; font-size: 27rpx;
color: #111111; color: #000;
line-height: 24rpx; line-height: 24rpx;
display: flex; display: flex;
align-items: center; align-items: center;
@ -379,7 +374,7 @@ page {
margin-bottom: 20rpx; margin-bottom: 20rpx;
margin-top: 50rpx; */ margin-top: 50rpx; */
/* 元旦修改 以上都是之前的*/ /* 元旦修改 以上都是之前的*/
width: 106rpx; width: 80rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
} }
.six-box { .six-box {
@ -540,36 +535,47 @@ page {
} }
.more-btn-text { .more-btn-text {
text-align: center; text-align: center;
/* color: #0b898e;
font-size: 27rpx;
width: 200rpx;
line-height: 65rpx;
border: 1px solid #0b898e;
border-radius: 33rpx; */
margin: 20rpx auto; margin: 20rpx auto;
width: 200rpx; width: 200rpx;
height: 67rpx; height: 67rpx;
line-height: 67rpx; line-height: 67rpx;
border: 1px solid #5184B0; border: 1px solid #111;
border-radius: 35rpx;
font-size: 27rpx; font-size: 27rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #5184B0;
} }
.scroll-line { .scroll-line {
/* height: 6rpx;
width: 73rpx !important;
height: 7rpx;
/* background: #DDCEAC; */
background: #97D0EC;
border-radius: 3rpx; border-radius: 3rpx;
margin: 33.33rpx auto; background: #ccc;
overflow: hidden;
margin: 30rpx auto; */
/* 元旦修改 以上为注释部分 下面为新内容*/
width: 48rpx !important;
height: 8rpx;
/* background: #DDCEAC; */
background: #fff;
border-radius: 4rpx;
margin: 15rpx auto 10rpx;
} }
.scroll-line-bg { .scroll-line-bg {
height: 7rpx; height: 8rpx;
background: #5184B0; background: #FF4848;
border-radius: 3rpx; border-radius: 4rpx;
} }
/* 元旦修改 新增样式 */ /* 元旦修改 新增样式 */
.scroll-line-bg2 { .scroll-line-bg2 {
margin-left: 37.33rpx; margin-left: 24rpx;
background: #5184B0; background: #FF4848;
height: 7rpx; height: 8rpx;
border-radius: 3rpx; border-radius: 4rpx;
} }
.nomore-tip-btn { .nomore-tip-btn {
position: absolute; position: absolute;
@ -675,20 +681,22 @@ page {
color: #333333; color: #333333;
line-height: 42rpx; line-height: 42rpx;
flex-wrap: wrap; flex-wrap: wrap;
background: #FFFED6;
justify-content: space-around; justify-content: space-around;
height: 187rpx; height: 187rpx;
box-shadow: 0rpx 0rpx 3rpx 0rpx rgba(103,103,103,0.2);
border-radius: 27rpx; border-radius: 27rpx;
align-items: center; align-items: center;
} }
.other-plats image { .other-plats image {
width: 106rpx; width: 80rpx;
display: block; display: block;
height: 106rpx; height: 80rpx;
margin-bottom: 15rpx; margin-bottom: 15rpx;
} }
.other-plat { .other-plat {
/* 春节新增样式 */ /* 春节新增样式 */
color: #111111; color: #54504D;
} }
.other-plat:nth-child(4n){ .other-plat:nth-child(4n){
margin-right: 0; margin-right: 0;
@ -822,7 +830,7 @@ page {
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.time-box { .time-box {
font-size: 27rpx; font-size: 25rpx;
font-family: DIN; font-family: DIN;
font-weight: 500; font-weight: 500;
/* color: #54504D; */ /* color: #54504D; */
@ -833,22 +841,26 @@ page {
margin-left: -50rpx; margin-left: -50rpx;
z-index: 9; z-index: 9;
flex-wrap: nowrap; flex-wrap: nowrap;
position: relative;
left: -150rpx;
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xsth-time { .xsth-time {
/* width: 43rpx; */ /* margin: 0 5rpx; */
/* width: 50rpx; */
/* height: 33rpx; */
width: 43rpx;
height: 43rpx; height: 43rpx;
padding: 0 7rpx;
line-height: 43rpx; line-height: 43rpx;
background: #4AB648;
/* background: #F9F1DB; */
/* border-radius: 5rpx; */
border-radius: 13rpx; border-radius: 13rpx;
font-size: 27rpx; font-size: 25rpx;
font-family: DIN; font-family: DIN;
font-weight: 500; font-weight: 500;
color: #FF6A57; /* color: #D62828; */
color: white;
text-align: center; text-align: center;
/* line-height: 33rpx; */
} }
.time-box text { .time-box text {
width: 18rpx; width: 18rpx;
@ -894,67 +906,60 @@ page {
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xpth-product { .xpth-product {
width: 700rpx; /* position: absolute; */
width: 697rpx;
height: 373rpx; height: 373rpx;
background: #FFFED6;
box-shadow: 0rpx 0rpx 3rpx 0rpx rgba(103,103,103,0.2);
border-radius: 27rpx; border-radius: 27rpx;
padding: 25rpx 13rpx; padding: 25rpx 15rpx;
box-sizing: border-box; box-sizing: border-box;
/* left: 0;
bottom: 15.33rpx;
/* width: 710rpx; */
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xpth-banner { .xpth-banner {
/* width: 270rpx; */
/* height: 333rpx; */
/* height: 340rpx; */
/* background-image: url("https://static.ticket.sz-trip.com/jundaosuzhou/images/springFestival2024/xpth-hBg.png"); */
/* background-size: 100% 100%; */
border-radius: 20rpx;
flex: 1; flex: 1;
margin-left: 15rpx; margin-left: 15rpx;
height: 322rpx; /* padding: 4rpx;
width: 100%; background: #72674e;
border-radius: 0rpx; clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%); */
overflow: hidden; height: 319rpx;
position: relative;
background-image: url("https://static.ticket.sz-trip.com/uploads/20241225/ba525775a8361dd502c88a4e46552483.png");
background-size: 100% 100%;
padding: 3rpx;
}
.xpth-banner-swiper{
height: 100%;
border-radius: 20rpx;
overflow: hidden;
} }
.xpth-banner image { .xpth-banner image {
/* width: 270rpx; */
flex: 1; flex: 1;
height: 100%; height: 319rpx;
width: 100%;
border-radius: 20rpx; border-radius: 20rpx;
} /* height: 333rpx; */
.xpth-banner-dot-list{ /* height: 340rpx; */
position: absolute; /* clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%); */
right: 0; /* border-radius: 20rpx; */
bottom: 10rpx;
padding: 10rpx;
display: flex;
align-items: center;
justify-content: flex-end;
}
.xpth-banner-dot-list .xpth-dot{
width: 9rpx;
height: 9rpx;
background: #FFFFFF;
border-radius: 50%;
opacity: 0.6;
margin: 0 4rpx;
}
.xpth-banner-dot-list .xpth-dot.active{
opacity: 1;
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xpth-item { .xpth-item {
/* width: 413rpx;
height: 160rpx; */
/* background: #FFFFFF; */
/* background-image: url("https://static.ticket.sz-trip.com/jundaosuzhou/images/springFestival2024/xpth-hBg.png");
background-size: 100% 100%; */
border-radius: 20rpx; border-radius: 20rpx;
height: 153rpx; height: 153rpx;
background: #FFFFFF;
display: flex; display: flex;
margin-bottom: 13rpx; margin-bottom: 13rpx;
background-image: url("https://static.ticket.sz-trip.com/uploads/20241225/d469064b1bcf6c2f7cd59786e66fc249.png"); /* margin-bottom: 10rpx; */
background-size: 100% 100%; /* clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0 90%, 0 10%); */
padding: 1rpx; /* padding: 5rpx; */
} }
.xpth-item:last-child { .xpth-item:last-child {
margin-bottom: 0; margin-bottom: 0;
@ -984,7 +989,7 @@ page {
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xpth-item-title { .xpth-item-title {
width: 210rpx; width: 230rpx;
font-size: 27rpx; font-size: 27rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
@ -1007,15 +1012,15 @@ page {
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xpth-item-price { .xpth-item-price {
font-size: 31rpx; font-size: 32rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: bold; font-weight: 500;
color: #ED1C19; color: #D62828;
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xpth-item-price::before { .xpth-item-price::before {
content: "¥"; content: "¥";
font-size: 23rpx; font-size: 20rpx;
} }
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.xpth-item-buy { .xpth-item-buy {
@ -1033,24 +1038,22 @@ page {
/* 元旦修改新增样式 */ /* 元旦修改新增样式 */
.new-pic { .new-pic {
width: 160rpx !important; width: 160rpx !important;
height: 220rpx !important; height: 255rpx !important;
margin-bottom: 26.67rpx; /* margin-bottom: 26.67rpx; */
} }
.ggfw-list { .ggfw-list{
justify-content: space-around !important; display: flex;
} justify-content: space-around;
.ggfw-list .pbservice-item{
margin-right: 0;
color: #111111;
} }
.ggfw { .ggfw {
width: auto; width: auto;
margin:0;
} }
.ggfw image{ .ggfw image{
margin-bottom: 16.67rpx; margin-bottom: 16.67rpx;
width: 93rpx !important; width: 113.33rpx !important;
height: 93rpx !important; height: 113.33rpx !important;
} }
.six-box-new { .six-box-new {
@ -1077,7 +1080,7 @@ page {
} }
/* 春节金刚区字体颜色样式更换 */ /* 春节金刚区字体颜色样式更换 */
.top-icon-text { .top-icon-text {
color: #111111; color: #54504D;
} }
.rmtj-right { .rmtj-right {
@ -1158,30 +1161,340 @@ page {
left: 56.67rpx; left: 56.67rpx;
bottom: 64rpx; bottom: 64rpx;
} }
.jqssd {
/* background: url("https://static.ticket.sz-trip.com/uploads/20240606/20c06c5bf8d5e498667ebd954a1d95f8.png"); .right-more {
background-size: 100% 100%; */ width: 120rpx;
width: 344.33rpx; height: 47rpx;
height: 160rpx; background: rgba(255,208,165,0.4);
border-radius: 23rpx;
font-weight: 500;
font-size: 27rpx;
color: #FFFFFF;
text-align: center;
line-height: 47rpx;
}
.hdrlNavList {
display: flex;
margin: 28rpx 26.67rpx 10rpx;
overflow-x: scroll;
flex-wrap: nowrap;
}
.hdrlNav {
flex-shrink: 0; flex-shrink: 0;
/* width: 160rpx; */
padding: 0 20rpx;
height: 53rpx;
background: rgba(255,208,165,0.4);
border-radius: 13rpx;
/* border: 1px solid #FFFFFF; */
min-width: 133rpx;
font-size: 32rpx;
color: #FFFFFF;
text-align: center;
line-height: 53rpx;
margin-right: 14rpx;
box-sizing: border-box;
} }
.jqssd image, .sslk image{ .hdrlNavActive {
width: 100%; background: linear-gradient(180deg, #FFECD9, #FFBD7A);
height: 100%; font-size: 32rpx;
color: #E6201C;
border: none;
}
.hdrlItem {
flex-shrink: 0;
padding: 26.67rpx 22rpx 26.67rpx 20rpx;
/* width: 593.33rpx; */
display: flex;
background: url("https://static.ticket.sz-trip.com/uploads/20250117/8d7f5ce0ecafbc2f836342e4226ec364.png");
background-size: 100% 100%;
}
.hdrlItem-img {
width: 240rpx;
height: 213rpx;
background: #8C8C8C;
border-radius: 13rpx;
flex-shrink: 0;
margin-right: 12rpx;
overflow: hidden;
}
.hdrlItem-content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 213rpx;
}
.hdrlItem-title {
font-weight: bold;
font-size: 28rpx;
color: #000000;
margin-top: 15.33rpx;
}
.hdrlItem-date {
font-weight: 500;
font-size: 23rpx;
color: #000000;
margin-bottom: 19.33rpx;
}
.main-box {
background-image: url("https://static.ticket.sz-trip.com/uploads/20250117/98ca9dfa8253e50d624ce64d24295570.png");
background-size: 100% 100%;
padding: 27.67rpx 20.67rpx 40rpx 20rpx;
margin: 0 8rpx;
}
.main-box-top {
display: flex;
margin-bottom: 5.33rpx;
}
.gfyj,.sslk {
width: 369.33rpx;
height: 146rpx;
flex-shrink: 0;
} }
.sslk { .sslk {
/* background: url("https://static.ticket.sz-trip.com/uploads/20240729/c1554fdd645a0d3a47c8e683186e1a73.png"); margin-left: -48rpx;
background-size: 100% 100%; */ }
width: 344rpx;
height: 160rpx; .movieItem {
padding: 26.67rpx 26rpx 26.67rpx 20rpx;
background: url("https://static.ticket.sz-trip.com/jundaosuzhou/images/holiday/calendarBg.png");
background-size: 100% 100%;
flex-shrink: 0;
height: 206.67rpx;
}
.movieItem-img {
width: 213rpx;
height: 213rpx;
border-radius: 18rpx;
margin-right: 18rpx;
flex-shrink: 0; flex-shrink: 0;
} }
.ysz-box {
margin: 0 8rpx 15.33rpx;
background-image: url("https://static.ticket.sz-trip.com/uploads/20250117/8efd4c072b3c95fe7c31d1e7b79759d3.png");
/* padding: 43.33rpx 59rpx 46.67rpx 58rpx; */
background-size: 100% 100%;
width: 733.33rpx;
height: 320rpx;
padding-top: 33.33rpx;
position: relative;
z-index: 1;
}
.ysz-more {
width: 267rpx;
height: 53rpx;
background: #FFFFFF;
border-radius: 27rpx;
margin: 38rpx auto 0;
text-align: center;
line-height: 53rpx;
font-weight: 500;
font-size: 25rpx;
color: #FF4D48;
}
.ysz-box2 {
/* padding: 20rpx 35rpx; */
padding-top: 23.33rpx;
}
.tjbd-title {
width: 286.67rpx;
height: 80rpx;
}
.bd-box {
position: relative;
padding: 36rpx 30.67rpx 44.67rpx 28.67rpx;
margin-left: 26.67rpx;
width: 582rpx;
/* height: 1133rpx; */
background: linear-gradient(-8deg, #F4F9FF, #B9E1F0);
box-shadow: 0rpx 7rpx 20rpx 0rpx rgba(27,128,97,0.56);
border-radius: 20rpx 80rpx 20rpx 20rpx;
}
.bd-top {
display: flex;
justify-content: space-between;
margin-bottom: 30rpx;
position: relative;
}
.zz {
width: 236.67rpx;
height: 206.67rpx;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.bd-type {
width: 125.33rpx;
height: 38.67rpx;
}
.bd-more {
width: 120rpx;
height: 47rpx;
background: rgba(255,255,255,.7);
border-radius: 23rpx;
font-weight: 500;
font-size: 27rpx;
color: #F34017;
z-index: 9;
text-align: center;
line-height: 47rpx;
}
.bd-index {
font-weight: bold;
font-size: 40rpx;
color: #000000;
}
.bd-item {
margin-left: 45.33rpx;
width: 453rpx;
height: 147rpx;
background: #FFFFFF;
border-radius: 13rpx;
display: flex;
}
.bd-item-img {
width: 147rpx;
height: 147rpx;
background: #D9D9D9;
border-radius: 13rpx;
flex-shrink: 0;
margin-right: 12.67rpx;
}
.bd-item-content {
padding: 14rpx 29.33rpx 13.33rpx 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bd-item-title {
font-weight: bold;
font-size: 27rpx;
color: #333333;
}
.bd-item-bottom {
display: flex;
justify-content: space-between;
align-items: baseline;
width: 260rpx;
}
.bd-price {
font-size: 29.33rpx;
color: #F93434;
font-weight: bold;
}
.bd-price:after {
content:'起';
color: #999999;
font-size: 23rpx;
font-weight: 700;
}
.bd-price::before {
content:'¥';
font-size: 23rpx;
}
.bd-distance {
font-weight: 500;
font-size: 23rpx;
color: #999999;
}
.xsth-left{ .buyMovie {
/* flex: 1; width: 160rpx;
width: 1rpx; */ height: 56rpx;
background: #FF4848;
color: #fff;
border-radius: 20rpx;
text-align: center;
line-height: 56rpx;
}
.bg1 {
background: linear-gradient(-8deg, #F4F9FF, #B9E1F0);
}
.bg2 {
background: linear-gradient(-8deg, #F9FFE3, #F3FFC4);
} }
.xsth-left>image{ .bg3 {
max-width: 100%; background: linear-gradient(180deg, #E0F7DC, #A0F292);
overflow: hidden; }
.bg4 {
background: linear-gradient(-8deg, #F6F2FF, #E3D9FF);
}
.hdrlNavList::-webkit-scrollbar{
display:none;
}
.hdrlList::-webkit-scrollbar{
display:none;
}
.bottom-box::-webkit-scrollbar{
display:none;
}
.slide-box::-webkit-scrollbar{
display:none;
}
.pbservice::-webkit-scrollbar{
display:none;
}
.textOver3 {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.public-box {
width: 593.33rpx;
height: 266.67rpx;
background: url("https://static.ticket.sz-trip.com/jundaosuzhou/images/holiday/calendarBg.png");
background-size: 100% 100%;
}
.one::-webkit-scrollbar{
display:none;
}
.date-container{
position: relative;
}
.nowDate{
display: flex;
position: absolute;
left: 228.77rpx;
bottom: 7.33rpx;
}
.nowDate>view{
width: 44rpx;
height: 44rpx;
border-radius: 7rpx;
text-align: center;
line-height: 44rpx;
font-family: PingFang SC;
font-weight: 500;
font-size: 29rpx;
color: #FFFFFF;
}
.nowDate .num{
background: #FFD0A5;
color: #111111;
font-family: PingFang SC;
font-weight: bold;
font-size: 29rpx;
color: #111111;
}
.ysz-right-img{
width: 200.8rpx;
height: 207.33rpx;
position: absolute;
right: -26rpx;
top: 0;
z-index:1;
} }

2
pages/order/pay/index.js

@ -102,7 +102,7 @@ Page({
// 书券产品 // 书券产品
if(res.data.order_product_list[0].product_id == 75012 || res.data.order_product_list[0].product_id == 75013 || res.data.order_product_list[0].product_id == 420265|| res.data.order_product_list[0].product_id == 421929 || res.data.order_product_list[0].product_id == 437166){ if(res.data.order_product_list[0].product_id == 75012 || res.data.order_product_list[0].product_id == 75013 || res.data.order_product_list[0].product_id == 420265|| res.data.order_product_list[0].product_id == 421929 || res.data.order_product_list[0].product_id == 437166 || res.data.order_product_list[0].product_id == 437248){
this.setData({ this.setData({
isBook:true, isBook:true,
payIndex:1 payIndex:1

15
subPackages/indexGQ/index.js

@ -98,7 +98,7 @@ Page({
bdList:[ bdList:[
{ {
bg: 'linear-gradient(172deg, #FDFADC, #FCD6AA);', bg: 'linear-gradient(172deg, #FDFADC, #FCD6AA);',
icon:'https://static.ticket.sz-trip.com/uploads/20240923/15ee44a960511cdcf276b5d8df472626.png', //游 景点 icon:'https://static.ticket.sz-trip.com/uploads/20250120/4b46ddaa6f9b66fd33c85b4cd34aa2e3.png', //游 景点
url:'', url:'',
path:'/pages/list/scene/index', path:'/pages/list/scene/index',
list: [], list: [],
@ -106,7 +106,7 @@ Page({
}, },
{ {
bg: 'linear-gradient(172deg, #FFCBA3, #FF9166);', bg: 'linear-gradient(172deg, #FFCBA3, #FF9166);',
icon:'https://static.ticket.sz-trip.com/uploads/20240923/cd652f4bcfcef7f55863bf8587609ca4.png', //非玩不可 景点产品 icon:'https://static.ticket.sz-trip.com/uploads/20250120/218d224b27b6363e11a5e2ec25990ff2.png', //非玩不可 景点产品
path:'/pages/list/night/index', path:'/pages/list/night/index',
url:'', url:'',
list: [], list: [],
@ -114,7 +114,7 @@ Page({
}, },
{ {
bg: 'linear-gradient(172deg, #FDFADC, #FCD6AA);', bg: 'linear-gradient(172deg, #FDFADC, #FCD6AA);',
icon:'https://static.ticket.sz-trip.com/uploads/20240923/a0b95152b87215dccbb2e5dfa1bfd145.png', //非看不可 icon:'https://static.ticket.sz-trip.com/uploads/20250120/b53c5039299b3152f72eae11a88b7eae.png', //非看不可
url:'', url:'',
path:'/pages/list/theatre/index', path:'/pages/list/theatre/index',
list: [], list: [],
@ -122,7 +122,7 @@ Page({
}, },
{ {
bg: 'linear-gradient(172deg, #FFCBA3, #FF9166);', bg: 'linear-gradient(172deg, #FFCBA3, #FF9166);',
icon:'https://static.ticket.sz-trip.com/uploads/20240923/799befa78b1d474bfb26004cc2ef817d.png', //非买不可 icon:'https://static.ticket.sz-trip.com/uploads/20250120/307d96f6b88be850eb5cd67ef7942f32.png', //非买不可
path:'/subPackages/techanNew/index', path:'/subPackages/techanNew/index',
url:'', url:'',
list: [], list: [],
@ -418,6 +418,13 @@ Page({
yszIndex:e.currentTarget.dataset.index, yszIndex:e.currentTarget.dataset.index,
}) })
}, },
xlzs: function (e) {
wx.navigateToMiniProgram({
appId: 'wx757dd1ee184e75e9',
page: "pages/tabBar/index/index"
})
},
// 获取导航栏项目标题高度 // 获取导航栏项目标题高度
getHeight() { getHeight() {
let that = this let that = this

10
subPackages/indexGQ/index.wxml

@ -1,16 +1,16 @@
<!--pages/indexs/index.wxml--> <!--pages/indexs/index.wxml-->
<title title="君到苏州(文化旅游总入口)"></title> <title title="君到苏州(文化旅游总入口)"></title>
<!-- 后台获取的季节动图 --> <!-- 后台获取的季节动图 -->
<image class="top-bg-img" src="https://static.ticket.sz-trip.com/uploads/20240923/d62c7214a790c9746c9dd9f8821775f7.gif" mode="widthFix"></image> <image class="top-bg-img" src="https://static.ticket.sz-trip.com/jundaosuzhou/images/newYear2025/topBg.png" mode="widthFix"></image>
<view wx:if="{{weather}}" class="top-box" style="height: 63rpx"> <view wx:if="{{weather}}" class="top-box" style="height: 63rpx">
<image src="{{weather.icon2}}" style="margin-left:0" mode="aspectFill"></image> <image src="{{weather.icon2}}" style="margin-left:0" mode="aspectFill"></image>
<view class="weather-num">{{weather.max_temp}}°</view> <view class="weather-num">{{weather.max_temp}}°</view>
<view class="weather">{{weather.weather}}</view> <view class="weather">{{weather.weather}}</view>
<image bindtap="gotoPath" style="margin-left:0" data-path="/pages/user/service/index" <image bindtap="gotoPath" style="margin-left:0" data-path="/pages/user/service/index"
data-event="customer_service_click" src="https://static.ticket.sz-trip.com/uploads/20240428/7c77f3fc227acb3f15963c54fbd3d954.png" data-event="customer_service_click" src="https://static.ticket.sz-trip.com/uploads/20250120/2186b1d4a689243273d78ae71563a81f.png"
mode="aspectFill"></image> mode="aspectFill"></image>
<image bindtap="gotoPath" data-event="message_click" data-path="/pages/list/message/index" <image bindtap="gotoPath" data-event="message_click" data-path="/pages/list/message/index"
src="https://static.ticket.sz-trip.com/uploads/20240428/ae4b559db397a7b7d76b471576bfa3c0.png" mode="aspectFill"></image> src="https://static.ticket.sz-trip.com/uploads/20250120/213c1a6ae49848fa54047d6f9059fec2.png" mode="aspectFill"></image>
</view> </view>
<view class="top-box" style="padding:0;margin-bottom:18rpx" wx:if="{{!isTest}}"> <view class="top-box" style="padding:0;margin-bottom:18rpx" wx:if="{{!isTest}}">
<navigator url="/pages/search/index" catchtap="pagePoint" data-event="search_click" class="search-box textOver"> <navigator url="/pages/search/index" catchtap="pagePoint" data-event="search_click" class="search-box textOver">
@ -174,6 +174,10 @@
<image src="https://static.ticket.sz-trip.com/uploads/20250117/9a1611d20a32fc4b18438dabffaaacf9.png" mode="widthFix"></image> <image src="https://static.ticket.sz-trip.com/uploads/20250117/9a1611d20a32fc4b18438dabffaaacf9.png" mode="widthFix"></image>
<view>实时路况</view> <view>实时路况</view>
</view> </view>
<view bindtap="xlzs" class="pbservice-item ggfw" >
<image src="https://static.ticket.sz-trip.com/uploads/20250120/cdd4faf804f1cd494b6a7cccdc7f7f23.png" mode="widthFix"></image>
<view>行李直送</view>
</view>
<view bindtap="gotoUrl" data-event="xlqc" <view bindtap="gotoUrl" data-event="xlqc"
data-url="https://weixin.2500sz.net/zt/2023/07/luggage_storage/" class="pbservice-item ggfw" > data-url="https://weixin.2500sz.net/zt/2023/07/luggage_storage/" class="pbservice-item ggfw" >
<image src="https://static.ticket.sz-trip.com/uploads/20250117/785044f09a3de0cb3b540f5ba11f8afb.png" mode="widthFix"></image> <image src="https://static.ticket.sz-trip.com/uploads/20250117/785044f09a3de0cb3b540f5ba11f8afb.png" mode="widthFix"></image>

14
subPackages/indexGQ/index.wxss

@ -3,8 +3,8 @@
page { page {
height: fit-content; height: fit-content;
padding-bottom: 36.67rpx; padding-bottom: 36.67rpx;
background: url("https://static.ticket.sz-trip.com/uploads/20240923/69d4d68f5207c84146739951d07dbda4.jpg"); background: url("https://static.ticket.sz-trip.com/uploads/20250120/b42c1ac742bee3ddff35151ecd860f81.jpg");
background-size: 100% 300%; background-size: 100% auto;
/* background-repeat: round; */ /* background-repeat: round; */
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -62,12 +62,14 @@ page {
font-size: 29rpx; font-size: 29rpx;
margin-bottom: 10rpx; margin-bottom: 10rpx;
margin-left: 4rpx; margin-left: 4rpx;
color: white;
} }
.top-box .weather { .top-box .weather {
font-size: 19rpx; font-size: 19rpx;
margin-top: 20rpx; margin-top: 20rpx;
margin-left: -4rpx; margin-left: -4rpx;
margin-right: 30rpx; margin-right: 30rpx;
color: white;
} }
.top-icons { .top-icons {
/* background: #FFFFFF; */ /* background: #FFFFFF; */
@ -1163,7 +1165,7 @@ page {
.right-more { .right-more {
width: 120rpx; width: 120rpx;
height: 47rpx; height: 47rpx;
background: rgba(255,250,245,0.3); background: rgba(255,208,165,0.4);
border-radius: 23rpx; border-radius: 23rpx;
font-weight: 500; font-weight: 500;
font-size: 27rpx; font-size: 27rpx;
@ -1183,7 +1185,7 @@ page {
/* width: 160rpx; */ /* width: 160rpx; */
padding: 0 20rpx; padding: 0 20rpx;
height: 53rpx; height: 53rpx;
background: rgba(255,250,245,0.3); background: rgba(255,208,165,0.4);
border-radius: 13rpx; border-radius: 13rpx;
/* border: 1px solid #FFFFFF; */ /* border: 1px solid #FFFFFF; */
min-width: 133rpx; min-width: 133rpx;
@ -1279,7 +1281,7 @@ page {
height: 320rpx; height: 320rpx;
padding-top: 33.33rpx; padding-top: 33.33rpx;
position: relative; position: relative;
z-index: 5; z-index: 1;
} }
.ysz-more { .ysz-more {
width: 267rpx; width: 267rpx;
@ -1494,5 +1496,5 @@ page {
position: absolute; position: absolute;
right: -26rpx; right: -26rpx;
top: 0; top: 0;
z-index:3; z-index:1;
} }
Loading…
Cancel
Save