team.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. @charset "UTF-8";
  2. /*主色调*/
  3. /*单行省略号*/
  4. /*多行省略号*/
  5. /**清除浮动**/
  6. /**fit img**/
  7. .team-list {
  8. margin-top: 40px;
  9. }
  10. .team-item {
  11. display: -webkit-box;
  12. display: flex;
  13. -webkit-box-align: end;
  14. align-items: flex-end;
  15. -webkit-box-pack: justify;
  16. justify-content: space-between;
  17. }
  18. .team-item ~ .team-item {
  19. margin-top: 60px;
  20. }
  21. .team-item .img {
  22. width: 430px;
  23. }
  24. .team-item .img img {
  25. display: block;
  26. width: 100%;
  27. height: auto;
  28. }
  29. .team-item .info {
  30. padding-right: 50px;
  31. width: 736px;
  32. color: #3A4B99;
  33. }
  34. .team-item .name {
  35. font-size: 36px;
  36. line-height: 44px;
  37. font-weight: 600;
  38. }
  39. .team-item .pos {
  40. margin-top: 10px;
  41. font-size: 20px;
  42. line-height: 36px;
  43. font-weight: 600;
  44. }
  45. .team-item .line {
  46. position: relative;
  47. margin-top: 32px;
  48. height: 2px;
  49. width: 100%;
  50. background: -webkit-gradient(linear, left top, right top, from(#3A4B99), to(#ffffff));
  51. background: linear-gradient(90deg, #3A4B99, #ffffff);
  52. }
  53. .team-item .line::after {
  54. content: "";
  55. position: absolute;
  56. left: 0;
  57. top: 50%;
  58. -webkit-transform: translate(0, -50%);
  59. transform: translate(0, -50%);
  60. z-index: 1;
  61. width: 18px;
  62. height: 18px;
  63. border-radius: 50%;
  64. background-color: #3A4B99;
  65. }
  66. .team-item .desc {
  67. margin-top: 32px;
  68. font-size: 16px;
  69. line-height: 28px;
  70. max-height: 112px;
  71. overflow: hidden;
  72. text-overflow: ellipsis;
  73. display: -webkit-box;
  74. -webkit-box-orient: vertical;
  75. -webkit-line-clamp: 4;
  76. }
  77. .team-item .app-btn {
  78. margin-top: 30px;
  79. }
  80. .team-item:nth-child(2n) {
  81. -webkit-box-orient: horizontal;
  82. -webkit-box-direction: reverse;
  83. flex-direction: row-reverse;
  84. }
  85. .team-item:nth-child(2n) .img {
  86. -webkit-transform: scale(-1, 1);
  87. transform: scale(-1, 1);
  88. }
  89. .team-item:nth-child(2n) .info {
  90. padding: 0 0 60px 80px;
  91. width: 664px;
  92. }
  93. .doctor-detail {
  94. display: -webkit-box;
  95. display: flex;
  96. -webkit-box-pack: justify;
  97. justify-content: space-between;
  98. padding: 40px 60px;
  99. background-color: #fff;
  100. margin-top: 20px;
  101. }
  102. .doctor-detail .main {
  103. width: 720px;
  104. }
  105. .doctor-detail .user-info {
  106. display: -webkit-box;
  107. display: flex;
  108. -webkit-box-pack: justify;
  109. justify-content: space-between;
  110. -webkit-box-align: center;
  111. align-items: center;
  112. }
  113. .doctor-detail .user-info .base {
  114. width: 340px;
  115. box-sizing: border-box;
  116. padding-right: 40px;
  117. color: #3A4B99;
  118. min-height: 220px;
  119. }
  120. .doctor-detail .user-info .base .user-name {
  121. font-size: 40px;
  122. font-weight: 600;
  123. line-height: 56px;
  124. }
  125. .doctor-detail .user-info .base .honor {
  126. margin-top: 20px;
  127. }
  128. .doctor-detail .user-info .base .honor-item {
  129. font-size: 16px;
  130. font-weight: 500;
  131. line-height: 24px;
  132. padding-left: 36px;
  133. position: relative;
  134. }
  135. .doctor-detail .user-info .base .honor-item::before {
  136. content: "";
  137. position: absolute;
  138. left: 12px;
  139. top: 10px;
  140. z-index: 1;
  141. width: 6px;
  142. height: 6px;
  143. background-color: #3A4B99;
  144. border-radius: 50%;
  145. }
  146. .doctor-detail .user-info .base .honor-item ~ .honor-item {
  147. margin-top: 16px;
  148. }
  149. .doctor-detail .user-info .img {
  150. width: 340px;
  151. height: 340px;
  152. }
  153. .doctor-detail .user-info .img img {
  154. width: 100%;
  155. height: 100%;
  156. -o-object-fit: contain;
  157. object-fit: contain;
  158. }
  159. .doctor-detail .detail {
  160. margin-top: 40px;
  161. }
  162. .doctor-detail .detail .detail-title {
  163. font-size: 24px;
  164. line-height: 34px;
  165. font-weight: 600;
  166. }
  167. .doctor-detail .detail .detail-content {
  168. margin-top: 12px;
  169. line-height: 28px;
  170. font-size: 16px;
  171. white-space: pre-line;
  172. }
  173. .doctor-detail .main-btns {
  174. margin-top: 40px;
  175. display: -webkit-box;
  176. display: flex;
  177. }
  178. .doctor-detail .other {
  179. width: 320px;
  180. }
  181. .doctor-detail .other .title {
  182. font-size: 24px;
  183. line-height: 34px;
  184. padding-bottom: 20px;
  185. font-weight: 600;
  186. border-bottom: 1px solid #e0e0e0;
  187. }
  188. .doctor-detail .other .list {
  189. display: -webkit-box;
  190. display: flex;
  191. flex-wrap: wrap;
  192. -webkit-box-pack: justify;
  193. justify-content: space-between;
  194. }
  195. .doctor-detail .other .item {
  196. width: 175x;
  197. border: 1px solid #333333;
  198. border: 1px solid rgba(51, 51, 51, 0.1);
  199. margin-top: 20px;
  200. }
  201. .doctor-detail .other a {
  202. display: block;
  203. }
  204. .doctor-detail .other .img {
  205. width: 150px;
  206. height: 125px;
  207. overflow: hidden;
  208. }
  209. .doctor-detail .other .img img {
  210. width: 100%;
  211. height: 100%;
  212. -o-object-fit: cover;
  213. object-fit: cover;
  214. -webkit-transition: all 0.3s;
  215. transition: all 0.3s;
  216. }
  217. .doctor-detail .other .img:hover img {
  218. -webkit-transform: scale(1.05);
  219. transform: scale(1.05);
  220. }
  221. .doctor-detail .other .info {
  222. padding: 5px;
  223. text-align: center;
  224. }
  225. .doctor-detail .other .name {
  226. font-size: 15px;
  227. font-weight: 600;
  228. line-height: 22px;
  229. color: #333333;
  230. overflow: hidden;
  231. text-overflow: ellipsis;
  232. white-space: nowrap;
  233. word-wrap: normal;
  234. }
  235. .doctor-detail .other .pos {
  236. font-size: 10px;
  237. line-height: 18px;
  238. color: #666666;
  239. overflow: hidden;
  240. text-overflow: ellipsis;
  241. white-space: nowrap;
  242. word-wrap: normal;
  243. }
  244. .doctor-detail .other .item:hover {
  245. box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  246. }
  247. .app-footer {
  248. margin-top: 20px;
  249. }
  250. /*# sourceMappingURL=maps/team.css.map */