898801aa5cc5422f13a1ef50949adb09b4654709.svn-base 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <template lang="">
  2. <div class = "foot row center">
  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 column">
  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.32rem ;
  88. /* padding:0.55rem 2.43rem 0.37rem 0.32rem ; */
  89. text-align: left;
  90. position: relative;
  91. }
  92. .foot .nav{
  93. display: flex;
  94. justify-content: space-between;
  95. margin-bottom: 0.32rem;
  96. }
  97. .foot .nav ul li:nth-child(1){
  98. margin-bottom: 0.3rem;
  99. }
  100. .foot .nav ul li:nth-child(1) a{
  101. font-size: 0.26rem;
  102. }
  103. .foot .nav ul li {
  104. margin-bottom: 0.32rem;
  105. }
  106. .foot .nav ul li a{
  107. color: #F5F5F5;
  108. font-size: 0.2rem;
  109. }
  110. .foot .pay,.foot .contact{
  111. text-align: left;
  112. color: #F5F5F5;
  113. }
  114. .foot .pay .tit,.foot .contact h3{
  115. font-size: 0.26rem;
  116. margin-bottom: 0.29rem;
  117. font-weight: 400;
  118. }
  119. .foot .pay .cont{
  120. margin-bottom : 0.29rem;
  121. width: 6.69rem;
  122. }
  123. .foot .pay span,.foot .contact span{
  124. font-size: 0.2rem;
  125. }
  126. .foot .pay .payMode{
  127. display: flex;
  128. justify-content: space-between;
  129. margin-bottom: 0.62rem;
  130. }
  131. .foot .pay .payMode span{
  132. font-size: 0.2rem;
  133. color:#F5F5F5;
  134. }
  135. .foot .contact .phone{
  136. margin-bottom: 0.31rem;
  137. }
  138. .foot .contact div i{
  139. display: inline-block;
  140. /* width: 0.3rem;
  141. height: 0.3rem; */
  142. /* background: #ffffff; */
  143. vertical-align: middle;
  144. margin-right: 0.14rem;
  145. }
  146. .copyright{
  147. /* width: 3.31rem; */
  148. /* position: absolute; */
  149. /* right: 0; */
  150. /* margin-top: 0.5rem; */
  151. /* margin-left: 1.77rem; */
  152. text-align: center;
  153. font-size: 0.2rem;
  154. color: #F5F5F5;
  155. }
  156. .copyright span:nth-last-child(1){
  157. display: block;
  158. }
  159. .foot .contact div.phone i{
  160. width: 0.29rem;
  161. height: 0.29rem;
  162. }
  163. .foot .contact div.eMail i{
  164. width: 0.34rem;
  165. height: 0.22rem;
  166. }
  167. </style>