style.scss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. .introduce-layout{
  2. $font-color:#2d2d2d;
  3. $theme-color:#1fe4dc;
  4. .btn{
  5. width: 100px;
  6. height: 36px;
  7. line-height: 36px;
  8. display: inline-block;
  9. color: $font-color;
  10. font-size: 16px;
  11. font-weight: bold;
  12. border-radius: 4px;
  13. margin: 0 10px;
  14. cursor: pointer;
  15. transition: 0.3s ease opacity;
  16. position: relative;
  17. &:hover{
  18. opacity: 0.8;
  19. }
  20. ._85zhe{
  21. position: absolute;
  22. right: -20px;
  23. width: 40px;
  24. top: -10px;
  25. z-index: 99;
  26. }
  27. ._15off{
  28. position: absolute;
  29. right: -20px;
  30. height: 22px;
  31. top: -10px;
  32. z-index: 999;
  33. }
  34. }
  35. .default{
  36. background: #ebedf0;
  37. }
  38. .primary{
  39. background: $theme-color;
  40. }
  41. .introduce-bg{
  42. background: url(https://4dscene.4dage.com/new4dkk/images/person-bg.png) no-repeat top center;
  43. background-size: cover;
  44. .introduce-con{
  45. padding: 30px 0;
  46. .info{
  47. color: #cfcfcf;
  48. width: 730px;
  49. display: block;
  50. position: relative;
  51. .card-img{
  52. font-size: 0;
  53. display: inline-block;
  54. cursor: pointer;
  55. background-position: center;
  56. background-size: auto 100%;
  57. }
  58. .avatar{
  59. width: 64px;
  60. height: 64px;
  61. flex-shrink: 0;
  62. margin-right: 14px;
  63. background-repeat: no-repeat;
  64. background-size: cover;
  65. }
  66. .member{
  67. display:flex;
  68. flex-direction: column;
  69. justify-content: space-between;
  70. height: 64px;
  71. padding: 2px 0;
  72. p{
  73. line-height: 1;
  74. color: #cfcfcf;
  75. font-size: 16px;
  76. &:first-child{
  77. font-size: 28px;
  78. color: #fff;
  79. }
  80. .child-name{
  81. display: inline-block;
  82. position: relative;
  83. cursor: pointer;
  84. ul{
  85. background-color: #fff;
  86. position: absolute;
  87. width: calc(100% + 32px);
  88. top: 22px;
  89. left: -5px;
  90. color: #969696;
  91. max-height: 0;
  92. overflow: hidden;
  93. transition:all 0.3s ease;
  94. li{
  95. line-height: 28px;
  96. padding: 0 5px;
  97. &:hover{
  98. background: $theme-color;
  99. color: #2d2d2d;
  100. }
  101. }
  102. }
  103. }
  104. .tab-active{
  105. ul{
  106. max-height: 120px;
  107. overflow: auto;
  108. }
  109. }
  110. .sanjiao{
  111. display: inline-block;
  112. position: relative;
  113. &::before{
  114. content: '';
  115. border: 8px solid transparent;
  116. border-top-color: #cfcfcf;
  117. border-left-width: 5px;
  118. border-right-width: 5px;
  119. position: absolute;
  120. right: -20px;
  121. top: 4px;
  122. z-index: 1;
  123. }
  124. }
  125. }
  126. }
  127. }
  128. .open-btn{
  129. color: #010101;
  130. line-height: 40px;
  131. height: 40px;
  132. margin-top: 20px;
  133. width: 170px;
  134. font-size: 16px;
  135. text-align: center;
  136. background-color: #1fe4dc;
  137. cursor: pointer;
  138. }
  139. .capacity{
  140. margin-top: 10px;
  141. width: 680px;
  142. .c-line{
  143. width: 100%;
  144. margin: 15px 0;
  145. height: 8px;
  146. background-color: #ccc;
  147. .active{
  148. background-color: $theme-color;
  149. height: 100%;
  150. }
  151. }
  152. .c-dec{
  153. font-size: 16px;
  154. color: #cfcfcf;
  155. }
  156. .c-detail{
  157. color: #fff;
  158. display: flex;
  159. justify-content: space-between;
  160. span{
  161. font-size: 14px;
  162. color: #cfcfcf;
  163. }
  164. }
  165. }
  166. }
  167. }
  168. .plate02{
  169. width: 1200px;
  170. margin: 38px auto;
  171. .intro-card{
  172. width: 870px;
  173. margin: 0 auto;
  174. text-align: center;
  175. color: #fff;
  176. position: relative;
  177. .intro-txt{
  178. position: absolute;
  179. right: 0;
  180. top: 0;
  181. width: 50%;
  182. text-align: left;
  183. padding: 35px 0 45px;
  184. p{
  185. font-size: 28px;
  186. &:last-of-type{
  187. font-size: 14px;
  188. color: #969696;
  189. margin-top: 22px;
  190. }
  191. }
  192. div{
  193. margin-top: 45px;
  194. height: 48px;
  195. span{
  196. display: inline-block;
  197. vertical-align: top;
  198. font-size: 18px;
  199. line-height: 1;
  200. i{
  201. font-size: 46px;
  202. color: #efc574;
  203. margin-right: 15px;
  204. }
  205. &:last-of-type{
  206. width: 146px;
  207. border-radius: 5px;
  208. background: #efc574;
  209. color: $font-color;
  210. line-height: 48px;
  211. height: 48px;
  212. display: inline-block;
  213. text-align: center;
  214. margin-left: 45px;
  215. cursor: pointer;
  216. }
  217. }
  218. }
  219. }
  220. img{
  221. box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  222. border-radius: 10px;
  223. }
  224. }
  225. .intro-title{
  226. margin: 30px auto 12px;
  227. text-align: center;
  228. position: relative;
  229. p{
  230. display: inline-block;
  231. font-size: 28px;
  232. margin: 0 20px;
  233. color: $font-color;
  234. }
  235. }
  236. .intro-sub{
  237. font-size: 14px;
  238. color: #969696;
  239. text-align: center;
  240. margin-top: 30px;
  241. }
  242. .intro-type{
  243. width: 1182px;
  244. margin: 36px auto 66px;
  245. display: flex;
  246. justify-content: space-between;
  247. li{
  248. width: 260px;
  249. height: 240px;
  250. text-align: center;
  251. display: inline-block;
  252. box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  253. border-radius: 4px;
  254. .price{
  255. font-size: 14px;
  256. margin: 12px 0;
  257. color: #969696;
  258. span{
  259. font-size: 24px;
  260. color: $theme-color;
  261. margin-right: 4px;
  262. }
  263. .fuhao{
  264. font-size: 16px;
  265. font-weight: 700;
  266. }
  267. i{
  268. position: relative;
  269. top: -7px;
  270. left: -6px;
  271. text-decoration:line-through;
  272. }
  273. }
  274. .dec{
  275. font-size: 14px;
  276. color: #969696;
  277. }
  278. .btn{
  279. cursor: pointer;
  280. font-size: 14px;
  281. border: 1px solid $theme-color;
  282. width: 146px;
  283. display: inline-block;
  284. border-radius: 8px;
  285. line-height: 44px;
  286. height: 44px;
  287. color: $theme-color;
  288. margin-top: 8px;
  289. span{
  290. display: inline-block;
  291. }
  292. }
  293. p{
  294. font-size: 36px;
  295. color: $font-color;
  296. line-height: 1;
  297. &:first-of-type{
  298. margin: 42px 0 14px;
  299. font-weight: bold;
  300. }
  301. }
  302. }
  303. }
  304. .qa-con{
  305. max-width: 1182px;
  306. margin: 0 auto;
  307. li{
  308. margin-bottom: 18px;
  309. text-align: justify;
  310. font-family:'Microsoft Yahei','微软雅黑',Tahoma,Arial,Helvetica,STHeiti;
  311. p{
  312. font-size: 14px;
  313. color: #666;
  314. line-height: 31px;
  315. &:first-of-type{
  316. font-size: 18px;
  317. color: #333;
  318. font-weight: bold;
  319. margin-bottom: 11px;
  320. }
  321. }
  322. }
  323. }
  324. }
  325. }
  326. @media screen and (max-width: 1300px) {
  327. .introduce-layout{
  328. .plate02{
  329. .intro-type{
  330. width: 1130px;
  331. }
  332. .qa-con{
  333. max-width: 1130px;
  334. }
  335. }
  336. }
  337. }