dev
rosehan 2 years ago
parent 8bb469540d
commit 8f14ba212d
  1. 2
      pages/index/index.css
  2. 2
      pages/sirendingzhi/sirendingzhilist/sirendingzhilist.vue
  3. 8
      sunPackIndex/scenic/scenicdetial/scenicdetial.css
  4. 12
      sunPackIndex/scenic/scenicdetial/scenicdetial.vue

@ -41,7 +41,7 @@
.tol_2_warp .tol_2_unit:nth-child(2){ background:linear-gradient(45deg,#e5f1ff,#e5fffe)/* #e5f1ff */ ;}
.tol_2_warp .tol_2_unit:nth-child(3){ background:linear-gradient(45deg,#ffedf3,#ffe4f9)/* #ffe5e7 */}
.tol_2_warp .tol_2_unit:last-child{ margin-right: 0; background:linear-gradient(45deg,#fedbcf,#ffeacf) /* #fcecd7 */;}
.gjz_box{ padding: 15rpx;background-color: #999}
.gjz_box{ padding: 15rpx;}
.gjz_pic{ width: 100rpx; height: 100rpx; }
.jqr_1 .ht_text{ font-weight: normal; /* font-weight: 600; */ font-size: 34rpx;}
.gjz_box .ht_text{ font-weight: normal; font-size: 30rpx;}

@ -21,7 +21,7 @@
</view>
<view>
<scroll-view @scroll="onReachScroll" @bindscrolltolower="lower" class="" :scroll-top="topNum" scrollY="true" style="top:200rpx;height:100vh">
<view class="list-container" style="background: none;padding-bottom: 40rpx">
<view class="list-container" style="background: none;padding-bottom: 200rpx">
<view class="aml_30 amr_30">
<navigator
class="amt_30"

@ -23,9 +23,11 @@
.sec_tol{}
/* .sec_tol .tol_2_unit{ background: linear-gradient(bottom, rgba(39,114,217,.4), rgba(39,114,217,1)) !important ; /* border-radius: 0; */ /* box-shadow: none; position: relative;}
.sec_tol .tol_2_unit:first-child{ background: #f2f2f2 !important;} */
.sec_tol_pic{ width: 100%; height: 200rpx; position: absolute; z-index: -1; top:0; left: 0; }
.sec_tol .gjz_box{ position: relative; height: 200rpx; padding: 0; border-radius: 15rpx; }
.sec_tol .ht_text{ font-size: 30rpx; color: #fff;}
.sec_tol_pic{ width: 100%; height: 180rpx; position: absolute; z-index: -1; top:0; left: 0; }
.sec_tol .gjz_box{ position: relative; height: 200rpx; text-align: left; padding: 0 0 0 20rpx; border-radius: 15rpx; }
.sec_tol .ht_text{padding-top: 55rpx; font-size: 30rpx; color: #fff; font-weight: 600;}
.sec_tol .hn_text{font-size: 24rpx; color: #fff; }
.sec_tol .gjz_pic{ width: 70rpx; height: 70rpx; margin-top: 40rpx;}
.sec_tol_unit .sec_tol_pic{border-radius: 15rpx;}

@ -36,17 +36,17 @@
<view class="mode_com mt_1">
<view class="inx_ht_warp dly_flex tol_2_warp sec_tol">
<view class="sec_tol_unit" @tap="qierlingurl(info.url_720)">
<image class="sec_tol_pic" src="" mode="scaleToFill"></image>
<view class="gjz_box">
<image class="gjz_pic" src="../../../static/images/icn_xnty2.png"></image>
<image class="sec_tol_pic" src="http://jqgk.hbcjy.com/img/icon-left.jpg" mode="scaleToFill"></image>
<view class="gjz_box">
<text class="ht_text">720全景</text>
<view class="hn_text">全方位观览</view>
</view>
</view>
<view class="sec_tol_unit" @click="wisdomGuide()">
<image class="sec_tol_pic" src="" mode="scaleToFill"></image>
<view class="gjz_box">
<image class="gjz_pic" src="../../../static/images/icn_zhdl2.png"></image>
<image class="sec_tol_pic" src="http://jqgk.hbcjy.com/img/icon-right.jpg" mode="scaleToFill"></image>
<view class="gjz_box">
<text class="ht_text">智慧导览</text>
<view class="hn_text">智能导航景区</view>
</view>
</view>
</view>

Loading…
Cancel
Save