|
@@ -40,31 +40,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 图标 -->
|
|
<!-- 图标 -->
|
|
- <div class="accept">
|
|
|
|
- <div class="main">
|
|
|
|
- <div class="accept-title">
|
|
|
|
- <h2>Accept popular cards & digital wallets</h2>
|
|
|
|
- </div>
|
|
|
|
- <div class="accept-logo">
|
|
|
|
- <div class="accept-row1">
|
|
|
|
- <div class="visa"><img src="../assets/payments/visa.png" alt=""></div>
|
|
|
|
- <div class="master-card"><img src="../assets/payments/mastercard.png" alt=""></div>
|
|
|
|
- <div class="eft-pos"><img src="../assets/payments/eftops.png" alt=""></div>
|
|
|
|
- <div class="american"><img src="../assets/payments/american.png" alt=""></div>
|
|
|
|
- <div class="jcb"><img src="../assets/payments/jcb.png" alt=""></div>
|
|
|
|
- <div class="union-pay"><img src="../assets/payments/unionPay.png" alt=""></div>
|
|
|
|
- </div>
|
|
|
|
- <div class="accept-row2">
|
|
|
|
- <div class="G-pay"><img src="../assets/payments/Gpay.png" alt=""></div>
|
|
|
|
- <div class="pay"><img src="../assets/payments/pay.png" alt=""></div>
|
|
|
|
- <div class="club"><img src="../assets/payments/Diners.png" alt=""></div>
|
|
|
|
- <div class="alipay"><img src="../assets/payments/Alipay.png" alt=""></div>
|
|
|
|
- <div class="we-chat"><img src="../assets/payments/weChat.png" alt=""></div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div></div>
|
|
|
|
|
|
<!-- why choose trustyPay -->
|
|
<!-- why choose trustyPay -->
|
|
<div class="mainContent8">
|
|
<div class="mainContent8">
|
|
@@ -416,6 +392,7 @@ import Sales from '@/components/Sales.vue';
|
|
import indexOffer from '@/components/indexOffer'
|
|
import indexOffer from '@/components/indexOffer'
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
components: {
|
|
components: {
|
|
@@ -437,10 +414,10 @@ export default {
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
// 获取window的宽度
|
|
// 获取window的宽度
|
|
- let width = window.innerWidth;
|
|
|
|
- if (width < 768) {
|
|
|
|
- window.confirm('We are currently undergoing maintenance for the adaptive functions on the mobile end. We apologize for any inconvenience caused.');
|
|
|
|
- }
|
|
|
|
|
|
+ // let width = window.innerWidth;
|
|
|
|
+ // if (width < 768) {
|
|
|
|
+ // window.confirm('We are currently undergoing maintenance for the adaptive functions on the mobile end. We apologize for any inconvenience caused.');
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
|
|
|
|
methods: {
|
|
methods: {
|
|
@@ -546,52 +523,7 @@ hr {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-// 图标
|
|
|
|
-.accept {
|
|
|
|
- margin: auto;
|
|
|
|
- // width: 1200px;
|
|
|
|
- height: auto;
|
|
|
|
- // background: #f5f7f5;
|
|
|
|
- border-radius: 30px;
|
|
|
|
- margin-top: 280px;
|
|
|
|
|
|
|
|
- .accept-title {
|
|
|
|
- h2 {
|
|
|
|
- margin: 0;
|
|
|
|
- font-size: 44px;
|
|
|
|
- color: #1a5271;
|
|
|
|
- padding: 70px 0;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- .accept-logo{
|
|
|
|
- .accept-row1{
|
|
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- padding:20px 0;
|
|
|
|
- gap: 90px;
|
|
|
|
- .visa{img{width: 110px; height: auto;}}
|
|
|
|
- .master-card{img{width: 90px; height: auto;}}
|
|
|
|
- .eft-pos{img{width: 120px; height: auto;}}
|
|
|
|
- .american{img{width: 70px; height: auto;}}
|
|
|
|
- .jcb{img{width: 80px; height: auto;}}
|
|
|
|
- .union-pay{img{width: 80px; height: auto;}}
|
|
|
|
- }
|
|
|
|
- .accept-row2{
|
|
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
- justify-content: center;
|
|
|
|
- padding: 20px 0;
|
|
|
|
- gap: 90px;
|
|
|
|
- .G-pay{img{width: 80px; height: auto;}}
|
|
|
|
- .pay{img{width: 78px; height: auto;}}
|
|
|
|
- .club{img{width: 130px; height: auto;}}
|
|
|
|
- .alipay{img{width: 110px; height: auto;}}
|
|
|
|
- .we-chat{img{width: 120px; height: auto;}}
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
|
|
|
|
.mainContent {
|
|
.mainContent {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -1038,18 +970,33 @@ hr {
|
|
/* 小屏幕 */
|
|
/* 小屏幕 */
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
.bannerBg{
|
|
.bannerBg{
|
|
|
|
+ height: auto !important;
|
|
|
|
|
|
.leftHead{
|
|
.leftHead{
|
|
text-align: center;
|
|
text-align: center;
|
|
h1{
|
|
h1{
|
|
- font-size: 36px;
|
|
|
|
- line-height: 38.88px;
|
|
|
|
|
|
+ font-size: 36px !important;
|
|
|
|
+ line-height: 38.88px !important;
|
|
|
|
+ }
|
|
|
|
+ p{
|
|
|
|
+ font-size: 24px !important;
|
|
|
|
+ line-height: 36px !important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .leftContent{
|
|
|
|
+ p{
|
|
|
|
+ font-size: 16px!important;
|
|
|
|
+ line-height: 24px !important;
|
|
|
|
+ margin-top: -270px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .saleBtn{
|
|
|
|
+ margin: 30px 0;
|
|
|
|
+ }
|
|
.client-group{
|
|
.client-group{
|
|
display: block !important;
|
|
display: block !important;
|
|
img{
|
|
img{
|
|
- width: 392px;
|
|
|
|
|
|
+ width: 400px;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1063,11 +1010,6 @@ hr {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- .buttonMenu{
|
|
|
|
- height:auto;
|
|
|
|
- }
|
|
|
|
- .buttonText {
|
|
|
|
- display: inline;
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|