Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
77de1873
Commit
77de1873
authored
Dec 29, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化行程
parent
8ca522bf
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
37 additions
and
11 deletions
+37
-11
UpgradedVersion.css
src/assets/css/UpgradedVersion.css
+15
-0
tripIndexNew2.css
src/assets/css/tripIndexNew2.css
+5
-0
bjHP2.png
src/assets/img/trip/bjHP2.png
+0
-0
bjHP3.png
src/assets/img/trip/bjHP3.png
+0
-0
bjHP4.png
src/assets/img/trip/bjHP4.png
+0
-0
index.vue
src/components/LeaveGroupDownload/index.vue
+7
-6
travelDays.vue
src/components/LeaveGroupDownload/travelDays.vue
+2
-2
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+2
-1
TravelManagerThree.vue
...ewTravelmanager/TravelGroupControl/TravelManagerThree.vue
+1
-0
travelDays.vue
...newTravelmanager/travelLineTrip/components/travelDays.vue
+5
-2
No files found.
src/assets/css/UpgradedVersion.css
View file @
77de1873
...
...
@@ -147,6 +147,21 @@ img {
background
:
url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')
repeat
;
/* background-size: 100% 100%; */
}
.VerticalBjNew
.travelDaysTitlle-left-text
{
background
:
url('../img/trip/bjHP4.png')
no-repeat
center
;
background-size
:
auto
100%
;
}
.travelControlTrip.VerticalBjNew
{
background
:
url('../img/trip/bjHP3.png')
repeat
;
background-size
:
1240px
1754px
;
}
.UpgradedVersion-homebj.VerticalBjNew
{
background
:
url('../img/trip/bjHP3.png')
repeat
;
background-size
:
1240px
1754px
;
}
.VerticalBjNew
.UpgradedVersionBJ
{
background
:
none
;
}
.UpgradedVersion-introduceBj
{
background
:
url('http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png')
repeat
;
/* background-size: 100% 100%; */
...
...
src/assets/css/tripIndexNew2.css
View file @
77de1873
...
...
@@ -202,6 +202,8 @@ html, body{
}
.UpgradedVersionBJ
{
background
:
url(http://imgfile.oytour.com/Static/NewTripFeature/otherBjTwo.png)
repeat
;
/* background: url('../img/trip/bjHP2.png')repeat; */
/* background-size: 1240px 1754px ; */
}
.UpgradedVersion2Line
{
height
:
0px
;
...
...
@@ -238,6 +240,9 @@ html, body{
.hangban-info
{
background
:
#FFF
!important
;
}
.VerticalBjNew
.hangban-info
{
background
:
none
!important
;
}
.trip-v3-base
{
margin-top
:
20px
!important
;
...
...
src/assets/img/trip/bjHP2.png
0 → 100644
View file @
77de1873
This diff is collapsed.
Click to expand it.
src/assets/img/trip/bjHP3.png
0 → 100644
View file @
77de1873
This diff is collapsed.
Click to expand it.
src/assets/img/trip/bjHP4.png
0 → 100644
View file @
77de1873
29.7 KB
src/components/LeaveGroupDownload/index.vue
View file @
77de1873
<
template
>
<div
id=
"pdf_1"
v-if=
"orderMsg&&dataAll"
>
<div
class=
"UpgradedVersion-box relative"
:class=
"[dataAll.featurePageType==2?'UpgradedVersion-homebj':'UpgradedVersion-homebjHV']"
:style=
"
{'width':dataAll.featurePageType==2?'1123px':'1754px',
'height':dataAll.featurePageType==2?'1478px':'1240px'}">
<div
class=
"absolute z-index1 column"
style=
"left: 0;right: 0; top: 0;bottom: 0;"
>
:class=
"[dataAll.featurePageType==2?'UpgradedVersion-homebj':'UpgradedVersion-homebjHV',
dataAll.feature.featureType==9?'VerticalBjNew':'']"
:style=
"
{'width':dataAll.featurePageType==2?'1240px':'1754px',
'height':dataAll.featurePageType==2?'1754px':'1754px'}">
<div
class=
"absolute z-index1 column UpgradedVersionBJ"
style=
"left: 0;right: 0; top: 0;bottom: 0;"
>
<template
v-if=
"dataAll.featurePageType==2"
>
<Header
:TripColor=
"dataAll&&dataAll.tripColor"
:orderMsg=
"orderMsg"
></Header>
<Header
v-if=
"dataAll.feature.featureType!=9"
:TripColor=
"dataAll&&dataAll.tripColor"
:orderMsg=
"orderMsg"
></Header>
<div
class=
"travelDaysTitlle row-aic"
:style=
"
{'background':backgroundColor}">
<div
class=
"travelDaysTitlle-left"
>
<div
class=
"relative"
>
...
...
@@ -266,7 +267,7 @@
<!-- otherJourney-footer -->
<div
v-if=
"dataAll.featurePageType==2"
>
<div
v-if=
"dataAll.featurePageType==2
&&dataAll.feature.featureType!=9
"
>
<div
class=
"otherJourney-introduceFooter absolute z-index1 row-aic"
:style=
"{'background':''}"
>
<div
class=
"introduceFooterBJ introduceFooterOne"
:style=
"{'background':dataAll.tripColor}"
>
</div>
<div
class=
"introduceFooterBJ introduceFootertTwo"
:style=
"{'background':dataAll.tripColor}"
>
</div>
...
...
src/components/LeaveGroupDownload/travelDays.vue
View file @
77de1873
<
template
>
<div
id=
"pdf_3"
v-if=
"vshowD"
>
<div
style=
"width: 1
123
px;"
>
<div
style=
"width: 1
240
px;"
>
<template
v-for=
"(i,index) in feature.detailsImageList"
>
<img
:key=
"index"
:src=
"feature.headerImage"
style=
"width:100%;display: block;"
>
<img
:key=
"index+100000"
:src=
"i"
style=
"width:100%;display: block;"
>
...
...
@@ -8,7 +8,7 @@
</
template
>
</div>
<div
style=
"display: none;"
class=
"UpgradedVersion-boxHeight height UpgradedVersion-homebj relative"
v-for=
"(item,index) in tripList"
>
<div
class=
"z-index1"
>
<div
class=
"z-index1
UpgradedVersionBJ
"
>
<Header
:TripColor=
"dataAll.tripColor"
:orderMsg=
"orderMsg"
></Header>
<div
class=
"travelDaysTitlle row-aic"
>
<div
class=
"travelDaysTitlle-left"
>
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
77de1873
...
...
@@ -23,7 +23,8 @@
</
style
>
<
template
>
<div
class=
"travelControlTrip"
:style=
"
{'width':dataAll
&&
dataAll.featurePageType==2?'1123px':'1754px'}">
<div
class=
"travelControlTrip"
:style=
"
{'width':dataAll
&&
dataAll.featurePageType==2?'1240px':'1754px'}"
:class="[dataAll.feature.featureType==9?'VerticalBjNew':'']">
<div
class=
"trip_cover"
v-show=
"pdfLoading"
v-loading=
"pdfLoading"
></div>
<el-row
style=
"padding: 0 0 20px 0;box-shadow: 1px 10px 10px#e6e6e6;"
>
<el-col
:span=
"14"
class=
"row-aic"
>
...
...
src/components/newTravelmanager/TravelGroupControl/TravelManagerThree.vue
View file @
77de1873
...
...
@@ -884,6 +884,7 @@
this
.
PostConfig
.
CountryID
=
tempData
.
CountryID
;
this
.
PostConfig
.
TeamType
=
tempData
.
TeamType
;
this
.
PostConfig
.
FeaturePageType
=
tempData
.
FeaturePageType
;
this
.
PostConfig
.
FeatureType
=
tempData
.
Feature
.
FeatureType
//视频地址
this
.
PostConfig
.
VideoStr
=
tempData
.
VideoStr
;
this
.
PostConfig
.
OpenTeamDescribe
=
tempData
.
OpenTeamDescribe
;
...
...
src/components/newTravelmanager/travelLineTrip/components/travelDays.vue
View file @
77de1873
...
...
@@ -2,7 +2,8 @@
<div
:style=
"
{'height':item.zoom==1?'auto':'100%',
'overflow':item.zoom==1?'auto':'hidden'}"
v-if="RenderingOk">
<div
class=
"UpgradedVersion-box2 UpgradedVersion-homebj relative"
:style=
"
{'zoom': item.zoom}">
<div
class=
"UpgradedVersion-box2 UpgradedVersion-homebj relative"
:style=
"
{'zoom': item.zoom}"
:class="[dataAll.FeatureType==9?'VerticalBjNew':'']">
<div
class=
"z-index1 UpgradedVersionBJ"
style=
"left: 0;right: 0; top: 0;bottom: 0;"
>
<div
:id=
"'LineOfTravel'+(item*4)+'_0'+index"
>
<!--
<Header
:TripColor=
"dataAll.TripColor"
:orderMsg=
"dataAll"
></Header>
-->
...
...
@@ -844,6 +845,7 @@
</div>
<!-- otherJourney-footer -->
<!--
<div v-if="item.zoom!=1" :class="[item.zoom==1?'':'footer']">
<div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}">
<div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.TripColor}"> </div>
...
...
@@ -855,7 +857,8 @@
<div class="introduceFooterBJ introduceFootertThree" :style="{'background':dataAll.TripColor}"> </div>
<div class="introduceFooterBJ introduceFootertFour" :style="{'background':dataAll.TripColor}"> </div>
</div>
</div>
</div> -->
<div
style=
"height: 40px;"
></div>
</div>
<div
class=
"UpgradedVersion2Line absolute z-index3 row-ajc"
>
<span>
{{pageHeight>1754?'超出内容分割到下一页':'底线'}}
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment