download.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. section{
  2. width: 100%;
  3. max-width: 1920px;
  4. margin: 0 auto;
  5. }
  6. #banner{
  7. width: 100%;
  8. height: 616px;
  9. background: url(../img/download/图层4.png)50% 50% no-repeat;
  10. box-sizing: border-box;
  11. padding-top: 50px;
  12. }
  13. #download_type{
  14. width: 1200px;
  15. height: 80px;
  16. margin: 0 auto;
  17. background: url(../img/download/图层20.png)0 0 no-repeat;
  18. box-sizing: border-box;
  19. padding: 18px 0;
  20. }
  21. .app_down{
  22. width: 400px;
  23. height: 100%;
  24. box-sizing: border-box;
  25. float: left;
  26. border-left: 1px solid #fff;
  27. }
  28. .pc_download{
  29. border-left: none;
  30. background: url(../img/download/PC客服端.png)50% 50% no-repeat;
  31. }
  32. .app_download{
  33. background: url(../img/download/登录appstore.png)50% 50% no-repeat;
  34. }
  35. .apk_download{
  36. background: url(../img/download/组11.png)50% 50% no-repeat;
  37. }
  38. #banner_content{
  39. width: 1200px;
  40. margin: 50px auto 0;
  41. }
  42. #banner_left{
  43. width: 730px;
  44. height: 390px;
  45. float: left;
  46. background: url(../img/download/组10.png) 0 0 no-repeat;
  47. }
  48. #banner_right{
  49. width: 309px;
  50. height: 386px;
  51. float: right;
  52. background: url(../img/download/组9.png) 0 0 no-repeat;
  53. }
  54. #bg_milddle{
  55. width: 100%;
  56. max-width: 1920px;
  57. height: 100px;
  58. background: url(../img/download/图层6副本6.png)50% 0 repeat-x;
  59. margin-top: -30px;
  60. }
  61. #instructions{
  62. width: 100%;
  63. max-width: 1920px;
  64. background: #f1f1f1;
  65. }
  66. #instructions_content{
  67. width: 1240px;
  68. margin: 0 auto;
  69. padding-top: 50px;
  70. }
  71. #instructions_content ul{
  72. width: 100%;
  73. }
  74. #instructions_content ul li{
  75. width: 25%;
  76. float: left;
  77. padding: 20px;
  78. height: 400px;
  79. box-sizing: border-box;
  80. padding-top: 200px;
  81. }
  82. #instructions_content ul li:nth-child(1){
  83. background: url(../img/download/图层13.png)50% 10px no-repeat;
  84. }
  85. #instructions_content ul li:nth-child(2){
  86. background: url(../img/download/图层14.png)50% 10px no-repeat;
  87. }
  88. #instructions_content ul li:nth-child(3){
  89. background: url(../img/download/图层15.png)50% 10px no-repeat;
  90. }
  91. #instructions_content ul li:nth-child(4){
  92. background: url(../img/download/图层16.png)50% 10px no-repeat;
  93. }
  94. .instructions_content_title{
  95. width: 100%;
  96. text-align: center;
  97. font-size: 16px;
  98. color: #39343c;
  99. }
  100. .instructions_content_content{
  101. margin-top: 15px;
  102. width: 100%;
  103. text-align: center;
  104. font-size: 12px;
  105. color: #39343c;
  106. font-family: "宋体";
  107. line-height: 25px;
  108. }