Commit 62e82868 authored by huangyuanyuan's avatar huangyuanyuan

update

parent bf944c22
......@@ -141,7 +141,10 @@ p {
.Home li {
list-style: none;
}
.Home .Home_top .tag_left li:last-child {
.Home .Home_top .tag_left li:first-child {
border: none;
}
.Home .Home_top .tag_left .tag_active{
border: none;
}
.Home .Home_top .tag_left li {
......@@ -150,7 +153,7 @@ p {
font-size: 12px;
padding-top: 12px;
box-sizing: border-box;
border-bottom: 1px dashed #737373;
border-top: 1px dashed #737373;
cursor: pointer;
}
.Home .Home_top .tag_left {
......
src/assets/img/ticket/banner.png

451 KB | W: | H:

src/assets/img/ticket/banner.png

265 KB | W: | H:

src/assets/img/ticket/banner.png
src/assets/img/ticket/banner.png
src/assets/img/ticket/banner.png
src/assets/img/ticket/banner.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -12,7 +12,7 @@
<!-- <div class="boxCont"></div> -->
</div>
</div>
<el-row class="back_middle" :style="{zoom: zoom}">
<el-row class="back_middle">
<img class="left1" src="../../assets/img/travel/left1.png" alt>
<img class="right1" src="../../assets/img/travel/right1.png" alt>
<el-row class="max-w1500" :gutter="0">
......@@ -172,13 +172,13 @@
<div class="zyx_pay">
<span style="color:#FF6633;font-size:12px">
<span></span>
<span style="font-size:20px;font-weight:700">{{(isLogin!=1 ? item.b2CPrice : item.b2BPrice) | NoDesnum}}</span>
<span style="font-size:30px;font-weight:700">{{(isLogin!=1 ? item.b2CPrice : item.b2BPrice) | NoDesnum}}</span>
<span></span>
</span>
<span style="color:#EE4454;margin-left:20px">
<i class="iconfont icon-dingweiweizhi"></i>
</span>
<span style="font-size:12px">{{item.startCityName}}出发</span>
<span style="font-size:12px;margin-left:7px">{{item.startCityName}}出发</span>
</div>
<el-button @click="goUrl('detailTwo',item.id,item.tcid)"
size="mini"
......@@ -204,13 +204,13 @@
<div class="zyx_pay">
<span style="color:#FF6633;font-size:12px">
<span></span>
<span style="font-size:20px;font-weight:700">{{(isLogin!=1 ? item.b2CPrice : item.b2BPrice) | NoDesnum}}</span>
<span style="font-size:30px;font-weight:700">{{(isLogin!=1 ? item.b2CPrice : item.b2BPrice) | NoDesnum}}</span>
<span></span>
</span>
<span style="color:#EE4454;margin-left:20px">
<i class="iconfont icon-dingweiweizhi"></i>
</span>
<span style="font-size:12px">{{item.startCityName}}出发</span>
<span style="font-size:12px;margin-left:7px">{{item.startCityName}}出发</span>
</div>
<el-button @click="goUrl('detailTwo',item.id,item.tcid)"
size="mini"
......@@ -220,7 +220,7 @@
</el-col>
<el-col :span="12" style="position:relative">
<div class="div_back" style="position:relative;" :style="{backgroundImage:'url('+item.imgCover[0].Url+')'}">
<img class="img2" src="../../assets/img/travel/1.png" alt>
<img class="img2" src="../../assets/img/travel/2.png" alt>
</div>
</el-col>
<el-col :span="2">&nbsp;</el-col>
......@@ -228,7 +228,7 @@
<el-row class="zyx" v-for="(item,index) in HotCrashList" :key="index" v-if="index==2">
<el-col :span="12" style="position:relative">
<div class="div_back" style="position:relative;" :style="{backgroundImage:'url('+item.imgCover[0].Url+')'}">
<img class="img2" src="../../assets/img/travel/1.png" alt>
<img class="img2" src="../../assets/img/travel/3.png" alt>
</div>
</el-col>
<el-col :span="2">&nbsp;</el-col>
......@@ -248,13 +248,13 @@
<div class="zyx_pay">
<span style="color:#FF6633;font-size:12px">
<span></span>
<span style="font-size:20px;font-weight:700">{{(isLogin!=1 ? item.b2CPrice : item.b2BPrice) | NoDesnum}}</span>
<span style="font-size:30px;font-weight:700">{{(isLogin!=1 ? item.b2CPrice : item.b2BPrice) | NoDesnum}}</span>
<span></span>
</span>
<span style="color:#EE4454;margin-left:20px">
<i class="iconfont icon-dingweiweizhi"></i>
</span>
<span style="font-size:12px">{{item.startCityName}}出发</span>
<span style="font-size:12px;margin-left:7px">{{item.startCityName}}出发</span>
</div>
<el-button @click="goUrl('detailTwo',item.id,item.tcid)"
size="mini"
......@@ -542,15 +542,19 @@ export default {
}
.zyx .persontravel {
font-size: 12px;
background: #5597ff;
/* background: #5597ff; */
color: #fff;
padding: 2px 6px;
padding-bottom:5px;
font-weight: 100;
border-radius: 4px;
margin-left: 12px;
background-image: url('../../assets/img/travel/qipao.png');
background-size:100% 100%;
background-repeat:no-repeat;
}
.zyx_pay {
margin: 25px 0;
margin: 20px 0;
}
.zyx_content {
margin-top: 10px;
......@@ -670,11 +674,14 @@ export default {
._someone_item_top{
padding: 5px;
width: 90px;
height: 225px;
height: 300px;
border-radius: 34px;
border: 1px dashed #666666;
/* border: 1px dashed #666666; */
margin: 0 auto;
background-image: url('../../assets/img/travel/bg1.png');
background-size:100% 100%;
}
._someone_item_top>div{
width: 100%;
height: 100%;
......@@ -683,25 +690,25 @@ export default {
display: flex;
}
._someone_item_top>div>p{
width: 20px;
height: 170px;
width: 25px;
height: 235px;
writing-mode: tb;
font-family: "PingFangR";
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
._someone_item_top>div>p._name{
margin-left: 15px;
margin-left: 10px;
text-align: center;
padding-top: 5PX;
font-size: 20px;
}
._someone_item_top>div>p._xianlu{
padding: 0 6px;
margin-left: 15px;
padding-top: 20PX;
font-size: 20px;
height: 158px;
font-size: 24px;
height: 230px;
}
._someone_item_bottom{
width: 192px;
......@@ -709,7 +716,7 @@ export default {
border-radius: 50%;
background-color: #e5e5e5;
margin-top: -55px;
padding: 8px;
padding: 4px;
}
._someone_item_bottom ._someone_item_bottom_head{
width: 192px;
......@@ -732,8 +739,12 @@ export default {
transition: all linear 0.5s;
overflow: hidden;
}
._someone_item:hover ._someone_item_bottom{
box-shadow:0px 8px 14px 0px rgba(0, 0, 0, 0.2);
}
._someone_item:hover ._someone_item_top{
border-color: #76a9fa;
background-image: url('../../assets/img/travel/bg2.png');
}
._someone_item:hover ._someone_item_top>div{
background-color: #76a9fa;
......@@ -841,7 +852,7 @@ export default {
margin: 15px auto;
background: rgba(0, 0, 0, 0);
border: 1px solid #313131;
/* border-radius: 16px; */
border-radius: 10px;
font-family: "MicrosoftYaHei";
}
......@@ -1020,6 +1031,7 @@ p {
background-color: rgba(255, 255, 255, 0.8);
width: 1200px;
margin: 80px auto 0 auto;
border-radius:8px;
}
.footer_box>p{
font-weight: bold;
......
<style>
.diving{
margin: 30px 0;
background: #ffffff;
}
.diving>p{
font-size: 24px;
......
<style>
@import "../../assets/css/groupTour/index.css";
.GroupTour .el-tabs__nav-wrap::after{
background-color: transparent;
}
</style>
<template>
<el-row class="GroupTour">
......@@ -60,14 +63,23 @@
</el-row>
<el-row class="_list" v-loading="loading">
<!-- 跳水特价 -->
<div style="background:#ffffff">
<Vdiving :data="tiaoshui" :isLogin="isLogin" class="w1180"/>
</div>
<!-- 线路列表 -->
<p class="tit w1180">出境跟团游</p>
<div style="background:#F8F8F8">
<p class="tit w1180" style="margin:20px auto;text-align:center;font-size:24px;color:#666666">出境跟团游</p>
<template v-for="(item, index) in recoItems.line" v-if="recoItems.line && recoItems.line.length > 0 && index < 3 && (item.lineTeam && item.lineTeam.length > 0)">
<Vlist :dataList="item" :index="index" :isLogin="isLogin" @sonMethods="loadModuleDataNoLoop" class="w1180"/>
</template>
</div>
<!-- 热门 -->
<div style="margin:20px 0">
<Vhot :data="tehuis"/>
</div>
<!-- 线路列表 -->
<template v-for="(item, index) in recoItems.line" v-if="recoItems.line && recoItems.line.length > 0 && index > 2 && (item.lineTeam && item.lineTeam.length > 0)">
<Vlist :dataList="item" :index="index" :isLogin="isLogin" @sonMethods="loadModuleDataNoLoop" class="w1180"/>
......
......@@ -962,7 +962,7 @@ export default {
path=`${path}/${encodeURIComponent(item.idDes)}/${item.tcid}`;
// this.$router.push({ path })
let routeData = this.$router.resolve({ path:path});
let routeData = this.$router.resolve({ path:path,query:{local:"local"}});
window.open(routeData.href, '_blank');
},
ClickLocal(item){
......
<template>
<div class="FillItinerary">
<el-row :gutter="20" style="background:#f5f5f5">
<el-col :span="18" :offset="3">
<el-row style="width:1200px;margin:0 auto">
<!-- 订单详情 -->
<div class="ticket_list">
<el-col :span="9" style="position:relative">
......@@ -203,7 +203,7 @@
</el-form-item>
</el-form>
</div>
</el-col>
</el-row>
<!-- 提交订单 -->
<div class='tjorder' v-show="!personnums">
......@@ -441,8 +441,11 @@ export default {
.personnum_form{
margin-left: 20px;
}
.personnum_form .el-form-item__label{
padding:0 5px 0 0;
}
.personnum_form .el-form-item{
width:200px!important;
width:189px!important;
display: inline-block;
margin:0;
}
......
......@@ -568,7 +568,7 @@ export default {
background-size:100% 100%;
}
.ticket_home .destion {
width:1200px;
width:1034px;
margin:0 auto;
overflow: auto;
}
......@@ -676,7 +676,7 @@ export default {
.ticket_home .yh {
padding: 0 2px;
padding-top: 20px;
width: 1200px;
width: 1118px;
margin:0 auto;
display: flex;
justify-content: space-between;
......@@ -724,12 +724,12 @@ export default {
position: relative;
}
.carousel_small {
width: 226px;
height: 155px;
width:194px;
height:132px;
}
.carousel_large {
width: 483px;
height: 322px;
width:412px;
height:274px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment