brand-ross.scss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. .advertising {
  2. width: 100%;
  3. height: 1055px;
  4. box-sizing: border-box;
  5. background: #f2f2f2;
  6. overflow: hidden;
  7. background: url(/img/brand-ross-ad.jpg) no-repeat center;
  8. background-size: cover;
  9. .video-container {
  10. position: relative;
  11. width: 1200px;
  12. height: 570px;
  13. margin: 0 auto;
  14. margin-top: 485px;
  15. background: pink;
  16. .play {
  17. position: absolute;
  18. width: 64px;
  19. height: 64px;
  20. border-radius: 50%;
  21. z-index: 2;
  22. bottom: 155px;
  23. left: 50%;
  24. transform: translateX(-50%);
  25. cursor: pointer;
  26. }
  27. video {
  28. display: block;
  29. width: 100%;
  30. height: 100%;
  31. }
  32. }
  33. }
  34. .main {
  35. .wrapper {
  36. margin-top: 120px;
  37. .title {
  38. font-size: 34px;
  39. text-align: center;
  40. }
  41. .content {
  42. margin-top: 80px;
  43. }
  44. }
  45. .about {
  46. .content {
  47. height: 540px;
  48. .swiper {
  49. width: 720px;
  50. height: 100%;
  51. position: relative;
  52. .swiper-prev,
  53. .swiper-next {
  54. position: absolute;
  55. left: 0;
  56. top: 50%;
  57. transform: translateY(-50%);
  58. width: 48px;
  59. height: 72px;
  60. background-color: rgba(55, 55, 55, 0.3) !important;
  61. z-index: 5;
  62. cursor: pointer;
  63. background: url(/img/icon-arrow-left.png) no-repeat center;
  64. }
  65. .swiper-next {
  66. left: unset;
  67. right: 0;
  68. background: url(/img/icon-arrow-right.png) no-repeat center;
  69. }
  70. img {
  71. width: 100%;
  72. height: 540px;
  73. }
  74. }
  75. .section {
  76. width: 480px;
  77. height: 540px;
  78. background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
  79. background-color: #f3920d;
  80. background-repeat: no-repeat;
  81. background-position: 48px 48px, 341px 410px;
  82. .item {
  83. width: 390px;
  84. margin: 0 auto;
  85. margin-top: 73px;
  86. display: none;
  87. .num {
  88. font-size: 32px;
  89. color: #fff;
  90. text-align: center;
  91. }
  92. .line {
  93. width: 1px;
  94. height: 24px;
  95. margin: 25px auto 40px;
  96. background: #fff;
  97. }
  98. .desc {
  99. font-size: 16px;
  100. color: #fff;
  101. line-height: 40px;
  102. }
  103. }
  104. }
  105. }
  106. }
  107. .therapy {
  108. .content {
  109. margin-top: 80px;
  110. height: 540px;
  111. display: flex;
  112. align-items: flex-start;
  113. .item {
  114. flex-shrink: 0;
  115. height: 100%;
  116. &.hover {
  117. .cover {
  118. display: none;
  119. }
  120. .active {
  121. display: block;
  122. }
  123. }
  124. &:first-child {
  125. .cover {
  126. border-left: 0;
  127. }
  128. }
  129. .cover {
  130. position: relative;
  131. width: 180px;
  132. height: 100%;
  133. box-sizing: border-box;
  134. border-left: 1px solid rgba(243, 146, 13, 0.2);
  135. background: linear-gradient(180deg, transparent 50%, rgba(243, 146, 13, 0.3) 100%);
  136. overflow: hidden;
  137. .tip {
  138. font-size: 16px;
  139. text-align: center;
  140. margin-top: 57px;
  141. margin-bottom: 40px;
  142. font-weight: bold;
  143. }
  144. .line {
  145. width: 24px;
  146. height: 2px;
  147. background: #f3920d;
  148. margin: 0 auto;
  149. }
  150. img {
  151. position: absolute;
  152. width: 128px;
  153. height: 128px;
  154. bottom: 44px;
  155. left: 50%;
  156. transform: translateX(-50%);
  157. }
  158. }
  159. .active {
  160. position: relative;
  161. display: none;
  162. width: 480px;
  163. height: 100%;
  164. text-align: center;
  165. color: #fff;
  166. img {
  167. width: 100%;
  168. height: 100%;
  169. }
  170. .info {
  171. position: absolute;
  172. left: 0;
  173. top: 0;
  174. width: 100%;
  175. height: 100%;
  176. display: flex;
  177. flex-direction: column;
  178. justify-content: center;
  179. align-items: center;
  180. .tip {
  181. font-size: 24px;
  182. margin-bottom: 10px;
  183. }
  184. .subtip {
  185. font-size: 16px;
  186. margin-bottom: 60px;
  187. }
  188. .section {
  189. width: 160px;
  190. margin: 0 auto;
  191. border: 1px solid #fff;
  192. padding: 36px 0;
  193. dl {
  194. padding: 0;
  195. dt {
  196. margin-bottom: 24px;
  197. }
  198. dd {
  199. margin: 0;
  200. margin-top: 10px;
  201. }
  202. }
  203. }
  204. }
  205. }
  206. }
  207. }
  208. }
  209. .application {
  210. .content {
  211. .item {
  212. position: relative;
  213. float: left;
  214. width: 390px;
  215. height: 390px;
  216. margin-right: 15px;
  217. margin-top: 15px;
  218. overflow: hidden;
  219. img {
  220. display: block;
  221. width: 100%;
  222. height: 100%;
  223. transition: all 0.4s;
  224. }
  225. &:nth-child(-n + 3) {
  226. margin-top: 0;
  227. }
  228. &:nth-child(5),
  229. &:nth-child(6) {
  230. width: 795px;
  231. }
  232. &:nth-child(3),
  233. &:nth-child(5),
  234. &:nth-child(7) {
  235. margin-right: 0;
  236. }
  237. .active {
  238. opacity: 0;
  239. position: absolute;
  240. width: 100%;
  241. height: 100%;
  242. background: rgba(0, 0, 0, 0.39);
  243. z-index: 1;
  244. top: 0;
  245. left: 0;
  246. transition: all 0.4s;
  247. display: flex;
  248. justify-content: center;
  249. align-items: center;
  250. flex-direction: column;
  251. .info {
  252. .num {
  253. font-size: 50px;
  254. background: linear-gradient(to bottom, #fff, transparent);
  255. -webkit-background-clip: text;
  256. color: transparent;
  257. text-align: center;
  258. }
  259. .tip {
  260. font-size: 24px;
  261. color: #fff;
  262. text-align: center;
  263. }
  264. .line {
  265. width: 28px;
  266. height: 2px;
  267. background: #fff;
  268. margin: 24px auto;
  269. }
  270. .link {
  271. display: flex;
  272. justify-content: center;
  273. align-items: center;
  274. width: 160px;
  275. height: 48px;
  276. border: 1px solid #fff;
  277. font-size: 16px;
  278. color: #fff;
  279. margin-top: 52px;
  280. cursor: pointer;
  281. }
  282. }
  283. }
  284. &:hover {
  285. .active {
  286. opacity: 1;
  287. }
  288. img {
  289. transform: scale(1.06);
  290. }
  291. }
  292. }
  293. }
  294. }
  295. .distribution {
  296. .content {
  297. img {
  298. display: block;
  299. width: 100%;
  300. }
  301. .section {
  302. display: flex;
  303. justify-content: space-between;
  304. margin-top: 80px;
  305. .line {
  306. width: 1px;
  307. height: 12px;
  308. background: #b2b2b2;
  309. transform: translateY(52px);
  310. }
  311. .item {
  312. display: flex;
  313. justify-content: center;
  314. align-items: center;
  315. flex-direction: column;
  316. .row:first-child {
  317. padding-left: 36px;
  318. background: url(/img/icon-star.png) no-repeat left center;
  319. line-height: 37px;
  320. font-size: 28px;
  321. }
  322. .row.company {
  323. background-image: url(/img/icon-company.png);
  324. }
  325. .row.doctor {
  326. background-image: url(/img/icon-doctor.png);
  327. }
  328. .row.heart {
  329. background-image: url(/img/icon-heart.png);
  330. }
  331. .row:last-child {
  332. font-size: 14px;
  333. color: #999;
  334. margin-top: 12px;
  335. }
  336. }
  337. }
  338. }
  339. }
  340. .contact {
  341. .content {
  342. .cover {
  343. width: 626px;
  344. height: 418px;
  345. img {
  346. display: block;
  347. width: 100%;
  348. height: 100%;
  349. }
  350. }
  351. .form-container {
  352. box-sizing: border-box;
  353. textarea {
  354. display: block;
  355. width: 526px;
  356. height: 344px;
  357. box-sizing: border-box;
  358. padding: 12px;
  359. line-height: 26px;
  360. font-size: 16px;
  361. border-color: #dedede;
  362. }
  363. .submit {
  364. font-size: 16px;
  365. color: #fff;
  366. height: 48px;
  367. background: #f3920d;
  368. text-align: center;
  369. line-height: 48px;
  370. margin-top: 26px;
  371. cursor: pointer;
  372. transition: all 0.4s;
  373. &:hover {
  374. background: #e78d0d;
  375. }
  376. }
  377. }
  378. }
  379. }
  380. }