businessDetails.scss 4.4 KB

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