index.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-fe92273c {
  4. display: flex;
  5. flex-direction: column;
  6. width: 100vw;
  7. height: 100vh;
  8. }
  9. .content .one.data-v-fe92273c {
  10. position: relative;
  11. flex-grow: 1;
  12. }
  13. .content .one .one_1.data-v-fe92273c {
  14. height: 20vw;
  15. background-color: var(--f12Color);
  16. }
  17. .content .two.data-v-fe92273c {
  18. display: flex;
  19. justify-content: space-between;
  20. align-items: center;
  21. padding: 2vw;
  22. }
  23. .content .two .left.data-v-fe92273c {
  24. display: flex;
  25. }
  26. .content .two .left .left_1.data-v-fe92273c {
  27. display: flex;
  28. flex-direction: column;
  29. align-items: center;
  30. padding: 0 2vw;
  31. font-size: var(--font14Size);
  32. color: var(--f69Color);
  33. }
  34. .content .two .left .left_1 text.data-v-fe92273c {
  35. margin: 2px 0 0 0;
  36. }
  37. .content .two .right button.data-v-fe92273c {
  38. width: 60vw;
  39. font-size: var(--font16Size);
  40. }
  41. .scroll-view.data-v-fe92273c {
  42. position: absolute;
  43. top: 0;
  44. left: 0;
  45. right: 0;
  46. bottom: 0;
  47. }
  48. .scroll-view .list-scroll-view.data-v-fe92273c {
  49. display: flex;
  50. flex-direction: column;
  51. }