index.vue 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  1. <template>
  2. <div class="homeWrap">
  3. <headTop />
  4. <div class="home">
  5. <!-- 弹窗面板 -->
  6. <div>
  7. <Panel />
  8. </div>
  9. <div class="topBanner">
  10. <div class="bannerBg">
  11. <div class="bannerText">
  12. <div class="bannerInfo">
  13. <div class="leftHead">
  14. <h1>Smart Solutions,<br> Seamless Transactions</h1>
  15. <p>Unlock the Future of Payments Today with
  16. TrustyPay</p>
  17. </div>
  18. <div class="leftContent">
  19. <p>Trusty Pay is your Ultimate Payment Partner. Pioneering Tomorrow's Payment Landscape
  20. in Australia. As a locally registered entity, we specialise in cutting-edge payment
  21. technology and solutions for businesses in Retail, Hospitality, and Professional
  22. Services. Our commitment extends beyond transactions; we're your strategic partner
  23. for growth.</p>
  24. </div>
  25. <div class="saleBtn">
  26. <router-link to="/ContactUs"><el-button>Contact Sales</el-button></router-link>
  27. </div>
  28. <div class="offerCard">
  29. <div class="yellowCard">
  30. <h1>Our Offer</h1>
  31. </div>
  32. <div class="greenCard">
  33. <div class="cardList">
  34. <div class="cardTitle">
  35. <h1>0.81%</h1>
  36. </div>
  37. <div class="cardText">
  38. <div><p>VISA/MASTERCARD & EFTPOS</p></div>
  39. <div><p>Transaction Fee</p></div>
  40. <div><span>(exc.GST)</span></div>
  41. </div>
  42. <div class="cardImg">
  43. <div><img src="../assets/payments/visa.png" alt=""></div>
  44. <div><img src="../assets/payments/mastercard.png" alt=""></div>
  45. <div><img src="../assets/payments/eftops.png" alt=""></div>
  46. </div>
  47. </div>
  48. <div class="cardList1">
  49. <div class="cardTitle1">
  50. <h1>2.0%</h1>
  51. </div>
  52. <div class="cardText1">
  53. <div><p>UPI and alternate Payments</p></div>
  54. <div><span>(exc.GST)</span></div>
  55. </div>
  56. <div class="cardImg1">
  57. <div><img src="../assets/payments/unionPay.png" alt=""></div>
  58. <div><img src="../assets/payments/Alipay.png" alt=""></div>
  59. <div><img src="../assets/payments/weChat.png" alt=""></div>
  60. </div>
  61. </div>
  62. <div class="cardList2">
  63. <div class="cardTitle2">
  64. <h1>$27.23</h1>
  65. </div>
  66. <div class="cardText2">
  67. <div><p>Terminal rental (Per month/terminal)</p></div>
  68. <div><span>(exc.GST)</span></div>
  69. </div>
  70. </div>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="rightText">
  75. <img src="../assets/index/Group98.png" alt="">
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. <!-- 图标 -->
  81. <div class="accept">
  82. <div class="main">
  83. <div class="accept-title">
  84. <h2>Accept popular cards & digital wallets</h2>
  85. </div>
  86. <div class="accept-logo">
  87. <div class="accept-row1">
  88. <div><img src="../assets/payments/visa.png" alt=""></div>
  89. <div><img src="../assets/payments/mastercard.png" alt=""></div>
  90. <div><img src="../assets/payments/eftops.png" alt=""></div>
  91. <div><img src="../assets/payments/american.png" alt=""></div>
  92. <div><img src="../assets/payments/jcb.png" alt=""></div>
  93. <div><img src="../assets/payments/unionPay.png" alt=""></div>
  94. </div>
  95. <div class="accept-row2">
  96. <div><img src="../assets/payments/Gpay.png" alt=""></div>
  97. <div><img src="../assets/payments/pay.png" alt=""></div>
  98. <div><img src="../assets/payments/Diners.png" alt=""></div>
  99. <div><img src="../assets/payments/Alipay.png" alt=""></div>
  100. <div><img src="../assets/payments/weChat.png" alt=""></div>
  101. </div>
  102. </div>
  103. </div>
  104. </div>
  105. <!-- why choose trustyPay -->
  106. <div class="mainContent8">
  107. <div class="main">
  108. <div class="choose">
  109. <h2>Why Choose TrustyPay?</h2>
  110. </div>
  111. <div class="chooseList">
  112. <div class="greenBox">
  113. <div class="greenItem"><svg-icon icon-class="choose1" class="icon" /></div>
  114. <div class="greenText">Local POC & team Business Growth and support</div>
  115. </div>
  116. <div class="greenBox">
  117. <div class="greenItem"><svg-icon icon-class="choose2" class="icon" /></div>
  118. <div class="greenText">Small to Medium Enterprises focus</div>
  119. </div>
  120. <div class="greenBox">
  121. <div class="greenItem"><svg-icon icon-class="choose3" class="icon" /></div>
  122. <div class="greenText">Payments made <br> simple</div>
  123. </div>
  124. <div class="greenBox">
  125. <div class="greenItem"><svg-icon icon-class="choose4" class="icon" /></div>
  126. <div class="greenText">Reliability through <br> Proven ANz Worldline <br> Solutions</div>
  127. </div>
  128. <div class="greenBox">
  129. <div class="greenItem"><svg-icon icon-class="choose5" class="icon" /></div>
  130. <div class="greenText">Competitive <br> pricing</div>
  131. </div>
  132. </div>
  133. </div>
  134. </div>
  135. <!-- We serve -->
  136. <!-- Durable and Easy-to-useTerminals for Fast Checkouts -->
  137. <div class="mainContent">
  138. <div class="main">
  139. <div class="title1">
  140. <h2>Durable and Easy-to-use </h2>
  141. <h2>Terminals for Fast Checkouts</h2>
  142. </div>
  143. <div class="subhead">
  144. Take payments fast from anywhere - at the counter or on the move
  145. </div>
  146. <div class="infoList">
  147. <!-- 1 -->
  148. <div class="infoItem">
  149. <div class="bg-b">
  150. <svg-icon icon-class="contactless" class="icon" />
  151. Contactless
  152. </div>
  153. <div class="bg-b">
  154. <svg-icon icon-class="puzzle" class="icon" />
  155. Standalone or Integrated
  156. </div>
  157. </div>
  158. <!-- 2 -->
  159. <div class="infoItem">
  160. <div class="bg-b">
  161. <svg-icon icon-class="payments" class="icon" />
  162. Mobile Payments
  163. </div>
  164. <div class="bg-b">
  165. <svg-icon icon-class="security" class="icon" />
  166. Password enabled security features
  167. </div>
  168. </div>
  169. <!-- 3 -->
  170. <div class="infoItem">
  171. <div class="bg-b">
  172. <svg-icon icon-class="touch" class="icon" />
  173. Multimedia touch screen 3.5"
  174. </div>
  175. <div class="bg-b">
  176. <svg-icon icon-class="usd" class="icon" />
  177. Surcharging and Tipping
  178. </div>
  179. </div>
  180. <!-- 4 -->
  181. <div class="infoItem">
  182. <div class="bg-b">
  183. <svg-icon icon-class="printer" class="icon" />
  184. Printer
  185. </div>
  186. <div class="bg-b">
  187. <svg-icon icon-class="network" class="icon" />
  188. Multi-Network Card Routing
  189. </div>
  190. </div>
  191. <!-- 5 -->
  192. <div class="infoItem">
  193. <div class="bg-b">
  194. <svg-icon icon-class="4G" class="icon" />
  195. 4G, Wi-Fi, Ethernet & Bluetooth
  196. </div>
  197. <div class="bg-b">
  198. <svg-icon icon-class="conversion" class="icon" />
  199. Dynamic Currancy Conversion
  200. </div>
  201. </div>
  202. </div>
  203. </div>
  204. </div>
  205. <!-- Partners -->
  206. <div class="mainContent2">
  207. <div class="main">
  208. <div class="parTitle">
  209. <h2>Partners</h2>
  210. </div>
  211. <!-- 图标 -->
  212. <div class="parImg">
  213. <div><img src="@/assets/index/datamesh.png" alt=""></div>
  214. <div><img src="@/assets/index/pinch.png" alt=""></div>
  215. <div><img src="@/assets/index/touch2Pay.png" alt=""></div>
  216. </div>
  217. <hr>
  218. </div>
  219. </div>
  220. <!-- tap on Mobile -->
  221. <div class="mainContent3">
  222. <div class="main tapContent">
  223. <div class="tapTitle">
  224. <h2>Tap on Mobile</h2>
  225. <p>Make payments a breeze, for you and your customers. Get Tap onMobile, the mobile EFTPOS
  226. you've been waiting for.</p>
  227. <div class="tapSvg">
  228. <svg-icon icon-class="IOS" class="ios" />
  229. <svg-icon icon-class="Android" class="android" />
  230. </div>
  231. <!-- learn more -->
  232. <div class="learnMore">
  233. <router-link to="/ToonMobile"><el-button class="btnLearn">Learn
  234. more</el-button></router-link>
  235. </div>
  236. </div>
  237. <div class="tapImg">
  238. <img src="@/assets/index/Ellipse24.png" alt="">
  239. </div>
  240. </div>
  241. </div>
  242. <!-- Innovation 隐藏 -->
  243. <!-- Plug&play -->
  244. <div class="mainContent5">
  245. <div class="main">
  246. <div class="plugTitle">
  247. <h2>Plug & Play Integrations</h2>
  248. <h4>with leading eCommerce Platforms</h4>
  249. </div>
  250. <div class="plugImg">
  251. <div class="plugList1">
  252. <div><img src="@/assets/index/sap.png" alt=""></div>
  253. <div><img src="@/assets/index/shopify.png" alt=""></div>
  254. <div><img src="@/assets/index/sale.png" alt=""></div>
  255. <div><img src="@/assets/index/magento.png" alt=""></div>
  256. <div><img src="@/assets/index/BigCommerce.png" alt=""></div>
  257. </div>
  258. <div class="plugList2">
  259. <div><img src="@/assets/payments/woo.png" alt=""></div>
  260. <div><img src="@/assets/payments/prestashop.png" alt=""></div>
  261. <div><img src="@/assets/payments/pwa.png" alt=""></div>
  262. <div><img src="@/assets/payments/shopware.png" alt=""></div>
  263. </div>
  264. </div>
  265. </div>
  266. </div>
  267. <!-- plug列表 -->
  268. <div class="mainContent6">
  269. <div class="main">
  270. <div class="plugList">
  271. <!-- 1 -->
  272. <div class="plugItem">
  273. <div class="form1"><svg-icon icon-class="circle" class="icon" />Hosted Payment Page</div>
  274. <div class="form1"><svg-icon icon-class="circle" class="icon" />Standalone or Integrated
  275. </div>
  276. </div>
  277. <!-- 2 -->
  278. <div class="plugItem">
  279. <div class="form1"><svg-icon icon-class="circle" class="icon" />Hosted Tokenisation Page
  280. </div>
  281. <div class="form1"><svg-icon icon-class="circle" class="icon" />Password enabled security
  282. features</div>
  283. </div>
  284. <!-- 3 -->
  285. <div class="plugItem">
  286. <div class="form1"><svg-icon icon-class="circle" class="icon" />All Payment methods
  287. available on PSP</div>
  288. <div class="form1"><svg-icon icon-class="circle" class="icon" />Surcharging and Tipping
  289. </div>
  290. </div>
  291. <!-- 4 -->
  292. <div class="plugItem">
  293. <div class="form1"><svg-icon icon-class="circle" class="icon" />Provisioning API (for
  294. settings synchronisation)</div>
  295. <div class="form1"><svg-icon icon-class="circle" class="icon" />Multi-Network Card Routing
  296. </div>
  297. </div>
  298. <!-- 5 -->
  299. <div class="plugItem">
  300. <div class="form1"><svg-icon icon-class="circle" class="icon" />Pre-configured logic
  301. forAutomatic/Delayed Capture</div>
  302. <div class="form1"><svg-icon icon-class="circle" class="icon" />Dynamic Currancy Conversion
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. <!-- Leveraging partnership标题 -->
  309. <div class="leverTitle">
  310. <div class="main">
  311. <div>
  312. <h2>Leveraging partnership</h2>
  313. </div>
  314. <div class="withImg">
  315. <h4>with </h4>
  316. <img src="@/assets/index/leveraging.png" alt="">
  317. </div>
  318. </div>
  319. </div>
  320. <!-- Sales Team -->
  321. <Sales />
  322. <!-- FAQ -->
  323. <div class="faqPage">
  324. <div class="main">
  325. <div class="quesTitle">
  326. <h2>Frequently Asked Questions</h2>
  327. </div>
  328. <div class="collapseInfo">
  329. <el-collapse v-model="activeNames" @change="handleChange">
  330. <el-collapse-item title="What is Trustypay? " name="1">
  331. <div>Trustypay, a leading payment solutions company, has strategically partnered with
  332. major payment service providers in Australia. Our mission is to deliver secure and
  333. efficient payment processing services to our valued clients.</div>
  334. </el-collapse-item>
  335. <el-collapse-item
  336. title="What types of businesses can benefit from TrustyPay's payment solutions?"
  337. name="2">
  338. <div>TrustyPay's payment solutions are designed to benefit businesses of all sizes and
  339. industries, including retailers, service providers, and small business owners.
  340. Whether you operate a brick-and-mortar store, an online shop, or a mobile business,
  341. TrustyPay can help streamline your payment processes and support your growth.</div>
  342. </el-collapse-item>
  343. <el-collapse-item title="What payment methods does Trustypay support? " name="3">
  344. <div>Trustypay supports a wide range of payment methods, including credit cards, debit
  345. cards, digital wallets, and direct bank transfers. Our goal is to offer flexibility
  346. and convenience for both businesses and their customers.</div>
  347. </el-collapse-item>
  348. <el-collapse-item
  349. title="Can I use TrustyPay payment solutions with another business account entity?"
  350. name="4">
  351. <div>Yes, you can use TrustyPay payment solutions with another business account entity.
  352. It does not interfere with the operation of your existing business account.
  353. Depending on the service you choose, for some users, settlement is processed on the
  354. same day, while for others with different banking partners, settlement typically
  355. occurs on a T+1 basis. TrustyPay ensures seamless integration with various business
  356. account entities to facilitate efficient payment processing.</div>
  357. </el-collapse-item>
  358. <el-collapse-item title="Do I have access to Merchant Portal? " name="5">
  359. <div>Yes, it allows you to get a structured overview of your transactions, settlements
  360. and important details about your business. By using the various filter functions,
  361. you can search for specific transactions and view the relevant details of each
  362. transaction. You can also manually export reports in .xls or .csv, or set up
  363. automatic reporting so the most important reports for you and your business are
  364. emailed directly to you. </div>
  365. </el-collapse-item>
  366. </el-collapse>
  367. </div>
  368. </div>
  369. </div>
  370. <!-- phone and email -->
  371. <!-- <div class="phoneEmail">
  372. <div class="main">
  373. <div class="twoCard">
  374. <div class="phoneCard">
  375. <div style="text-align: center; padding-top: 60px;">
  376. <svg-icon icon-class="tel" class="icon" style="width:40px; height: 40px;" />
  377. </div>
  378. <p>1300 67 61 61</p>
  379. </div>
  380. <div class="phoneCard">
  381. <div style="text-align: center; padding-top: 60px;">
  382. <svg-icon icon-class="email" class="icon" style="width: 40px; height: 40px;" />
  383. </div>
  384. <p>hello@trustypay.com.au</p>
  385. </div>
  386. </div>
  387. </div>
  388. </div> -->
  389. <!-- button -->
  390. <div class="buttonContainer">
  391. <div class="bgImage">
  392. <div class="leftInfo">
  393. <div class="leftText">
  394. <h2>Become a part of the future</h2>
  395. <p>TrustyPay's solution ensures seamless, secure, and cost-effective transactions, fostering
  396. an environment where businesses can flourish by reducing friction in payment processing,
  397. SMEs and NFPs can focus on growth and customer satisfaction.</p>
  398. <p>TrustyPay provides a suite of innovative Payment Solutions tailored for the unique needs
  399. of customers in Australia and South-East Asian community. It's a solution designed to
  400. provide a variety of payment options, reduce transaction fees, and integrate emerging
  401. technologies like blockchain and mobile payments.</p>
  402. <div class="leftBtn">
  403. <router-link to="/ContactUs"><el-button plain>Sign up</el-button></router-link>
  404. </div>
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409. <!-- footer -->
  410. <footerMenu />
  411. </div>
  412. </div>
  413. </template>
  414. <script>
  415. import headTop from '@/components/headTop.vue';
  416. import SvgIcon from '@/components/svgIcon.vue';
  417. import footerMenu from '@/components/footerMenu.vue';
  418. import Panel from '@/components/Panel.vue';
  419. import Sales from '@/components/Sales.vue';
  420. export default {
  421. name: 'index',
  422. components: {
  423. headTop,
  424. SvgIcon,
  425. footerMenu,
  426. Panel,
  427. Sales,
  428. },
  429. data() {
  430. return {
  431. index: 1,
  432. isShow: true,
  433. input: '',
  434. activeNames: ['1'],
  435. }
  436. },
  437. created() {
  438. // 获取window的宽度
  439. let width = window.innerWidth;
  440. if (width < 768) {
  441. window.confirm('We are currently undergoing maintenance for the adaptive functions on the mobile end. We apologize for any inconvenience caused.');
  442. }
  443. },
  444. methods: {
  445. handleChange(val) {
  446. console.log(val);
  447. },
  448. }
  449. }
  450. </script>
  451. <style lang="less" scoped>
  452. .main {
  453. width: 1200px;
  454. margin-left: auto;
  455. margin-right: auto;
  456. position: relative;
  457. z-index: 1;
  458. }
  459. hr {
  460. width: 900px;
  461. border: none;
  462. height: 2px;
  463. background: linear-gradient(to right, #00A0E8, #99C938, #FFF436);
  464. }
  465. .topBanner {
  466. .bannerBg {
  467. width: 100%;
  468. height: 620px;
  469. background: url("@/assets/index/bannerBg.png") no-repeat;
  470. background-size: cover;
  471. }
  472. .bannerText {
  473. display: flex;
  474. justify-content: center;
  475. gap: 30px;
  476. .bannerInfo {
  477. width: 630px;
  478. margin-top: 50px;
  479. .leftHead {
  480. margin-top: 30px;
  481. h1 {
  482. color: #fff;
  483. font-size: 38px;
  484. margin: 0;
  485. }
  486. h2 {
  487. color: #fff;
  488. font-size: 24px;
  489. font-weight: 400;
  490. }
  491. p {
  492. color: #fff;
  493. font-size: 24px;
  494. }
  495. }
  496. .leftContent {
  497. p {
  498. color: #fff;
  499. font-size: 16px;
  500. line-height: 24px;
  501. }
  502. }
  503. .saleBtn {
  504. .el-button {
  505. width: 200px;
  506. height: auto;
  507. margin-top: 10px;
  508. color: #72c8f2;
  509. border-radius: 8px;
  510. font-size: 20px;
  511. }
  512. }
  513. .offerCard {
  514. width: 530px;
  515. height: auto;
  516. position: relative;
  517. .yellowCard {
  518. position: absolute;
  519. width: 90px;
  520. height: 90px;
  521. background: #fcf558;
  522. border-radius: 50%;
  523. right: 0;
  524. top: -34px;
  525. z-index: 1;
  526. h1 {
  527. font-size: 22px;
  528. text-align: center;
  529. }
  530. }
  531. .greenCard {
  532. position: absolute;
  533. top:30px;
  534. .cardList {
  535. width: 530px;
  536. height: 95px;
  537. background: #a7de50;
  538. box-shadow: 0 6px 10px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .04);
  539. border-radius: 12px;
  540. display: flex;
  541. align-items: center;
  542. justify-content: center;
  543. .cardTitle{
  544. h1{
  545. margin: 0;
  546. color: #fff;
  547. }
  548. }
  549. .cardText{
  550. margin-left: 18px;
  551. p{
  552. color: #fff;
  553. margin: 0;
  554. }
  555. span{
  556. color: #fff;
  557. font-size: 12px;
  558. }
  559. }
  560. .cardImg{
  561. display: flex;
  562. align-items: center;
  563. margin-top: 30px;
  564. gap: 8px;
  565. img{
  566. width: 50px;
  567. height: auto;
  568. }
  569. }
  570. }
  571. .cardList1 {
  572. width: 530px;
  573. height: 95px;
  574. background: #a7de50;
  575. box-shadow: 0 6px 10px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .04);
  576. border-radius: 12px;
  577. display: flex;
  578. align-items: center;
  579. margin-top: 15px;
  580. .cardTitle1{
  581. margin-left: 15px;
  582. h1{
  583. margin: 0;
  584. color: #fff;
  585. }
  586. }
  587. .cardText1{
  588. margin-left: 34px;
  589. p{
  590. color: #fff;
  591. margin: 0;
  592. }
  593. span{
  594. color: #fff;
  595. font-size: 12px;
  596. }
  597. }
  598. .cardImg1{
  599. display: flex;
  600. align-items: center;
  601. margin-top: 30px;
  602. gap: 8px;
  603. img{
  604. width: 50px;
  605. height: auto;
  606. }
  607. }
  608. }
  609. .cardList2 {
  610. width: 530px;
  611. height: 95px;
  612. background: #a7de50;
  613. box-shadow: 0 6px 10px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .04);
  614. border-radius: 12px;
  615. display: flex;
  616. align-items: center;
  617. margin-top: 15px;
  618. .cardTitle2{
  619. margin-left: 12px;
  620. h1{
  621. margin: 0;
  622. color: #fff;
  623. }
  624. }
  625. .cardText2{
  626. margin-left: 15px;
  627. p{
  628. color: #fff;
  629. margin: 0;
  630. }
  631. span{
  632. color: #fff;
  633. font-size: 12px;
  634. }
  635. }
  636. }
  637. }
  638. }
  639. }
  640. .rightText {
  641. margin-top: 30px;
  642. img {
  643. width: 627px;
  644. height: 1197px;
  645. }
  646. }
  647. }
  648. }
  649. // 图标
  650. .accept {
  651. margin: auto;
  652. // width: 1200px;
  653. height: auto;
  654. // background: #f5f7f5;
  655. border-radius: 30px;
  656. margin-top: 280px;
  657. .accept-title {
  658. h2 {
  659. margin: 0;
  660. font-size: 44px;
  661. color: #1a5271;
  662. padding: 70px 0;
  663. text-align: center;
  664. }
  665. }
  666. .accept-logo {
  667. .accept-row1 {
  668. display: flex;
  669. align-items: center;
  670. justify-content: space-between;
  671. padding: 20px 70px;
  672. gap: 70px;
  673. img {
  674. width: 120px;
  675. height: auto;
  676. }
  677. }
  678. .accept-row2 {
  679. display: flex;
  680. align-items: center;
  681. justify-content: space-between;
  682. padding: 20px 70px;
  683. gap: 100px;
  684. img {
  685. width: 130px;
  686. height: auto;
  687. }
  688. }
  689. }
  690. }
  691. .mainContent {
  692. margin: 0 auto;
  693. .title1 {
  694. h2 {
  695. margin: 0;
  696. text-align: center;
  697. color: #1a5271;
  698. font-size: 44px;
  699. font-weight: 600;
  700. }
  701. }
  702. .subhead {
  703. color: #1a5271;
  704. text-align: center;
  705. font-size: 26px;
  706. padding: 30px;
  707. }
  708. .infoList {
  709. margin-left: 220px;
  710. .infoItem {
  711. display: flex;
  712. gap: 40px;
  713. .bg-b {
  714. margin-top: 26px;
  715. width: 400px;
  716. height: 70px;
  717. border-radius: 10px;
  718. background-color: #60c5f4;
  719. box-shadow: 0 6px 10px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .04);
  720. line-height: 70px;
  721. color: #1a5271;
  722. .icon {
  723. width: 40px;
  724. height: 40px;
  725. padding: 0px 20px;
  726. }
  727. }
  728. }
  729. }
  730. }
  731. .mainContent2 {
  732. margin-top: 100px;
  733. background: #f8f8f8;
  734. .parTitle {
  735. h2 {
  736. color: #1a5271;
  737. text-align: center;
  738. font-weight: 600;
  739. font-size: 46px;
  740. margin: 0;
  741. padding-top: 40px;
  742. }
  743. }
  744. .parImg {
  745. padding: 60px 0px;
  746. display: flex;
  747. align-items: center;
  748. justify-content: center;
  749. gap: 100px;
  750. img {
  751. width: 200px;
  752. height: auto;
  753. }
  754. }
  755. }
  756. .tapContent {
  757. display: flex;
  758. gap: 140px;
  759. padding-left: 100px;
  760. .tapTitle {
  761. margin-top: 100px;
  762. padding: 0px 44px 20px 0px;
  763. h2 {
  764. font-size: 44px;
  765. color: #1a5271;
  766. font-weight: 600;
  767. }
  768. p {
  769. font-size: 24px;
  770. color: #1a5271;
  771. line-height: 42px;
  772. }
  773. .learnMore {
  774. margin: 60px 0;
  775. .btnLearn {
  776. width: 190px;
  777. padding: 14px;
  778. font-size: 20px;
  779. color: #fff;
  780. border-radius: 10px;
  781. background: #46b0ed;
  782. }
  783. }
  784. .tapSvg {
  785. .ios {
  786. width: 50px;
  787. height: 50px;
  788. padding: 0 20px 0 0;
  789. }
  790. .android {
  791. width: 60px;
  792. height: 60px;
  793. }
  794. }
  795. }
  796. .tapImg {
  797. img {
  798. width: 622px;
  799. height: 596px;
  800. padding: 130px 70px 0px 0px;
  801. }
  802. }
  803. }
  804. .faqPage {
  805. margin-top: 100px;
  806. .quesTitle {
  807. h2 {
  808. text-align: center;
  809. color: #1a5271;
  810. font-size: 42px;
  811. }
  812. }
  813. .collapseInfo {
  814. width: 900px;
  815. margin: auto;
  816. padding: 24px 0;
  817. .el-collapse {
  818. border-top: none;
  819. border-bottom: none;
  820. .el-collapse-item {
  821. padding: 10px 0;
  822. }
  823. }
  824. .el-collapse-item__header {
  825. border-radius: 10px;
  826. background: #fdfab5;
  827. border-bottom: none;
  828. height: 80px;
  829. padding-left: 30px;
  830. color: #6a6721;
  831. font-size: 16px;
  832. .el-collapse-item__arrow {
  833. font-weight: 600;
  834. padding-right: 20px;
  835. }
  836. }
  837. .el-collapse-item__wrap {
  838. border-bottom: none;
  839. .el-collapse-item__content {
  840. padding: 40px 30px;
  841. color: #73702e;
  842. font-size: 16px;
  843. }
  844. }
  845. }
  846. }
  847. .mainContent4 {
  848. margin-top: 60px;
  849. h2 {
  850. color: #1a5271;
  851. text-align: center;
  852. font-size: 44px;
  853. }
  854. .innovationPart {
  855. display: flex;
  856. margin: 0 auto;
  857. .innovationInfo {
  858. width: 400px;
  859. padding-top: 160px;
  860. color: #1a5271;
  861. }
  862. p {
  863. line-height: 28px;
  864. }
  865. }
  866. }
  867. .mainContent5 {
  868. margin-top: 90px;
  869. padding-bottom: 60px;
  870. box-shadow: 0px 14px 17px 0px #0000000A;
  871. .plugTitle {
  872. text-align: center;
  873. color: #1a5271;
  874. padding-bottom: 50px;
  875. h2 {
  876. font-size: 48px;
  877. }
  878. h4 {
  879. font-size: 28px;
  880. }
  881. }
  882. .plugImg {
  883. .plugList1 {
  884. display: flex;
  885. align-items: center;
  886. justify-content: center;
  887. gap: 60px;
  888. img {
  889. width: 200px;
  890. height: auto;
  891. }
  892. }
  893. .plugList2 {
  894. display: flex;
  895. align-items: center;
  896. justify-content: center;
  897. margin-top: 40px;
  898. gap: 60px;
  899. img {
  900. width: 160px;
  901. height: auto;
  902. }
  903. }
  904. }
  905. }
  906. .mainContent6 {
  907. padding-top: 100px;
  908. width: 1000px;
  909. margin: 0 auto;
  910. .plugList {
  911. margin-bottom: 100px;
  912. .plugItem {
  913. display: flex;
  914. gap: 40px;
  915. .form1 {
  916. margin-top: 26px;
  917. width: 490px;
  918. height: 70px;
  919. border-radius: 10px;
  920. background-color: #fff;
  921. box-shadow: 0 6px 10px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .04);
  922. line-height: 70px;
  923. color: #1a5271;
  924. .icon {
  925. width: 20px;
  926. height: 20px;
  927. padding: 0px 20px;
  928. }
  929. }
  930. }
  931. }
  932. }
  933. // Why Choose TrustyPay?
  934. .mainContent8 {
  935. margin-top: 100px;
  936. .choose {
  937. text-align: center;
  938. h2 {
  939. color: #1a5271;
  940. font-size: 44px;
  941. }
  942. }
  943. .chooseList {
  944. display: flex;
  945. justify-content: space-around;
  946. margin: 86px 0px;
  947. .greenBox {
  948. width: 200px;
  949. margin: 0 auto;
  950. .greenItem {
  951. margin: 0 auto;
  952. width: 130px;
  953. height: 130px;
  954. border-radius: 50%;
  955. background: #a7de50;
  956. .icon {
  957. width: 60px;
  958. height: 60px;
  959. padding: 35px 35px;
  960. }
  961. }
  962. .greenText {
  963. margin: 0 auto;
  964. text-align: center;
  965. color: #527410;
  966. padding: 20px 0px;
  967. line-height: 22px;
  968. }
  969. }
  970. }
  971. }
  972. .leverTitle {
  973. margin-top: 150px;
  974. text-align: center;
  975. h2 {
  976. font-size: 64px;
  977. color: #1a5271;
  978. }
  979. .withImg {
  980. display: flex;
  981. justify-content: center;
  982. img {
  983. width: 444px;
  984. height: auto;
  985. }
  986. h4 {
  987. font-size: 30px;
  988. color: #1a5271;
  989. }
  990. }
  991. }
  992. // .phoneEmail {
  993. // .twoCard {
  994. // display: flex;
  995. // justify-content: center;
  996. // gap: 40px;
  997. // padding: 80px 0px;
  998. // .phoneCard {
  999. // width: 450px;
  1000. // height: 250px;
  1001. // border-radius: 12px;
  1002. // // box-shadow: 0 6px 10px rgba(0, 0, 0, .2), 0 0 6px rgba(0, 0, 0, .04);
  1003. // box-shadow: 0px 15px 34px 0px #0000001A;
  1004. // p {
  1005. // font-size: 18px;
  1006. // font-weight: 600;
  1007. // color: #005372;
  1008. // text-align: center;
  1009. // padding-top: 16px;
  1010. // }
  1011. // }
  1012. // }
  1013. // }
  1014. .buttonContainer {
  1015. .bgImage {
  1016. // width: 1440px;
  1017. // height: 731px;
  1018. background: url(@/assets/index/BottomImage.png) no-repeat center center;
  1019. background-size: cover;
  1020. }
  1021. .leftInfo {
  1022. width: 64.375rem;
  1023. height: 56.25rem;
  1024. background-color: #33C6F4;
  1025. opacity: 92%;
  1026. .leftText {
  1027. width: 440px;
  1028. height: auto;
  1029. margin: auto;
  1030. padding-top: 100px;
  1031. h2 {
  1032. font-size: 48px;
  1033. color: #fff;
  1034. }
  1035. p {
  1036. font-size: 16px;
  1037. color: #fff;
  1038. line-height: 24px;
  1039. }
  1040. .leftBtn {
  1041. padding-top: 30px;
  1042. .el-button {
  1043. width: 120px;
  1044. height: 38px;
  1045. border-radius: 8px;
  1046. color: #47aae9;
  1047. }
  1048. }
  1049. }
  1050. }
  1051. }
  1052. </style>