index.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .main.data-v-6be376ee {
  5. display: flex;
  6. flex-direction: column;
  7. width: 100vw;
  8. height: 100vh;
  9. }
  10. .main .one.data-v-6be376ee {
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. padding: 2vw;
  15. }
  16. .main .one input.data-v-6be376ee {
  17. width: 100%;
  18. padding: 2vw;
  19. background-color: var(--f1Color);
  20. font-size: var(--font14Size);
  21. border-radius: 5px;
  22. }
  23. .main .two.data-v-6be376ee {
  24. position: relative;
  25. flex-grow: 1;
  26. background-color: var(--f9Color);
  27. margin: 2vw 0 0 0;
  28. }
  29. .main .two .list.data-v-6be376ee {
  30. display: flex;
  31. background-color: var(--mainColor);
  32. border: 1px solid var(--f5Color);
  33. padding: 2vw;
  34. margin: 2vw 2vw 0 2vw;
  35. border-radius: 5px;
  36. }
  37. .scroll-view.data-v-6be376ee {
  38. position: absolute;
  39. top: 0;
  40. left: 0;
  41. right: 0;
  42. bottom: 0;
  43. }
  44. .scroll-view .list-scroll-view.data-v-6be376ee {
  45. display: flex;
  46. flex-direction: column;
  47. }
  48. .is_bottom.data-v-6be376ee {
  49. width: 100%;
  50. text-align: center;
  51. }
  52. .is_bottom text.data-v-6be376ee {
  53. padding: 2vw 0;
  54. display: inline-block;
  55. color: var(--f85Color);
  56. font-size: var(--font14Size);
  57. }