bottom.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: 80rem;
  11. margin: auto;
  12. }
  13. .indexBottomBox_box {
  14. width: 80rem;
  15. display: flex;
  16. }
  17. .indexBottomBox_one {
  18. margin-right: 10rem;
  19. }
  20. .indexBottomBox_one .indexBottomBox_one_til, .indexBottomBox_video .indexBottomBox_one_til, .contactUs .indexBottomBox_one_til{
  21. font-size: 1.5rem;
  22. color: #fff;
  23. font-weight: bold;
  24. margin-bottom: 1.5rem;
  25. }
  26. .indexBottomBox_one div {
  27. font-size: 1.2rem;
  28. color: #fff;
  29. margin-bottom: 1.2rem;
  30. }
  31. .indexBottomBox_video {
  32. width: 16rem;
  33. }
  34. .indexBottomBox_video_box {
  35. width: 100%;
  36. height: 10rem;
  37. cursor: pointer;
  38. }
  39. .indexBottomBox_video_box img{
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .contactUs {
  44. margin-left: 10rem;
  45. }
  46. .contactUs_box_img {
  47. width: 9rem;
  48. height: 9rem;
  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_mob {
  62. width: 100%;
  63. text-align: center;
  64. line-height: 2.5rem !important;
  65. color: #fff !important;
  66. font-size: 1rem !important;
  67. background: #20a0ff !important;
  68. border-top: 1px solid #fff;
  69. }
  70. .p-small-sl {
  71. margin: 0;
  72. line-height: 3.2rem !important;
  73. color: #fff !important;
  74. font-size: 1.3rem !important;
  75. background: #20a0ff !important;
  76. }