lu_quan_dev
rosehan 1 year ago
parent ed8756909b
commit c7dba21268
  1. 10
      components/xi-waterfall/xi-waterfall.vue
  2. 4
      pages.json
  3. 14
      static/ancss/an.css
  4. 10
      subPageA/food/fooddetial/fooddetial.css
  5. 8
      subPageA/food/fooddetial/fooddetial.vue
  6. 10
      subPageA/hotevent/hoteventdetail/hoteventdetail.css
  7. 10
      subPageA/method/methoddetail/methoddetail.css
  8. 4
      subPageA/method/methodlist/methodlist.css
  9. 2
      subPageA/method/methodlist/methodlist.vue
  10. 2
      subPageA/personcenter/aboutus.vue
  11. 8
      subPageA/scenic/sceniclist/sceniclist.vue
  12. 10
      subPageA/travelroute/travelroutedetail/travelroutedetail.css
  13. 2
      subPageA/travelroute/travelroutelist/travelroutelist.vue
  14. 10
      subPageB/amusement/amusementdetail/amusementdetail.css
  15. 10
      subPageB/campsite/campsitedetail/campsitedetail.css
  16. 14
      subPageB/campsite/campsitelist/campsitelist.css
  17. 14
      subPageB/famousVillage/famousVillagelist/famousVillagelist.css
  18. 10
      subPageB/famousVillage/famousVillagetail/famousVillagetail.css
  19. 10
      subPageB/hotel/hoteldetail/hoteldetail.css
  20. 2
      subPageB/hotel/hotellist/hotellist.vue
  21. 11
      subPageB/static/css/fooddetial.css
  22. 10
      subPageB/store/storedetail/storedetail.css
  23. 10
      subPageB/travel/traveldetail/traveldetail.css
  24. 10
      subPageB/zixun/zixundetail/zixundetail.css
  25. 16
      subPageB/zixun/zixunlist/zixunlist.css

@ -4,20 +4,14 @@
<view class="container dy_fx_row" v-if="columnFirst.length>0&&columnSecond.length>0">
<!-- 第一列 -->
<view class="w_two" id="columnFirst">
<view class="pu_item relative" @tap="goToDetail(item)" v-for="(item, index) in columnFirst" :key="index">
<view class="lq_recommend" v-if="item.isrecommend=='YES'">
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tuijian.png" mode="widthFix"></image>
</view>
<view class="pu_item" @tap="goToDetail(item)" v-for="(item, index) in columnFirst" :key="index">
<image :src="item.logo" mode="aspectFill" class="pul_img"></image>
<view class="desc_pb">{{ item.title }}</view>
</view>
</view>
<!-- 第二列 -->
<view class="w_two" id="columnSecond">
<view class="pu_item relative" @tap="goToDetail(item)" v-for="(item, index) in columnSecond" :key="index">
<view class="lq_recommend" v-if="item.isrecommend=='YES'">
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tuijian.png" mode="widthFix"></image>
</view>
<view class="pu_item" @tap="goToDetail(item)" v-for="(item, index) in columnSecond" :key="index">
<image :src="item.logo" mode="aspectFill" class="pul_img"></image>
<view class="desc_pb">{{ item.title }}</view>
</view>

@ -92,7 +92,6 @@
}
},
{
"path": "method/methodlist/methodlist",
"style": {
@ -183,7 +182,8 @@
{
"path": "personcenter/aboutus",
"style": {
"navigationBarTitleText": "关于我们"
"navigationBarTitleText": "关于我们",
"navigationBarBackgroundColor": "transparent"
}
},
{

@ -839,7 +839,7 @@ s首页菜单
box-sizing: border-box;
padding: 30rpx 20rpx;
width: 100%;
color: #969696;
color: #999;
text-align: center;
font-size: 28rpx;
}
@ -1163,11 +1163,11 @@ s首页菜单
}
.h_define_cont {
max-height: 510rpx;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
white-space: pre-wrap;
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*white-space: pre-wrap;*/
-webkit-box-orient: vertical;
-webkit-line-clamp: 10;
display: -webkit-box;
@ -2411,13 +2411,13 @@ s首页菜单
.myd1_jd,
.sell_jd {
color: #969696;
color: #999;
font-size: 28rpx;
line-height: 40rpx;
}
.price_jd {
color: #969696;
color: #999;
font-size: 24rpx;
line-height: 40rpx;
}

@ -18,14 +18,16 @@
.ms_warp .fod_shop_list:last-child{ box-shadow: none !important; }
/* 控制内容显示 */
.h_define_cont{max-height: 510rpx; position: relative; overflow: hidden;text-overflow: ellipsis;
white-space: pre-wrap;
.h_define_cont{ position: relative;
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*white-space: pre-wrap;*/
-webkit-box-orient: vertical;
-webkit-line-clamp: 10;
display: -webkit-box;
}
.hide{
display: none
}
}
.nr_hide{ position: absolute; z-index: 6; bottom: 0; width: 100%; background:linear-gradient( top, rgba(255,255,255,.8), rgba(255,255,255,1)) ; height: 100rpx; line-height: 100rpx; text-align: center; font-size: 30rpx; color: #555;}
.pic_fod_duo{ width: 40rpx; height: 40rpx; display: inline-block; margin-left: 10rpx; position: relative; top:10rpx}
.pic_fod_duo{ width: 40rpx; height: 40rpx; display: inline-block; margin-left: 10rpx; position: relative; top:10rpx}

@ -8,8 +8,10 @@
<view class="an_t_1">{{ foodDetail.title }}</view>
<view class="amt_60 wc_cont">
<view :class="[zhankai > shouqi ? 'fod_det_inf' : 'fod_det_inf h_define_cont']">
<view class="lst_tit"><u-parse :content="foodDetail.content" :loading="loading" @preview="preview"
@navigate="navigate" /></view>
<view class="lst_tit" v-html="foodDetail.content">
<!-- <u-parse :content="foodDetail.content" :loading="loading" @preview="preview"
@navigate="navigate" /> --></view>
<!-- <view @tap="opens()" :class="[zhankai > shouqi ? 'hide' : 'nr_hide']">
+ 查看详细
<image src="/static/animg/index/btn_more.png" class="data-is-bottom"></image>
@ -100,6 +102,7 @@ export default {
(this.lon = this.$param.clng), (this.lat = this.$param.clat);
this.getIsShow();
this.getFoodDetail(option.fid, option.fareacode);
that.$util.saveOperatorLog(that, 'FOOD', option.fid);
},
methods: {
@ -146,6 +149,7 @@ export default {
}
this.restaurantList = shangjia;
this.foodDetail = data;
console.log("adsf",this.foodDetail)
});
},
opens: function () {

@ -43,7 +43,7 @@ page {
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@ page {
font-size: 28rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@ page {
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@ page {
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -43,7 +43,7 @@
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -118,7 +118,7 @@ page {
font-size: 28rpx;
color: #969696;
color: #999;
height: 120rpx;
padding: 0 5rpx;
overflow: hidden;
@ -289,4 +289,4 @@ page {
bottom: 50rpx;
right: 30rpx;
border-radius: 50%;
}
}

@ -30,7 +30,7 @@
:key="index"
>
<view class="dy_fx ls_inf_box relative">
<view class="lq_recommend" v-if="item.isrecommend=='YES'">
<view class="lq_recommend" v-if="itemName.isrecommend=='YES'">
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tuijian.png" mode="widthFix"></image>
</view>
<image class="an_ls_img2" :src="itemName.logo" mode="aspectFill"></image>

@ -75,10 +75,10 @@ page {
height: 200rpx;
}
}
.nr_cot{text-indent: 80rpx;}
.tips {
font-family: Source Han Sans SC;
font-weight: 400;
font-size: 24rpx;
color: #B5BDCA;
text-align: center;

@ -58,7 +58,7 @@
<view class="category-content" v-if="scenicList.content.length>0">
<view class="product-item relative" v-for="(p_item, p_index) in scenicList.content"
@tap="gotoDetail(p_item.cid)">
<view class="lq_recommend" v-if="item.isrecommend=='YES'">
<view class="lq_recommend" v-if="p_item.isrecommend=='YES'">
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tuijian.png" mode="widthFix"></image>
</view>
<image class="product-img" :src="p_item.thumb"></image>
@ -671,12 +671,12 @@ page {
}
.list-item .item-info .data .myd1,
.list-item .item-info .data .sell {
color: #969696;
color: #999;
font-size: 28rpx;
line-height: 40rpx;
}
.list-item .item-info .data .price {
color: #969696;
color: #999;
font-size: 24rpx;
line-height: 40rpx;
}
@ -1006,7 +1006,7 @@ page {
padding: 3rpx 10rpx;
margin-bottom: 20rpx;
}
.product-con{ font-size: 32rpx;}
.product-con{ font-size: 28rpx;color: #999;}
}
}
}

@ -43,7 +43,7 @@
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -45,7 +45,7 @@
:url="'/subPageA/travelroute/travelroutedetail/travelroutedetail?id=' + itemName.id"
v-for="(itemName, index) in listDatas" :key="index">
<view class="ls_inf_box lunb_img relative">
<view class="lq_recommend" v-if="item.isrecommend=='YES'">
<view class="lq_recommend" v-if="itemName.isrecommend=='YES'">
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tuijian.png" mode="widthFix"></image>
</view>
<image mode="aspectFill" class="swp_2_img" :src="itemName.hlogo"></image>

@ -43,7 +43,7 @@ page {
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@ page {
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@ page {
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@ page {
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -43,7 +43,7 @@
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -83,11 +83,11 @@ page {
.list-item .item-info {
flex: 1;
margin-left: 20rpx;
}
.list-item .item-info .title {
max-height: 76rpx;
line-height: 38rpx;
overflow: hidden;
@ -96,7 +96,7 @@ page {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 32rpx;
}
.list-item .item-info .attr{ margin-top:20rpx}
.list-item .item-info .attr .tip {
@ -117,7 +117,7 @@ page {
-webkit-line-clamp: 1;
display: -webkit-box;
overflow: hidden;
}
.list-item .item-info .data {
@ -133,13 +133,13 @@ page {
}
.list-item .item-info .data .sell,.list-item .item-info .data .myd1 {
color: #969696;
color: #999;
line-height: 40rpx;
font-size: 28rpx;
}
.list-item .item-info .data .browsenum {
color: #969696;
color: #999;
line-height: 40rpx;
font-size: 24rpx;
}
@ -298,4 +298,4 @@ page {
bottom: 50rpx;
right: 30rpx;
border-radius: 50%;
}
}

@ -83,11 +83,11 @@ page {
.list-item .item-info {
flex: 1;
margin-left: 20rpx;
}
.list-item .item-info .title {
max-height: 76rpx;
line-height: 38rpx;
overflow: hidden;
@ -96,7 +96,7 @@ page {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 32rpx;
}
.list-item .item-info .attr{ margin-top:20rpx}
.list-item .item-info .attr .tip {
@ -117,7 +117,7 @@ page {
-webkit-line-clamp: 1;
display: -webkit-box;
overflow: hidden;
}
.list-item .item-info .data {
@ -133,13 +133,13 @@ page {
}
.list-item .item-info .data .sell,.list-item .item-info .data .myd1 {
color: #969696;
color: #999;
line-height: 40rpx;
font-size: 28rpx;
}
.list-item .item-info .data .browsenum {
color: #969696;
color: #999;
line-height: 40rpx;
font-size: 24rpx;
}
@ -298,4 +298,4 @@ page {
bottom: 50rpx;
right: 30rpx;
border-radius: 50%;
}
}

@ -43,7 +43,7 @@
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -43,7 +43,7 @@ page {
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@ page {
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@ page {
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@ page {
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -39,7 +39,7 @@
:url="'/subPageB/hotel/hoteldetail/hoteldetail?id=' + itemName.id + '&region=' + itemName.region"
v-for="(itemName, index) in listDatas" :key="index">
<view class="dy_fx aml_30 amr_30 relative">
<view class="lq_recommend" v-if="item.isrecommend=='YES'">
<view class="lq_recommend" v-if="itemName.isrecommend=='YES'">
<image src="https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/tuijian.png" mode="widthFix"></image>
</view>
<image class="an_ls_img2" :src="itemName.hlogo" mode="aspectFill"></image>

@ -18,14 +18,17 @@
.ms_warp .fod_shop_list:last-child{ box-shadow: none !important; }
/* 控制内容显示 */
.h_define_cont{max-height: 510rpx; position: relative; overflow: hidden;text-overflow: ellipsis;
white-space: pre-wrap;
h_define_cont{
position: relative;
/* overflow: hidden;*/
/* text-overflow: ellipsis;*/
/*white-space: pre-wrap;*/
-webkit-box-orient: vertical;
-webkit-line-clamp: 10;
display: -webkit-box;
}
.hide{
display: none
}
}
.nr_hide{ position: absolute; z-index: 6; bottom: 0; width: 100%; background:linear-gradient( top, rgba(255,255,255,.8), rgba(255,255,255,1)) ; height: 100rpx; line-height: 100rpx; text-align: center; font-size: 30rpx; color: #555;}
.pic_fod_duo{ width: 40rpx; height: 40rpx; display: inline-block; margin-left: 10rpx; position: relative; top:10rpx}
.pic_fod_duo{ width: 40rpx; height: 40rpx; display: inline-block; margin-left: 10rpx; position: relative; top:10rpx}

@ -43,7 +43,7 @@ page {
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@ page {
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@ page {
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@ page {
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -43,7 +43,7 @@
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -43,7 +43,7 @@ page {
.info-list {
display: -webkit-box;
padding: 10rpx 0;
}
.info-list:last-child {
@ -72,7 +72,7 @@ page {
font-size: 26rpx;
color: #666;
}
.info-list .txt {
@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}
@ -221,7 +221,7 @@ page {
font-size: 32rpx;
font-weight:bold;
color: #05A9F0;
padding: 20rpx 0 ;
padding: 20rpx 0 ;
border-bottom: 2rpx solid #05A9F0;
}
@ -354,4 +354,4 @@ page {
border-top: 4rpx solid #c7c7cc;
border-right: 4rpx solid #c7c7cc;
transform: rotate(45deg) translateY(-70%);
}
}

@ -86,7 +86,7 @@ page {
.list-item .item-info {
flex: 1;
margin-right: 20rpx;
}
.list-item .item-info .title {
@ -99,8 +99,8 @@ page {
-webkit-box-orient: vertical;
font-size: 34rpx;
margin-bottom: 10rpx;
}
.list-item .item-info .attr .tip {
@ -114,8 +114,8 @@ page {
padding: 0 5rpx;
border-radius: 5rpx;
overflow: hidden;
}
.list-item .item-info .data {
@ -131,13 +131,13 @@ page {
}
.list-item .item-info .data .sell,.list-item .item-info .data .myd1 {
color: #969696;
color: #999;
line-height: 40rpx;
font-size: 28rpx;
}
.list-item .item-info .data .price {
color: #969696;
color: #999;
line-height: 40rpx;
font-size: 24rpx;
}
@ -296,4 +296,4 @@ page {
bottom: 50rpx;
right: 30rpx;
border-radius: 50%;
}
}

Loading…
Cancel
Save