dde5f5fd3369ac5891eae293a3bac36be3ed5c73.svn-base 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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>享受畅通无阻的存提款体验,我们的支付方式快速又安全。 HX669支持全球主要支付方式!</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>0090-99999999</span>
  50. </div>
  51. <div class = "eMail">
  52. <i :style = "back[1]"></i>
  53. <span>电邮地址:</span>
  54. <span>www.hx669.com@gmail.com</span>
  55. </div>
  56. </div>
  57. <div class = "copyright">
  58. <span>HX669属于HX669有限公司注册</span>
  59. <span>www.sports.meme100.com</span>
  60. <span>版权所有©2019</span>
  61. </div>
  62. </div>
  63. </template>
  64. <script>
  65. export default {
  66. data(){
  67. return{
  68. back:[
  69. {
  70. backgroundImage:"url(" + require("../assets/st-imges/kefu @2x.png") + ")",
  71. backgroundRepeat:'no-repeat',
  72. backgroundSize:'100% 100%'
  73. },
  74. {
  75. backgroundImage:"url(" + require("../assets/st-imges/youjian@2x.png") + ")",
  76. backgroundRepeat:'no-repeat',
  77. backgroundSize:'100% 100%'
  78. }
  79. ]
  80. }
  81. }
  82. }
  83. </script>
  84. <style scoped>
  85. .foot{
  86. background: linear-gradient(to right bottom,#999999,#565656);
  87. padding:0.55rem 2.43rem 0.37rem 0.32rem ;
  88. text-align: left;
  89. position: relative;
  90. }
  91. .foot .nav{
  92. display: flex;
  93. justify-content: space-between;
  94. margin-bottom: 0.32rem;
  95. }
  96. .foot .nav ul li:nth-child(1){
  97. margin-bottom: 0.3rem;
  98. }
  99. .foot .nav ul li:nth-child(1) a{
  100. font-size: 0.26rem;
  101. }
  102. .foot .nav ul li {
  103. margin-bottom: 0.32rem;
  104. }
  105. .foot .nav ul li a{
  106. color: #F5F5F5;
  107. font-size: 0.2rem;
  108. }
  109. .foot .pay,.foot .contact{
  110. text-align: left;
  111. color: #F5F5F5;
  112. }
  113. .foot .pay .tit,.foot .contact h3{
  114. font-size: 0.26rem;
  115. margin-bottom: 0.29rem;
  116. font-weight: 400;
  117. }
  118. .foot .pay .cont{
  119. margin-bottom : 0.29rem;
  120. width: 6.69rem;
  121. }
  122. .foot .pay span,.foot .contact span{
  123. font-size: 0.2rem;
  124. }
  125. .foot .pay .payMode{
  126. display: flex;
  127. justify-content: space-between;
  128. margin-bottom: 0.62rem;
  129. }
  130. .foot .pay .payMode span{
  131. font-size: 0.2rem;
  132. color:#F5F5F5;
  133. }
  134. .foot .contact .phone{
  135. margin-bottom: 0.31rem;
  136. }
  137. .foot .contact div i{
  138. display: inline-block;
  139. /* width: 0.3rem;
  140. height: 0.3rem; */
  141. /* background: #ffffff; */
  142. vertical-align: middle;
  143. margin-right: 0.14rem;
  144. }
  145. .copyright{
  146. width: 3.31rem;
  147. /* position: absolute; */
  148. /* right: 0; */
  149. margin-top: 0.5rem;
  150. margin-left: 1.77rem;
  151. text-align: center;
  152. font-size: 0.2rem;
  153. color: #F5F5F5;
  154. }
  155. .copyright span:nth-last-child(1){
  156. display: block;
  157. }
  158. .foot .contact div.phone i{
  159. width: 0.29rem;
  160. height: 0.29rem;
  161. }
  162. .foot .contact div.eMail i{
  163. width: 0.34rem;
  164. height: 0.22rem;
  165. }
  166. </style>