bottom.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. #bottom{
  2. position: relative;
  3. width: 100%;
  4. height: 19.5rem;
  5. background: #17181D;
  6. opacity: 1;
  7. border-width: 0;
  8. margin:0;
  9. }
  10. .decoration{
  11. position:absolute;
  12. /* top:255rem; */
  13. top:-18.1rem;
  14. right:0;
  15. }
  16. .decoration img{
  17. width:70.6rem;
  18. }
  19. #fdage{
  20. width:12rem;
  21. height:3.2rem;
  22. }
  23. .info{
  24. position:absolute;
  25. left:12.7rem;
  26. top:7.7rem;
  27. font-size: 0.7rem;
  28. font-family: Microsoft YaHei;
  29. font-weight: 400;
  30. line-height: 19px;
  31. color: #FFFFFF;
  32. opacity: 0.7;
  33. }
  34. .support{
  35. position:absolute;
  36. left:0;
  37. margin-top:1rem;
  38. }
  39. .bottom-qrcode{
  40. position:absolute;
  41. top:8.2rem;
  42. left:31.9rem;
  43. display: inline-block;
  44. display: -webkit-box;
  45. display: -webkit-flex;
  46. display: -ms-flexbox;
  47. display: flex;
  48. -webkit-box-pack: justify;
  49. -webkit-justify-content: space-between;
  50. -ms-flex-pack: justify;
  51. justify-content: space-between;
  52. width:10.1rem;
  53. height:4.5rem;
  54. opacity:1;
  55. }
  56. .aboutus{
  57. position:absolute;
  58. top:5.6rem;
  59. left:45.7rem;
  60. }
  61. .line{
  62. position:absolute;
  63. top:7.2rem;
  64. left:45.7rem;
  65. width:42.2rem;
  66. border:solid #4B4B4B 1px;
  67. }
  68. .box{
  69. height:8rem;
  70. margin-top:0.9rem;
  71. display: -webkit-box;
  72. display: -webkit-flex;
  73. display: -ms-flexbox;
  74. display: flex;
  75. -webkit-box-orient: vertical;
  76. -webkit-box-direction: normal;
  77. -webkit-flex-direction: column;
  78. -ms-flex-direction: column;
  79. flex-direction: column;
  80. -webkit-justify-content:space-around;
  81. -ms-flex-pack:distribute;
  82. justify-content:space-around;
  83. }
  84. .box a{
  85. text-decoration: none;
  86. color:inherit;
  87. }
  88. .box-extra1{
  89. height:4.3rem;
  90. }
  91. .box-extra2{
  92. height:2.7rem;
  93. }
  94. .info div:nth-child(1){
  95. margin-bottom:0.4rem;
  96. font-size: 0.8rem;
  97. }
  98. .operation{
  99. position:absolute;
  100. top:5.6rem;
  101. left:67.4rem;
  102. }
  103. .explore{
  104. position:absolute;
  105. top:5.6rem;
  106. left:82.6rem;
  107. }