caimeih5_07.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. body{
  2. background: url(https://static-b.caimei365.com/app/caimei-activity-h5/image/2020/07/bg.jpg)top center no-repeat;
  3. background-size: cover;
  4. }
  5. .container{width: 100%;
  6. height: auto;
  7. }
  8. .banner{
  9. width: 100%;
  10. height: auto;
  11. float: left;
  12. }
  13. .banner img{
  14. width: 100%;
  15. height: auto;
  16. display: block;
  17. }
  18. .container-main-product{
  19. width: 100%;
  20. height: auto;
  21. box-sizing: border-box;
  22. background: url(https://static-b.caimei365.com/app/caimei-activity-h5/image/2020/07/bg.jpg)top center no-repeat;
  23. background-size: cover;
  24. float: left;
  25. }
  26. .container-main-product .title_01{
  27. width: 100%;
  28. height: 2.65rem;
  29. float: left;
  30. }
  31. .container-main-product .title_01 img{
  32. width: 7.35rem;
  33. height: auto;
  34. margin: 0 auto;
  35. display: block;
  36. }
  37. .container-main-product .title_02{
  38. width: 100%;
  39. height: 2.43rem;
  40. float: left;
  41. }
  42. .container-main-product .title_02 img{
  43. width: 7.33rem;
  44. height: auto;
  45. margin: 0 auto;
  46. display: block;
  47. }
  48. .container-main-product .title_03{
  49. width: 100%;
  50. height: 0.9rem;
  51. float: left;
  52. }
  53. .container-main-product .title_03 img{
  54. width: 3.9rem;
  55. height: auto;
  56. margin: 0 auto;
  57. display: block;
  58. }
  59. .container-main-product .section{
  60. width: 100%;
  61. height: auto;
  62. box-sizing: border-box;
  63. padding: 0 0.39rem;
  64. }
  65. .container-main-product .section .section-img{
  66. width: 100%;
  67. height: auto;
  68. display: block;
  69. margin: 0.28rem 0;
  70. }
  71. .container-main-product .section .section-img img{
  72. width: 100%;
  73. height: auto;
  74. display: block;
  75. }