Commit 80b847ca authored by youjie's avatar youjie

no message

parent 8758ac37
......@@ -493,7 +493,7 @@ html, body{
}
.travelDaysdetails-tsText{
width: 100%;
padding: 28px 47px;
padding: 36px 47px 28px 47px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
......@@ -873,7 +873,7 @@ html, body{
line-height: 54px;
}
.travelDaysMasterMap2-box{
padding: 50px 35px 39px 35px;
padding: 50px 35px 40px 35px;
}
.travelDaysMasterMap2{
height: 643px;
......
......@@ -795,7 +795,7 @@
v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0">
<div :id="'WarmTip_'+index" class="travelDaysdetails-tsText row relative"
:style="{'background':'#EFECEC'}">
<span class='travelDaysdetails-text0 absolute' style='line-height:32px;top: 26px;'>温馨提示:</span>
<span class='travelDaysdetails-text0 absolute' style='line-height:32px;top: 0;'>温馨提示:</span>
<div v-html="item.WarmTipObj.Description" class="travelDaysdetails-text0-r"></div>
</div>
</div>
......
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