list.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-c9b53715 {
  4. display: flex;
  5. flex-direction: column;
  6. min-height: 100vh;
  7. background-color: var(--f1Color);
  8. }
  9. .content .one.data-v-c9b53715 {
  10. margin: 0 2vw;
  11. border-radius: 5px;
  12. }
  13. .content .one .list.data-v-c9b53715 {
  14. background-color: var(--mainColor);
  15. border-bottom: 1px solid var(--f5Color);
  16. margin: 2vw 0 0 0;
  17. border-radius: 4px;
  18. padding: 2vw;
  19. }
  20. .content .one .list .value.data-v-c9b53715 {
  21. display: flex;
  22. padding: 1vw 2vw;
  23. }
  24. .content .one .list .value .title.data-v-c9b53715 {
  25. font-size: var(--font16Size);
  26. font-weight: bold;
  27. margin: 0 2vw 0 0;
  28. }
  29. .content .one .list .value .label.data-v-c9b53715 {
  30. width: 70%;
  31. font-size: var(--font14Size);
  32. color: var(--f85Color);
  33. }
  34. .content .one .list .value .red.data-v-c9b53715 {
  35. color: var(--ff0Color);
  36. }
  37. .content .is_bottom.data-v-c9b53715 {
  38. width: 100%;
  39. text-align: center;
  40. }
  41. .content .is_bottom text.data-v-c9b53715 {
  42. padding: 2vw 0;
  43. display: inline-block;
  44. color: var(--f85Color);
  45. font-size: var(--font12Size);
  46. }