manage-detail.module.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. padding-top: 2px;
  35. font-size: 14px;
  36. color: #777777;
  37. line-height: 20px;
  38. }
  39. }
  40. .sectionTitle {
  41. padding: 8px 13px 0;
  42. font-size: 16px;
  43. font-weight: 500;
  44. color: #333333;
  45. line-height: 22px;
  46. i {
  47. display: inline-block;
  48. margin-right: 6px;
  49. width: 4px;
  50. height: 12px;
  51. background: #ff8057;
  52. border-radius: 2px;
  53. }
  54. }
  55. .functionGrid {
  56. margin: 12px 13px;
  57. padding: 10px 0;
  58. background: #ffffff;
  59. border-radius: 12px;
  60. overflow: hidden;
  61. .functionImg {
  62. width: 44px;
  63. height: 44px;
  64. }
  65. .functionText {
  66. max-width: 50px;
  67. padding-top: 5px;
  68. font-size: 12px;
  69. color: #333333;
  70. line-height: 17px;
  71. }
  72. :global {
  73. .van-grid-item__content {
  74. padding-top: 10px;
  75. padding-bottom: 10px;
  76. }
  77. }
  78. }
  79. .dialogTitle {
  80. i {
  81. display: inline-block;
  82. width: 4px;
  83. height: 14px;
  84. background: #ff8057;
  85. border-radius: 2px;
  86. margin-right: 6px;
  87. }
  88. padding-left: 25px;
  89. text-align: left;
  90. font-size: 18px;
  91. font-weight: 500;
  92. color: #333333;
  93. line-height: 25px;
  94. padding-bottom: 12px;
  95. }