schoolDetails.scss 3.7 KB

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