teacher.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .teacher.data-v-70f918ed {
  4. display: flex;
  5. flex-direction: column;
  6. background-color: var(--footColor);
  7. }
  8. .teacher .one .icon.data-v-70f918ed {
  9. padding: 2vw;
  10. }
  11. .teacher .one .margin.data-v-70f918ed {
  12. margin: 3vw 0 0 0;
  13. }
  14. .teacher .one .other.data-v-70f918ed {
  15. padding: 3vw 2vw;
  16. border-bottom: 1px solid var(--footColor);
  17. }
  18. .teacher .one .value.data-v-70f918ed {
  19. display: flex;
  20. justify-content: space-between;
  21. align-items: center;
  22. background-color: var(--mainColor);
  23. }
  24. .teacher .one .value .label.data-v-70f918ed {
  25. text-align: right;
  26. }
  27. .teacher .one .value .label .input.data-v-70f918ed {
  28. text-align: right;
  29. }
  30. .teacher .one .value .label .image.data-v-70f918ed {
  31. width: 15vw;
  32. height: 15vw;
  33. border-radius: 20vw;
  34. }
  35. .teacher .one .value .label .error-message.data-v-70f918ed {
  36. margin: 5px 0 0 0;
  37. color: var(--ff0Color);
  38. font-size: var(--font12Size);
  39. }
  40. .teacher .one .brief.data-v-70f918ed {
  41. background-color: var(--mainColor);
  42. }
  43. .teacher .one .brief .title.data-v-70f918ed {
  44. margin: 0 0 2vw 0;
  45. }
  46. .teacher .one .brief .error-message.data-v-70f918ed {
  47. margin: 5px 0 0 0;
  48. color: var(--ff0Color);
  49. font-size: var(--font12Size);
  50. }
  51. .teacher .one .button.data-v-70f918ed {
  52. margin: 2vw 0 0 0;
  53. text-align: center;
  54. }
  55. .teacher .one .button button.data-v-70f918ed {
  56. color: var(--mainColor);
  57. background-color: var(--3c9Color);
  58. font-size: var(--font14Size);
  59. border-radius: 2vw;
  60. }