index.module.less 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .schoolWrap {
  2. position: relative;
  3. .schoolBg {
  4. width: 100%;
  5. }
  6. .absWrap {
  7. position: absolute;
  8. width: calc(100% - 26px);
  9. left: 13px;
  10. top: 78px;
  11. .schoolMainTitle {
  12. display: flex;
  13. flex-direction: row;
  14. align-items: center;
  15. margin-bottom: 20px;
  16. .schoolMainLeft {
  17. width: 54px;
  18. height: 54px;
  19. overflow: hidden;
  20. border-radius: 50%;
  21. margin-right: 12px;
  22. img {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. }
  27. .schoolMainRight {
  28. width: 283px;
  29. .schoolMainTitle {
  30. display: inline-block;
  31. width: 283px;
  32. margin-bottom: 5px;
  33. height: 25px;
  34. font-size: 18px;
  35. font-weight: 600;
  36. color: #000000;
  37. line-height: 25px;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. white-space: nowrap;
  41. }
  42. .schoolMainSub {
  43. font-size: 14px;
  44. font-weight: 400;
  45. color: #333333;
  46. line-height: 20px;
  47. }
  48. }
  49. }
  50. .detailInfo {
  51. padding: 15px;
  52. background-color: #fff;
  53. border-radius: 10px;
  54. p {
  55. margin-bottom: 15px;
  56. font-size: 15px;
  57. font-weight: 500;
  58. color: #333333;
  59. line-height: 21px;
  60. }
  61. // .eidtIcon {
  62. // }
  63. }
  64. }
  65. .teacherList {
  66. margin: 0 13px 54px;
  67. .teacherTitle {
  68. display: flex;
  69. flex-direction: row;
  70. align-items: center;
  71. margin-bottom: 12px;
  72. .dot {
  73. width: 4px;
  74. height: 12px;
  75. background: #ff8057;
  76. border-radius: 2px;
  77. margin-right: 6px;
  78. }
  79. p {
  80. font-size: 16px;
  81. font-weight: 500;
  82. color: #333333;
  83. line-height: 22px;
  84. }
  85. }
  86. }
  87. }
  88. .schoolEidtWrap {
  89. .eidtWrap {
  90. margin: 12px 0 12px;
  91. }
  92. }
  93. .wall {
  94. height: 44px;
  95. }
  96. .bottomWrap {
  97. position: fixed;
  98. width: 100%;
  99. left: 0;
  100. bottom: 60px;
  101. display: flex;
  102. flex-direction: column;
  103. align-items: center;
  104. :global {
  105. .van-button {
  106. line-height: 44px;
  107. border-radius: 39px;
  108. width: 325px;
  109. }
  110. }
  111. }