ff1d1919 by 杨炀

pc票务 h5自适应

1 parent 412445c5
......@@ -111,13 +111,13 @@
</div>
</div>
<div v-if="endTime<=0" class="btn forPc" style="margin-left: 40px;opacity: 0.5;cursor: not-allowed;"
<div v-if="endTime<=0" class="btn" style="margin-left: 40px;opacity: 0.5;cursor: not-allowed;"
@click="toSelectClosed">
{{
triggerLanguage(language, "售票结束", "Sale closed")
}}
</div>
<div v-else class="btn forPc" style="margin-left: 40px" @click="toSelectSeat()">
<div v-else class="btn" style="margin-left: 40px" @click="toSelectSeat()">
{{
triggerLanguage(language, "立即购票", "Buy tickets now")
}}
......@@ -313,7 +313,7 @@ function toSelectClosed() {
font-weight: bold;
font-size: 28px;
color: #000000;
line-height: 42px;
line-height: 1.6;
margin-bottom: 34px;
}
......@@ -468,9 +468,9 @@ function toSelectClosed() {
margin-right: 15px;
}
.info {
.info {padding: 0;
.title {
font-size: 14px;
font-size: 14px;margin: 0;
}
.time, .address, .label, .tip {
......@@ -501,11 +501,24 @@ function toSelectClosed() {
font-size: 12px;
}
}
.btn {display: inline-block;
margin: 10px 0 0;
background: linear-gradient(270deg, #493ceb 0%, #8623fc 100%);
border-radius: 20px;
line-height: 40px;
text-align: center;
font-weight: 500;
font-size: 16px;
color: #ffffff;
cursor: pointer;
}
}
}
.bottom {
padding: 0
}
}
.countDownTitle {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!