schoolDetails.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. /* 学校详情 */
  2. .school-details {
  3. min-height: calc(100vh - 88rpx);
  4. background-color: #f2f2f2;
  5. padding-bottom: 50rpx;
  6. &-bg {
  7. height: 606rpx;
  8. background-image: url(../../static/img/details-bg.png);
  9. background-repeat: no-repeat;
  10. background-position: center center;
  11. background-size: cover;
  12. }
  13. &-content {
  14. margin: -606rpx auto 0;
  15. text-align: center;
  16. &-logo {
  17. background-color: rgba(255, 255, 255, 0.3);
  18. width: 156rpx;
  19. height: 156rpx;
  20. border-radius: 50%;
  21. margin: 45rpx auto 25rpx;
  22. display: flex;
  23. align-items: center;
  24. justify-content: center;
  25. image {
  26. width: 139rpx;
  27. height: 139rpx;
  28. border-radius: 50%;
  29. }
  30. }
  31. &-name {
  32. font-family: 'PingFangSC-Heavy, PingFang SC';
  33. font-size: 32rpx;
  34. font-weight: bold;
  35. color: #fff;
  36. }
  37. &-evaluate {
  38. width: calc(100% - 60rpx);
  39. height: 64rpx;
  40. line-height: 64rpx;
  41. margin: 36rpx auto 0;
  42. background-color: rgba($color: #fff, $alpha: 0.8);
  43. border-radius: 32rpx;
  44. padding: 0 31rpx;
  45. display: flex;
  46. justify-content: space-between;
  47. .left {
  48. display: flex;
  49. align-items: center;
  50. .evaluate {
  51. font-size: 26rpx;
  52. color: #EF651F;
  53. margin-right: 19rpx;
  54. }
  55. .describe {
  56. font-size: 24rpx;
  57. color: #000;
  58. font-weight: 400;
  59. margin-right: 14rpx;
  60. }
  61. .grade {
  62. color: #EF651F;
  63. margin-left: 14rpx;
  64. font-weight: 400;
  65. }
  66. }
  67. .right {
  68. color: #666;
  69. font-size: 24rpx;
  70. .icon {
  71. margin-left: 9rpx;
  72. }
  73. }
  74. }
  75. /* 学校信息 */
  76. &-survey {
  77. width: calc(100% - 60rpx);
  78. margin: 63rpx auto 0;
  79. background-color: #fff;
  80. border-radius: 10rpx;
  81. padding: 28rpx 33rpx;
  82. text-align: left;
  83. .title {
  84. color: #000;
  85. font-size: 32rpx;
  86. font-weight: 400;
  87. margin-bottom: 10rpx;
  88. }
  89. .item {
  90. color: #545454;
  91. font-size: 24rpx;
  92. line-height: 48rpx;
  93. .home {
  94. display: flex;
  95. justify-content: space-between;
  96. text {
  97. color: #EF651F;
  98. }
  99. }
  100. .address {
  101. display: flex;
  102. justify-content: space-between;
  103. image {
  104. width: 20rpx;
  105. height: 26rpx;
  106. vertical-align: middle;
  107. margin-right: 10rpx;
  108. }
  109. view:last-child {
  110. color: #058fff;
  111. margin-left: 60rpx;
  112. }
  113. }
  114. }
  115. }
  116. /* 公司介绍 */
  117. &-introduce {
  118. width: calc(100% - 60rpx);
  119. margin: 20rpx auto 0;
  120. background-color: #fff;
  121. border-radius: 10rpx;
  122. padding: 28rpx 33rpx;
  123. text-align: left;
  124. .title {
  125. color: #000;
  126. font-size: 32rpx;
  127. font-weight: 400;
  128. margin-bottom: 10rpx;
  129. }
  130. .content {
  131. font-size: 24rpx;
  132. color: #545454;
  133. line-height: 40rpx;
  134. }
  135. }
  136. /* 公司相册 */
  137. &-album {
  138. width: calc(100% - 60rpx);
  139. margin: 20rpx auto 0;
  140. background-color: #fff;
  141. border-radius: 10rpx;
  142. padding: 28rpx 33rpx;
  143. text-align: left;
  144. .title {
  145. color: #000;
  146. font-size: 32rpx;
  147. font-weight: 400;
  148. margin-bottom: 20rpx;
  149. }
  150. .pic-list {
  151. display: flex;
  152. justify-content: space-between;
  153. flex-wrap: wrap;
  154. &-item {
  155. width: calc(50% - 8rpx);
  156. margin-bottom: 8rpx;
  157. image {
  158. width: 100%;
  159. height: 206rpx;
  160. border-radius: 5rpx;
  161. }
  162. }
  163. }
  164. }
  165. /* 特色专业 */
  166. &-major {
  167. width: calc(100% - 60rpx);
  168. margin: 20rpx auto 0;
  169. background-color: #fff;
  170. border-radius: 10rpx;
  171. padding: 28rpx 33rpx;
  172. text-align: left;
  173. .title {
  174. color: #000;
  175. font-size: 32rpx;
  176. font-weight: 400;
  177. margin-bottom: 20rpx;
  178. }
  179. .major-list {
  180. &-item {
  181. display: flex;
  182. justify-content: space-between;
  183. border-bottom: dashed 1px #DBDBDB;
  184. padding: 20rpx 0;
  185. color: #545454;
  186. font-size: 24rpx;
  187. font-family: 'PingFangSC-Regular, PingFang SC';
  188. }
  189. }
  190. }
  191. }
  192. }