join_temp.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body{
  6. position:relative;
  7. }
  8. .videobox{
  9. width: 100%;
  10. }
  11. .videobox video{
  12. /*margin-left:13%;*/
  13. width: 100%;
  14. }
  15. @media (min-width: 2000px){
  16. .center{
  17. margin-top: 90px;
  18. min-width:800px;
  19. margin-left: 30%;
  20. }
  21. .footerbox{
  22. width:800px;
  23. height:88px;
  24. left: 30%;
  25. }
  26. .button1{
  27. margin: 15px 50px 5% 50px;
  28. }
  29. .button2{
  30. margin: 15px 50px 5% 50px;
  31. }
  32. .tit{
  33. font-size: 22px;
  34. }
  35. }
  36. @media only screen and (min-width: 1200px) and (max-width: 2000px) {
  37. .center{
  38. margin-top: 90px;
  39. width:1024px;
  40. margin-left: 20%;
  41. }
  42. .footerbox{
  43. width:60%;
  44. height:88px;
  45. left: 20%;
  46. }
  47. .tit{
  48. font-size: 22px;
  49. }
  50. .button1{
  51. margin: 15px 50px 5% 50px;
  52. }
  53. .button2{
  54. margin: 15px 50px 5% 50px;
  55. }
  56. }
  57. @media (max-width: 768px) {
  58. .footerbox{
  59. width:100%;
  60. height:88px;
  61. left: 0;
  62. }
  63. .tit{
  64. font-size: 16px;
  65. }
  66. .button1{
  67. margin: 15px 20px 5% 20px;
  68. }
  69. .button2{
  70. margin: 15px 20px 5% 20px;
  71. }
  72. }
  73. @media only screen and (min-width: 768px) and (max-width: 1200px) {
  74. .center{
  75. margin-top: 90px;
  76. width:800px;
  77. margin-left: 5%;
  78. }
  79. .footerbox{
  80. width:800px;
  81. height:88px;
  82. left: 5%;
  83. }
  84. .button1{
  85. margin: 15px 50px 5% 50px;
  86. }
  87. .button2{
  88. margin: 15px 50px 5% 50px;
  89. }
  90. }
  91. .tit{
  92. color:#DD5725;
  93. margin: 15px 0;
  94. text-align: center;
  95. line-height: 20px;
  96. }
  97. .center img{
  98. height: auto;
  99. }
  100. .footerbox{
  101. position: fixed;
  102. bottom:0;
  103. z-index:5;
  104. left: 50%;
  105. transform: translateX(-50%)
  106. }
  107. .button1{
  108. width: 35%;
  109. height: 58px;
  110. background-color: #FEC73F;
  111. border: 0;
  112. color: #FFFFFF;
  113. }
  114. .button2{
  115. width: 35%;
  116. height: 58px;
  117. float: right;
  118. background-color: #FE6D39;
  119. border: 0;
  120. color: #FFFFFF;
  121. }