|
@@ -20,12 +20,8 @@
|
|
|
<div class="col-6 text-center">
|
|
|
<q-card
|
|
|
class="trip"
|
|
|
- style="max-width: 300px; display: inline-block"
|
|
|
- @click="
|
|
|
- redirectToLink(
|
|
|
- 'https://docs.qq.com/form/page/DSWdXS0d0REt3Y3FO#/fill'
|
|
|
- )
|
|
|
- "
|
|
|
+ style="max-width: 450px; display: inline-block"
|
|
|
+ @click="redirectToLink('https://wj.qq.com/s2/13001219/6136/')"
|
|
|
>
|
|
|
<q-card-section>
|
|
|
<q-img
|
|
@@ -40,18 +36,26 @@
|
|
|
</q-card>
|
|
|
</div>
|
|
|
<div class="col-6 text-center">
|
|
|
- <q-card class="ticket" style="max-width: 300px; display: inline-block">
|
|
|
+ <q-card
|
|
|
+ class="ticket"
|
|
|
+ style="max-width: 450px; display: inline-block"
|
|
|
+ @click="
|
|
|
+ redirectToLink(
|
|
|
+ 'https://www.hichinatravel.com/product-detail/770ccc30-7369-4df5-83df-35977653219d'
|
|
|
+ )
|
|
|
+ "
|
|
|
+ >
|
|
|
<q-card-section>
|
|
|
<q-img
|
|
|
- src="https://as1.ftcdn.net/v2/jpg/01/23/56/18/1000_F_123561829_C1XI8R9kugI01FEbDvaF5LmDpmaorH7u.jpg"
|
|
|
+ src="https://newblogimages.oss-cn-nanjing.aliyuncs.com/96cd118a-2f2f-4954-b629-c7f51a65493e.jpg?x-oss-process=style/blogcontent"
|
|
|
alt="Image 2"
|
|
|
/>
|
|
|
</q-card-section>
|
|
|
<q-card-section>
|
|
|
<div class="text-h6">Book Flights</div>
|
|
|
<div>
|
|
|
- This functionality is currently under maintenance and will be
|
|
|
- available soon.
|
|
|
+ Saves your time in flight search, price comparison, through our 1
|
|
|
+ on 1 VIP communication
|
|
|
</div>
|
|
|
</q-card-section>
|
|
|
</q-card>
|
|
@@ -89,18 +93,17 @@ export default {
|
|
|
.trip {
|
|
|
cursor: pointer;
|
|
|
width: 100%;
|
|
|
- max-width: 350;
|
|
|
margin-bottom: 50px;
|
|
|
margin-top: 50px;
|
|
|
- height: 300px;
|
|
|
+ height: 450px;
|
|
|
}
|
|
|
|
|
|
.ticket {
|
|
|
+ cursor: pointer;
|
|
|
width: 100%;
|
|
|
- max-width: 350;
|
|
|
margin-bottom: 50px;
|
|
|
margin-top: 50px;
|
|
|
- height: 300px;
|
|
|
+ height: 450px;
|
|
|
}
|
|
|
|
|
|
.q-img {
|