bottom.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* 底部重写 */
  2. .indexBottom {
  3. background: #20a0ff;
  4. padding: 4rem 0;
  5. margin-top: -2px !important;
  6. }
  7. .indexBottomBox {
  8. display: flex;
  9. justify-content: space-between;
  10. width: 70rem;
  11. margin: auto;
  12. }
  13. .indexBottomBox_box {
  14. width: 70rem;
  15. display: flex;
  16. }
  17. .indexBottomBox_one {
  18. margin-right: 9rem;
  19. }
  20. .indexBottomBox_one .indexBottomBox_one_til, .indexBottomBox_video .indexBottomBox_one_til, .contactUs .indexBottomBox_one_til{
  21. font-size: 1.35rem;
  22. color: #fff;
  23. font-weight: bold;
  24. margin-bottom: 1.35rem;
  25. }
  26. .indexBottomBox_one div {
  27. font-size: 1rem;
  28. color: #fff;
  29. margin-bottom: 1rem;
  30. }
  31. .indexBottomBox_video {
  32. width: 14rem;
  33. }
  34. .indexBottomBox_video_box {
  35. width: 100%;
  36. height: 8rem;
  37. cursor: pointer;
  38. }
  39. .indexBottomBox_video_box img{
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .contactUs {
  44. margin-left: 9rem;
  45. }
  46. .contactUs_box_img {
  47. width: 8rem;
  48. height: 8rem;
  49. }
  50. .contactUs_box_img img{
  51. width: 100%;
  52. height: 100%;
  53. }
  54. .contactUs_box_tex {
  55. text-align: center;
  56. line-height: 2rem;
  57. font-size: 1rem;
  58. color: #fff;
  59. width: 100%;
  60. }
  61. .copyright {
  62. border-color: #fff !important;
  63. }