index.module.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .A1home {
  2. :global {
  3. .A1top {
  4. img {
  5. width: 100%;
  6. height: auto;
  7. }
  8. }
  9. .A1tit {
  10. font-size: 22px;
  11. font-weight: 700;
  12. margin-bottom: 16px;
  13. }
  14. .A1box1 {
  15. padding: 24px;
  16. .A1_1list {
  17. width: 100%;
  18. height: auto;
  19. overflow-x: auto;
  20. white-space: nowrap;
  21. display: inline-block;
  22. padding-bottom: 24px;
  23. border-bottom: 1px solid #ccc;
  24. .A1_1row {
  25. width: 40%;
  26. height: auto;
  27. display: inline-block;
  28. margin-right: 15px;
  29. vertical-align: top;
  30. & > img {
  31. width: 100%;
  32. height: auto;
  33. }
  34. .A1_1row1 {
  35. font-weight: 700;
  36. font-size: 16px;
  37. margin: 10px 0 2px;
  38. width: 100%;
  39. white-space: break-spaces;
  40. word-wrap: break-word;
  41. }
  42. .A1_1row2 {
  43. color: #9a9a9a;
  44. width: 100%;
  45. white-space: break-spaces;
  46. word-wrap: break-word;
  47. }
  48. }
  49. }
  50. }
  51. .A1BottomTxt {
  52. text-align: center;
  53. color: #9a9a9a;
  54. }
  55. }
  56. }