manage-detail.module.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .detailCellGroup {
  2. margin: 12px 13px;
  3. overflow: hidden;
  4. border-radius: 10px;
  5. }
  6. .manageTeacher {
  7. --van-dialog-message-font-size: 16px !important;
  8. }
  9. .sectionCellGroup {
  10. :global {
  11. .van-cell {
  12. padding: 18px 15px;
  13. font-size: 16px;
  14. }
  15. }
  16. }
  17. .detailCell {
  18. padding: 15px 13px;
  19. .img {
  20. width: 48px;
  21. height: 48px;
  22. overflow: hidden;
  23. border-radius: 50%;
  24. margin-right: 10px;
  25. }
  26. .name {
  27. font-size: 16px;
  28. font-weight: 500;
  29. color: #333333;
  30. line-height: 22px;
  31. max-width: 220px;
  32. }
  33. .phone {
  34. font-size: 14px;
  35. color: #777777;
  36. line-height: 20px;
  37. }
  38. }
  39. .sectionTitle {
  40. padding: 8px 13px 0;
  41. font-size: 16px;
  42. font-weight: 500;
  43. color: #333333;
  44. line-height: 22px;
  45. i {
  46. display: inline-block;
  47. margin-right: 6px;
  48. width: 4px;
  49. height: 12px;
  50. background: #ff8057;
  51. border-radius: 2px;
  52. }
  53. }
  54. .functionGrid {
  55. margin: 12px 13px;
  56. padding: 10px 0;
  57. background: #ffffff;
  58. border-radius: 12px;
  59. overflow: hidden;
  60. .functionImg {
  61. width: 47px;
  62. height: 47px;
  63. }
  64. .functionText {
  65. max-width: 50px;
  66. padding-top: 5px;
  67. font-size: 12px;
  68. color: #333333;
  69. line-height: 17px;
  70. }
  71. :global {
  72. .van-grid-item__content {
  73. padding-top: 10px;
  74. padding-bottom: 10px;
  75. }
  76. }
  77. }
  78. .dialogTitle {
  79. i {
  80. display: inline-block;
  81. width: 4px;
  82. height: 14px;
  83. background: #ff8057;
  84. border-radius: 2px;
  85. margin-right: 6px;
  86. }
  87. padding-left: 25px;
  88. text-align: left;
  89. font-size: 18px;
  90. font-weight: 500;
  91. color: #333333;
  92. line-height: 25px;
  93. padding-bottom: 12px;
  94. }