2fb74901adb5d32b8d3650ce31f0faad7904e73c.svn-base 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <template lang="">
  2. <div class = "foot">
  3. <div class = "nav">
  4. <div>
  5. <ul>
  6. <li><a href = "javascipt:void(0)">其他相关链接</a></li>
  7. <li><a href = "javascript:void(0)">关于我们</a></li>
  8. <li><a href = "javascript:void(0)">网站导览</a></li>
  9. <li><a href = "javascript:void(0)">博彩责任</a></li>
  10. <li><a href = "javascript:void(0)">规则与条款</a></li>
  11. <li><a href = "javascript:void(0)">隐私权政策</a></li>
  12. <li><a href = "javascript:void(0)">代理加盟</a></li>
  13. </ul>
  14. </div>
  15. <div>
  16. <ul>
  17. <li><a href = "javascript:void(0)">是否需要帮助?</a></li>
  18. <li><a href = "javascript:void(0)">存款帮助</a></li>
  19. <li><a href = "javascript:void(0)">取款帮助</a></li>
  20. <li><a href = "javascript:void(0)">常见问题</a></li>
  21. <li><a href = "javascript:void(0)">在线客服</a></li>
  22. <li><a href = "javascript:void(0)">联系我们</a></li>
  23. </ul>
  24. </div>
  25. </div>
  26. <div class = "pay">
  27. <h3 class = "tit">支付方式</h3>
  28. <div class = "cont">
  29. <span>享受畅通无阻的存提款体验,我们的支付方式快速又安全。 HG3535支持全球主要支付方式!</span>
  30. </div>
  31. <div class = "payMode">
  32. <img style = "width:0.62rem;height:0.35rem" src = "@/assets/st-imges/yinhangqia@2x.png">
  33. <img style = "width:1.1rem;height:0.35rem" src = "@/assets/st-imges/zhifubao@2x.png">
  34. <div>
  35. <img style = "width:0.28rem;height:0.35rem; vertical-align: middle" src = "@/assets/st-imges/QQ @2x.png">
  36. <span>QQ支付</span>
  37. </div>
  38. <div>
  39. <img style = "width:0.38rem;height:0.38rem; vertical-align: middle" src = "@/assets/st-imges/weixin@2x.png">
  40. <span>微信支付</span>
  41. </div>
  42. </div>
  43. </div>
  44. <div class = "contact">
  45. <h3>联系我们</h3>
  46. <div class = "phone">
  47. <i :style = "back[0]"></i>
  48. <span>客服热线:</span>
  49. <span>0063-9958276789</span>
  50. </div>
  51. <div class = "eMail">
  52. <i :style = "back[1]"></i>
  53. <span>电邮地址:</span>
  54. <span>hg3535.com@gmail.com</span>
  55. </div>
  56. </div>
  57. <div class = "copyright">
  58. <span>HG3535属于HG3535有限公司注册</span>
  59. <span>版权所有©2019</span>
  60. </div>
  61. </div>
  62. </template>
  63. <script>
  64. export default {
  65. data(){
  66. return{
  67. back:[
  68. {
  69. backgroundImage:"url(" + require("../assets/st-imges/kefu @2x.png") + ")",
  70. backgroundRepeat:'no-repeat',
  71. backgroundSize:'100% 100%'
  72. },
  73. {
  74. backgroundImage:"url(" + require("../assets/st-imges/youjian@2x.png") + ")",
  75. backgroundRepeat:'no-repeat',
  76. backgroundSize:'100% 100%'
  77. }
  78. ]
  79. }
  80. }
  81. }
  82. </script>
  83. <style scoped>
  84. .foot{
  85. background: linear-gradient(to right bottom,#999999,#565656);
  86. padding:0.55rem 2.43rem 0.37rem 0.32rem ;
  87. text-align: left;
  88. position: relative;
  89. }
  90. .foot .nav{
  91. display: flex;
  92. justify-content: space-between;
  93. margin-bottom: 0.32rem;
  94. }
  95. .foot .nav ul li:nth-child(1){
  96. margin-bottom: 0.3rem;
  97. }
  98. .foot .nav ul li:nth-child(1) a{
  99. font-size: 0.26rem;
  100. }
  101. .foot .nav ul li {
  102. margin-bottom: 0.32rem;
  103. }
  104. .foot .nav ul li a{
  105. color: #F5F5F5;
  106. font-size: 0.2rem;
  107. }
  108. .foot .pay,.foot .contact{
  109. text-align: left;
  110. color: #F5F5F5;
  111. }
  112. .foot .pay .tit,.foot .contact h3{
  113. font-size: 0.26rem;
  114. margin-bottom: 0.29rem;
  115. font-weight: 400;
  116. }
  117. .foot .pay .cont{
  118. margin-bottom : 0.29rem;
  119. width: 6.69rem;
  120. }
  121. .foot .pay span,.foot .contact span{
  122. font-size: 0.2rem;
  123. }
  124. .foot .pay .payMode{
  125. display: flex;
  126. justify-content: space-between;
  127. margin-bottom: 0.62rem;
  128. }
  129. .foot .pay .payMode span{
  130. font-size: 0.2rem;
  131. color:#F5F5F5;
  132. }
  133. .foot .contact .phone{
  134. margin-bottom: 0.31rem;
  135. }
  136. .foot .contact div i{
  137. display: inline-block;
  138. /* width: 0.3rem;
  139. height: 0.3rem; */
  140. /* background: #ffffff; */
  141. vertical-align: middle;
  142. margin-right: 0.14rem;
  143. }
  144. .copyright{
  145. width: 3.31rem;
  146. /* position: absolute; */
  147. /* right: 0; */
  148. margin-top: 0.5rem;
  149. margin-left: 1.77rem;
  150. text-align: center;
  151. font-size: 0.2rem;
  152. color: #F5F5F5;
  153. }
  154. .copyright span:nth-last-child(1){
  155. display: block;
  156. }
  157. .foot .contact div.phone i{
  158. width: 0.29rem;
  159. height: 0.29rem;
  160. }
  161. .foot .contact div.eMail i{
  162. width: 0.34rem;
  163. height: 0.22rem;
  164. }
  165. </style>