index.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-bf1a7b85 {
  4. display: flex;
  5. flex-direction: column;
  6. width: 100vw;
  7. height: 100vh;
  8. background-color: var(--footColor);
  9. }
  10. .content .one .icon.data-v-bf1a7b85 {
  11. padding: 2vw;
  12. }
  13. .content .one .margin.data-v-bf1a7b85 {
  14. margin: 3vw 0 0 0;
  15. }
  16. .content .one .other.data-v-bf1a7b85 {
  17. padding: 3vw 2vw;
  18. border-bottom: 1px solid var(--footColor);
  19. }
  20. .content .one .value.data-v-bf1a7b85 {
  21. display: flex;
  22. justify-content: space-between;
  23. align-items: center;
  24. background-color: var(--mainColor);
  25. }
  26. .content .one .value .label .input.data-v-bf1a7b85 {
  27. text-align: right;
  28. }
  29. .content .one .value .label .image.data-v-bf1a7b85 {
  30. width: 15vw;
  31. height: 15vw;
  32. border-radius: 20vw;
  33. }
  34. .content .one .remark.data-v-bf1a7b85 {
  35. padding: 4vw 2vw;
  36. text-align: center;
  37. color: var(--f99Color);
  38. font-size: var(--font18Size);
  39. }
  40. .content .one .button.data-v-bf1a7b85 {
  41. margin: 2vw 0 0 0;
  42. text-align: center;
  43. }
  44. .content .one .button button.data-v-bf1a7b85 {
  45. font-size: var(--font14Size);
  46. border-radius: 2vw;
  47. }