Commit 0c292bad authored by 沈良进's avatar 沈良进

no message

parent e357c0ff
...@@ -153,7 +153,7 @@ html, body{ ...@@ -153,7 +153,7 @@ html, body{
height: 0px; height: 0px;
border-bottom: 2px dashed red; border-bottom: 2px dashed red;
left: 0; left: 0;
top: 1422px; top: 1320px;
right: 0; right: 0;
} }
.UpgradedVersion2Line span{ .UpgradedVersion2Line span{
...@@ -596,8 +596,6 @@ html, body{ ...@@ -596,8 +596,6 @@ html, body{
.otherJourney-introduceFooter { .otherJourney-introduceFooter {
left: 0; left: 0;
right: 0; right: 0;
margin-top: 115px;
margin-bottom: 32px;
width: 100%; width: 100%;
height: 34px; height: 34px;
} }
...@@ -641,7 +639,9 @@ html, body{ ...@@ -641,7 +639,9 @@ html, body{
color: #2A2A2A; color: #2A2A2A;
margin: 0 9px 0 0; margin: 0 9px 0 0;
} }
.footer{
padding: 115px 0 32px 0;
}
.otherJourney-footer .edit_div { .otherJourney-footer .edit_div {
display: none; display: none;
} }
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</div> </div>
</div> </div>
<!-- otherJourney-footer --> <!-- otherJourney-footer -->
<div> <div class="footer">
<div class="otherJourney-introduceFooter z-index1 row-aic" :style="{'background':''}"> <div class="otherJourney-introduceFooter z-index1 row-aic" :style="{'background':''}">
<div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.tripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.tripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertTwo" :style="{'background':dataAll.tripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFootertTwo" :style="{'background':dataAll.tripColor}">&nbsp;</div>
......
...@@ -71,9 +71,8 @@ ...@@ -71,9 +71,8 @@
<div class="travelDaysdetails-tsTextBox" <div class="travelDaysdetails-tsTextBox"
v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0"> v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0">
<div class="travelDaysdetails-tsText" :style="{'background':backgroundColor2}"> <div class="travelDaysdetails-tsText" :style="{'background':backgroundColor2}">
<div class="travelDaysdetails-text0" style="float:left;">温馨提示:</div> <div class="travelDaysdetails-text0" style="float:left;">温馨提示:</div>
<div v-html="item.WarmTipObj.Description" style="float:left;"></div> <div v-html="item.WarmTipObj.Description"></div>
</div> </div>
</div> </div>
<div class="travelDaysdetails"> <div class="travelDaysdetails">
...@@ -119,7 +118,8 @@ ...@@ -119,7 +118,8 @@
</div> </div>
</div> </div>
<!-- otherJourney-footer --> <!-- otherJourney-footer -->
<div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}"> <div class="footer">
<div class="otherJourney-introduceFooter z-index1 row-aic" :style="{'background':''}">
<div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.TripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.TripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertTwo" :style="{'background':dataAll.TripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFootertTwo" :style="{'background':dataAll.TripColor}">&nbsp;</div>
<div class="introduceFooter-text row-aic"> <div class="introduceFooter-text row-aic">
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
<div class="introduceFooterBJ introduceFootertThree" :style="{'background':dataAll.TripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFootertThree" :style="{'background':dataAll.TripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertFour" :style="{'background':dataAll.TripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFootertFour" :style="{'background':dataAll.TripColor}">&nbsp;</div>
</div> </div>
</div>
</div> </div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"> <div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>底线</span> <span>底线</span>
......
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