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. 6
      subPageA/food/fooddetial/fooddetial.css
  5. 8
      subPageA/food/fooddetial/fooddetial.vue
  6. 2
      subPageA/hotevent/hoteventdetail/hoteventdetail.css
  7. 2
      subPageA/method/methoddetail/methoddetail.css
  8. 2
      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. 2
      subPageA/travelroute/travelroutedetail/travelroutedetail.css
  13. 2
      subPageA/travelroute/travelroutelist/travelroutelist.vue
  14. 2
      subPageB/amusement/amusementdetail/amusementdetail.css
  15. 2
      subPageB/campsite/campsitedetail/campsitedetail.css
  16. 4
      subPageB/campsite/campsitelist/campsitelist.css
  17. 4
      subPageB/famousVillage/famousVillagelist/famousVillagelist.css
  18. 2
      subPageB/famousVillage/famousVillagetail/famousVillagetail.css
  19. 2
      subPageB/hotel/hoteldetail/hoteldetail.css
  20. 2
      subPageB/hotel/hotellist/hotellist.vue
  21. 7
      subPageB/static/css/fooddetial.css
  22. 2
      subPageB/store/storedetail/storedetail.css
  23. 2
      subPageB/travel/traveldetail/traveldetail.css
  24. 2
      subPageB/zixun/zixundetail/zixundetail.css
  25. 4
      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,8 +18,10 @@
.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;

@ -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 () {

@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -118,7 +118,7 @@ page {
font-size: 28rpx;
color: #969696;
color: #999;
height: 120rpx;
padding: 0 5rpx;
overflow: hidden;

@ -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;}
}
}
}

@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -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>

@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -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;
}

@ -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;
}

@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -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,8 +18,11 @@
.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;

@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -147,7 +147,7 @@
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -147,7 +147,7 @@ page {
}
.l-info .txt {
color: #969696;
color: #999;
padding-top: 15rpx;
font-size: 22rpx;
}

@ -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;
}

Loading…
Cancel
Save