diff --git a/app.json b/app.json index e9fa437..2e942eb 100644 --- a/app.json +++ b/app.json @@ -248,7 +248,7 @@ "sitemapLocation": "sitemap.json", "tabBar": { "color": "#000000", - "selectedColor": "#000000", + "selectedColor": "#CE3B2B", "borderStyle": "white", "list": [ { diff --git a/images/ai.png b/images/ai.png index 6f71749..d915543 100644 Binary files a/images/ai.png and b/images/ai.png differ diff --git a/images/ai_seld.png b/images/ai_seld.png index aaefadc..6076a4b 100644 Binary files a/images/ai_seld.png and b/images/ai_seld.png differ diff --git a/images/index.png b/images/index.png index 08d6d28..c8d5d3e 100644 Binary files a/images/index.png and b/images/index.png differ diff --git a/images/index_seld.png b/images/index_seld.png index a039bcb..34a2ff8 100644 Binary files a/images/index_seld.png and b/images/index_seld.png differ diff --git a/images/map.png b/images/map.png index 5c7769e..9638f97 100755 Binary files a/images/map.png and b/images/map.png differ diff --git a/images/map_seld.png b/images/map_seld.png index 93c018b..16acbfe 100644 Binary files a/images/map_seld.png and b/images/map_seld.png differ diff --git a/images/user.png b/images/user.png index be15404..ecdcef5 100755 Binary files a/images/user.png and b/images/user.png differ diff --git a/images/user_seld.png b/images/user_seld.png index b422702..f536a35 100644 Binary files a/images/user_seld.png and b/images/user_seld.png differ diff --git a/pages/index/index.js b/pages/index/index.js index 23652be..933286c 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -542,7 +542,7 @@ Page({ }) } else { // 小程序是3 - commonApi._post("adv/get_home_ui", {type_id: 3}).then(res => { + commonApi._post("adv/get_home_ui", {type_id: 15}).then(res => { let obj = {}; (res.data.content||[]).forEach(item => { obj[item.id] = item.image diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 8feeb80..eacb6b9 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -1,17 +1,17 @@ - + - + - {{weather.max_temp}}° - {{weather.weather}} + {{weather.max_temp}}° + {{weather.weather}} + src="https://static.ticket.sz-trip.com/jundaosuzhou/images/indexWinter2025/kefu.png" mode="aspectFill"> - + 搜索您想要的 @@ -63,8 +63,8 @@ --> - - + + {{aiStr}} @@ -72,6 +72,7 @@ + @@ -207,7 +208,7 @@ - + @@ -219,7 +220,7 @@ - + @@ -262,13 +263,9 @@ - - + + {{item.menu_name}} - + --> + + + + @@ -297,7 +298,7 @@ - + diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 5209040..d692b64 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -5,10 +5,12 @@ min-height: 100vh; overflow-x: hidden; overflow-y: auto; - background-size: 100% 100%; + background-size: 100% auto; background-repeat: no-repeat; - padding-bottom: 220rpx; - /* background-color:#E8F9FA; */ + padding-bottom: 200rpx; + background-color:#F8E0C6; + background-image: url("https://static.ticket.sz-trip.com/jundaosuzhou/images/indexWinter2025/topGif.gif"); + } .swiper{ @@ -49,13 +51,13 @@ width: 100%; height: 64rpx; border-radius: 36rpx; - color: #666666; + color: #000000; display: flex; align-items: center; font-size: 25rpx; padding: 2rpx 5rpx; box-sizing: border-box; - background: #FFEEAD; + background: rgba(253, 227, 208, 0.6); } .search-box .iconfont { font-size: 30rpx; @@ -99,13 +101,15 @@ display: flex; flex-wrap: wrap; border-radius: 20rpx; - background: #FFEEAD; + /* background: #FFEEAD; */ padding-top: 13rpx; + background-image: url("https://static.ticket.sz-trip.com/uploads/20251127/971ccf61fe5446130501fb26ac7e8ffc.png"); + background-size: 100% 100%; } .top-icon-item { margin-bottom: 37rpx; line-height: 37rpx; - font-size: 25rpx; + font-size: 24rpx; color: #000; text-align: center; flex-shrink: 0; @@ -139,8 +143,17 @@ .content-box { margin: 0 25rpx; } + +.content-margin{ + margin: 0 25rpx; + width: 100%; + box-sizing: border-box; + padding: 0 25rpx; +} + .common-header-img{ - width: 220.67rpx; + width: 100%; + position: relative; } .small-swiper { @@ -168,6 +181,8 @@ margin-top: 48rpx; position: relative; align-items: flex-end; + width: 750rpx; + left: -25rpx; } /* 元旦修改新增样式 */ @@ -503,15 +518,16 @@ .hot-item { background: white; /* box-shadow: -1rpx 1rpx 16rpx 0px rgba(6, 0, 1, 0.1); */ - border-radius: 15rpx; + border-radius: 20rpx; margin-bottom: 20rpx; height: 498rpx; + overflow: hidden; } .hot-item image:nth-child(1) { display: block; width: 100%; height: 327rpx; - border-radius: 15rpx 15rpx 0 0; + /* border-radius: 15rpx 15rpx 0 0; */ } .hot-item .hot-info { padding: 12rpx; @@ -520,6 +536,7 @@ flex-direction: column; justify-content: space-between; box-sizing: border-box; + background: #FFFCEE; } .hot-item .hot-title { font-weight: bold; @@ -894,7 +911,7 @@ /* 春节金刚区字体颜色样式更换 */ .top-icon-text { - color: #111111; + color: #FFFFFF; } .rmtj-right {