index.module.scss 1.2 KB

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