student-leave.module.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .leaveWrap {
  2. margin-top: 12px;
  3. .subTitle {
  4. display: flex;
  5. flex-direction: row;
  6. align-items: center;
  7. .subTitleIcon {
  8. font-size: 20px;
  9. margin-right: 6px;
  10. }
  11. span {
  12. font-size: 16px;
  13. font-weight: 500;
  14. color: #333333;
  15. line-height: 22px;
  16. }
  17. }
  18. .leaveInfo {
  19. margin: 12px 13px 20px;
  20. background-color: #fff;
  21. border-radius: 10px;
  22. padding: 15px 12px 20px;
  23. .leaveDate {
  24. margin-top: 10px;
  25. font-size: 15px;
  26. font-family: PingFangSC-Regular, PingFang SC;
  27. font-weight: 400;
  28. color: #333333;
  29. line-height: 21px;
  30. margin-bottom: 25px;
  31. }
  32. .leaveReason {
  33. margin-top: 10px;
  34. font-size: 15px;
  35. font-family: PingFangSC-Regular, PingFang SC;
  36. font-weight: 400;
  37. color: #333333;
  38. line-height: 21px;
  39. }
  40. }
  41. .courseWrap {
  42. margin: 20px 13px;
  43. // padding: 0px 0px 20px;
  44. .courseWrapTitlte {
  45. padding: 0 12px;
  46. }
  47. .courseList {
  48. padding-top: 10px;
  49. }
  50. }
  51. .reasonWrap {
  52. margin: 0 13px;
  53. border-radius: 10px;
  54. overflow: hidden;
  55. background-color: #fff;
  56. .bottomIcon {
  57. font-size: 20px;
  58. margin-right: 6px;
  59. }
  60. .van-field {
  61. padding: 0 12px;
  62. min-height: 200px;
  63. }
  64. .reasonLabelLeft {
  65. display: flex;
  66. flex-direction: row;
  67. align-items: center;
  68. font-size: 16px;
  69. font-weight: 500;
  70. color: #333333;
  71. line-height: 22px;
  72. }
  73. }
  74. .btnWrap {
  75. margin-top: 30px;
  76. .unpassBtn {
  77. border-radius: 22px;
  78. }
  79. }
  80. :global {
  81. .van-field__word-limit {
  82. position: absolute;
  83. top: -30px;
  84. right: 0;
  85. }
  86. }
  87. }