businessDetails.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. /* 企业详情 */
  2. .business-details {
  3. position: relative;
  4. font-family: 'PingFangSC-Regular, PingFang SC';
  5. background-color: #f2f2f2;
  6. min-height: calc(100vh - 44px);
  7. padding-bottom: 100rpx;
  8. /* 背景 */
  9. &-bg {
  10. // position: relative;
  11. height: 606rpx;
  12. background-image: url(../../static/img/details-bg.png);
  13. background-repeat: no-repeat;
  14. background-position: center center;
  15. background-size: cover;
  16. &-1 {
  17. height: 400rpx;
  18. background: linear-gradient(#456553, #3D5D4C);
  19. }
  20. &-2 {
  21. width: 100%;
  22. height: 200rpx;
  23. border-radius: 0 0 50% 50%;
  24. background-color: #3D5D4C;
  25. }
  26. image {
  27. position: absolute;
  28. top: 0;
  29. left: 0;
  30. width: 520rpx;
  31. height: 520rpx;
  32. }
  33. }
  34. /* 内容 */
  35. &-content {
  36. width: 100%;
  37. margin-top: -606rpx;
  38. text-align: center;
  39. &-logo {
  40. background-color: rgba(255, 255, 255, 0.3);
  41. width: 156rpx;
  42. height: 156rpx;
  43. border-radius: 50%;
  44. margin: 45rpx auto 25rpx;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. image {
  49. width: 139rpx;
  50. height: 139rpx;
  51. border-radius: 50%;
  52. background-color: rgba($color: #fff, $alpha: 0.8);
  53. }
  54. }
  55. &-name {
  56. font-family: 'PingFangSC-Heavy, PingFang SC';
  57. font-size: 32rpx;
  58. font-weight: bold;
  59. color: #fff;
  60. }
  61. &-evaluate {
  62. width: calc(100% - 60rpx);
  63. height: 64rpx;
  64. line-height: 64rpx;
  65. margin: 36rpx auto 0;
  66. background-color: rgba($color: #fff, $alpha: 0.8);
  67. border-radius: 32rpx;
  68. padding: 0 31rpx;
  69. display: flex;
  70. justify-content: space-between;
  71. .left {
  72. display: flex;
  73. align-items: center;
  74. .evaluate {
  75. font-size: 26rpx;
  76. color: #EF651F;
  77. margin-right: 19rpx;
  78. }
  79. .describe {
  80. font-size: 24rpx;
  81. color: #000;
  82. font-weight: 400;
  83. margin-right: 14rpx;
  84. }
  85. .grade {
  86. color: #EF651F;
  87. margin-left: 14rpx;
  88. font-weight: 400;
  89. }
  90. }
  91. .right {
  92. color: #666;
  93. font-size: 24rpx;
  94. .icon {
  95. margin-left: 9rpx;
  96. }
  97. }
  98. }
  99. /* 公司概况 */
  100. &-survey {
  101. width: calc(100% - 60rpx);
  102. margin: 63rpx auto 0;
  103. background-color: #fff;
  104. border-radius: 10rpx;
  105. padding: 28rpx 33rpx;
  106. text-align: left;
  107. .title {
  108. color: #000;
  109. font-size: 32rpx;
  110. font-weight: 400;
  111. margin-bottom: 10rpx;
  112. }
  113. .item {
  114. color: #545454;
  115. font-size: 24rpx;
  116. line-height: 48rpx;
  117. .address {
  118. display: flex;
  119. justify-content: space-between;
  120. image {
  121. width: 20rpx;
  122. height: 26rpx;
  123. vertical-align: middle;
  124. margin-right: 10rpx;
  125. }
  126. view:last-child {
  127. color: #058fff;
  128. }
  129. }
  130. }
  131. }
  132. /* 公司介绍 */
  133. &-introduce {
  134. width: calc(100% - 60rpx);
  135. margin: 20rpx auto 0;
  136. background-color: #fff;
  137. border-radius: 10rpx;
  138. padding: 28rpx 33rpx;
  139. text-align: left;
  140. .title {
  141. color: #000;
  142. font-size: 32rpx;
  143. font-weight: 400;
  144. margin-bottom: 10rpx;
  145. }
  146. .content {
  147. font-size: 24rpx;
  148. color: #545454;
  149. line-height: 40rpx;
  150. }
  151. }
  152. /* 公司相册 */
  153. &-album {
  154. width: calc(100% - 60rpx);
  155. margin: 20rpx auto 0;
  156. background-color: #fff;
  157. border-radius: 10rpx;
  158. padding: 28rpx 33rpx;
  159. text-align: left;
  160. .title {
  161. color: #000;
  162. font-size: 32rpx;
  163. font-weight: 400;
  164. margin-bottom: 20rpx;
  165. }
  166. .pic-list {
  167. // display: flex;
  168. // justify-content: space-between;
  169. // flex-wrap: nowrap;
  170. &-item {
  171. width: calc(50% - 8rpx);
  172. margin-bottom: 8rpx;
  173. display: inline-block;
  174. margin-right: 10rpx;
  175. .image {
  176. width: 100%;
  177. height: 206rpx;
  178. border-radius: 5rpx;
  179. }
  180. }
  181. }
  182. }
  183. /* 公司职位 */
  184. &-position {
  185. width: calc(100% - 60rpx);
  186. margin: 20rpx auto 0;
  187. background-color: #fff;
  188. border-radius: 10rpx;
  189. padding: 28rpx 33rpx;
  190. text-align: left;
  191. .title {
  192. color: #000;
  193. font-size: 32rpx;
  194. font-weight: 400;
  195. margin-bottom: 16rpx;
  196. border-bottom: solid 1px #9F9F9F;
  197. padding-bottom: 20rpx;
  198. }
  199. .position-list {
  200. &-item {
  201. display: flex;
  202. justify-content: space-between;
  203. padding: 32rpx 0;
  204. margin-bottom: 8rpx;
  205. .left {
  206. display: flex;
  207. .logo {
  208. width: 112rpx;
  209. height: 112rpx;
  210. line-height: 112rpx;
  211. text-align: center;
  212. margin-right: 20rpx;
  213. border: solid 1px #f2f2f2;
  214. border-radius: 10rpx;
  215. image {
  216. width: 98%;
  217. height: 98%;
  218. }
  219. }
  220. .info {
  221. view {
  222. font-size: 26rpx;
  223. color: #9B9B9B;
  224. line-height: 40rpx;
  225. &:first-child {
  226. color: #000;
  227. font-size: 30rpx;
  228. }
  229. }
  230. }
  231. }
  232. .right {
  233. display: flex;
  234. flex-direction: column;
  235. view {
  236. font-size: 24rpx;
  237. text-align: right;
  238. color: #BCBCBC;
  239. &:first-child {
  240. flex: 1;
  241. color: #EE5A10;
  242. font-weight: 500;
  243. }
  244. }
  245. }
  246. }
  247. }
  248. }
  249. }
  250. }