product-binary-premium.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. @media screen and (min-width: 768px) {
  2. .main {
  3. .about {
  4. .cover {
  5. img {
  6. display: block;
  7. width: 470px;
  8. height: 480px;
  9. }
  10. }
  11. .info {
  12. width: 660px;
  13. padding-top: 65px;
  14. .name {
  15. font-size: 50px;
  16. color: #f3920d;
  17. font-weight: bold;
  18. }
  19. .subname {
  20. font-size: 30px;
  21. margin-top: 15px;
  22. }
  23. .line {
  24. width: 36px;
  25. height: 7px;
  26. background: #f3920d;
  27. margin: 20px 0 50px;
  28. }
  29. .description {
  30. font-size: 20px;
  31. text-align: justify;
  32. word-break: break-all;
  33. font-weight: lighter;
  34. line-height: 36px;
  35. }
  36. }
  37. }
  38. .therapy {
  39. .section {
  40. display: -webkit-box;
  41. display: -ms-flexbox;
  42. display: flex;
  43. -webkit-box-pack: justify;
  44. -ms-flex-pack: justify;
  45. justify-content: space-between;
  46. -webkit-box-align: center;
  47. -ms-flex-align: center;
  48. align-items: center;
  49. position: relative;
  50. background: #eeeeee;
  51. height: 400px;
  52. margin-top: 44px;
  53. -webkit-box-sizing: border-box;
  54. box-sizing: border-box;
  55. padding: 0 20px;
  56. .cover {
  57. -ms-flex-negative: 0;
  58. flex-shrink: 0;
  59. img {
  60. display: block;
  61. width: 450px;
  62. height: 360px;
  63. }
  64. }
  65. .info {
  66. -ms-flex-negative: 0;
  67. flex-shrink: 0;
  68. -webkit-box-flex: 1;
  69. -ms-flex: 1;
  70. flex: 1;
  71. -webkit-box-sizing: border-box;
  72. box-sizing: border-box;
  73. margin-left: 40px;
  74. .name {
  75. font-size: 36px;
  76. font-weight: bold;
  77. color: #f3920d;
  78. }
  79. .description {
  80. font-size: 26px;
  81. color: #434343;
  82. line-height: 36px;
  83. font-weight: lighter;
  84. text-align: justify;
  85. word-break: break-all;
  86. padding-right: 20px;
  87. margin-top: 36px;
  88. }
  89. }
  90. &:nth-child(2n-1) {
  91. .link {
  92. right: 40px;
  93. bottom: 20px;
  94. }
  95. }
  96. &:nth-child(2n) {
  97. .link {
  98. left: 60px;
  99. bottom: 20px;
  100. }
  101. }
  102. .link {
  103. position: absolute;
  104. display: block;
  105. width: 164px;
  106. height: 50px;
  107. line-height: 50px;
  108. text-align: center;
  109. -webkit-box-sizing: border-box;
  110. box-sizing: border-box;
  111. padding-right: 30px;
  112. background: url('/img/binary-icon-link.png') no-repeat;
  113. background-position: 144px center;
  114. background-color: #000000;
  115. font-size: 25px;
  116. color: #f3920d;
  117. cursor: pointer;
  118. }
  119. }
  120. }
  121. .application {
  122. .content {
  123. .item {
  124. position: relative;
  125. float: left;
  126. height: 340px;
  127. width: 390px;
  128. margin-right: 15px;
  129. margin-bottom: 15px;
  130. -webkit-box-sizing: border-box;
  131. box-sizing: border-box;
  132. overflow: hidden;
  133. .cover-bg {
  134. width: 100%;
  135. height: 100%;
  136. opacity: 1;
  137. -webkit-transition: all 0.4s;
  138. transition: all 0.4s;
  139. background: #f3920d;
  140. }
  141. img {
  142. width: 100%;
  143. height: 100%;
  144. opacity: 1;
  145. -webkit-transition: all 0.4s;
  146. transition: all 0.4s;
  147. }
  148. &.no-mb {
  149. margin-bottom: 0;
  150. }
  151. &.no-mr {
  152. margin-right: 0;
  153. }
  154. &:nth-child(1),
  155. &:nth-child(7) {
  156. width: 795px;
  157. }
  158. &:hover {
  159. img {
  160. -webkit-transform: scale(1.2);
  161. transform: scale(1.2);
  162. }
  163. .cover {
  164. opacity: 1;
  165. }
  166. }
  167. .cover {
  168. opacity: 0;
  169. position: absolute;
  170. left: 0;
  171. top: 0;
  172. width: 100%;
  173. height: 100%;
  174. display: -webkit-box;
  175. display: -ms-flexbox;
  176. display: flex;
  177. -webkit-box-pack: center;
  178. -ms-flex-pack: center;
  179. justify-content: center;
  180. -webkit-box-align: center;
  181. -ms-flex-align: center;
  182. align-items: center;
  183. -webkit-box-orient: vertical;
  184. -webkit-box-direction: normal;
  185. -ms-flex-direction: column;
  186. flex-direction: column;
  187. background: rgba(0, 0, 0, 0.2);
  188. -webkit-transition: opacity 0.4s;
  189. transition: opacity 0.4s;
  190. .title {
  191. color: #fff;
  192. font-size: 38px;
  193. }
  194. .subtitle {
  195. font-size: 29px;
  196. color: #fff;
  197. font-weight: lighter;
  198. margin-top: 10px;
  199. }
  200. }
  201. }
  202. }
  203. }
  204. .device {
  205. .content {
  206. position: relative;
  207. .swiper-container {
  208. width: 1100px;
  209. margin: 0 auto;
  210. img {
  211. display: block;
  212. width: 100%;
  213. }
  214. }
  215. .swiper-prev,
  216. .swiper-next {
  217. position: absolute;
  218. left: 0;
  219. top: 50%;
  220. -webkit-transform: translateY(-50%);
  221. transform: translateY(-50%);
  222. width: 48px;
  223. height: 72px;
  224. background-color: rgba(55, 55, 55, 0.6) !important;
  225. z-index: 5;
  226. cursor: pointer;
  227. background: url(/img/icon-arrow-left.png) no-repeat center;
  228. }
  229. .swiper-next {
  230. left: unset;
  231. right: 0;
  232. background: url(/img/icon-arrow-right.png) no-repeat center;
  233. }
  234. }
  235. }
  236. }
  237. }
  238. @media screen and (max-width: 768px) {
  239. .main {
  240. .about {
  241. .content {
  242. display: -webkit-box;
  243. display: -ms-flexbox;
  244. display: flex;
  245. -webkit-box-orient: vertical;
  246. -webkit-box-direction: reverse;
  247. -ms-flex-direction: column-reverse;
  248. flex-direction: column-reverse;
  249. -webkit-box-align: center;
  250. -ms-flex-align: center;
  251. align-items: center;
  252. .cover {
  253. float: unset !important;
  254. margin-top: 0.4rem;
  255. img {
  256. display: block;
  257. width: 5.64rem;
  258. height: 5.57rem;
  259. margin: 0 auto;
  260. }
  261. }
  262. .info {
  263. float: unset !important;
  264. width: 6.5rem;
  265. text-align: center;
  266. .name {
  267. font-size: 0.34rem;
  268. color: #f3920d;
  269. }
  270. .subname {
  271. font-size: 0.26rem;
  272. margin-top: 0.16rem;
  273. }
  274. .line {
  275. width: 0.4rem;
  276. height: 0.06rem;
  277. background: #f3920d;
  278. margin: 0.32rem auto;
  279. }
  280. .description {
  281. font-size: 0.26rem;
  282. text-align: justify;
  283. word-break: break-all;
  284. // font-weight: lighter;
  285. line-height: 0.48rem;
  286. color: #333333;
  287. }
  288. }
  289. }
  290. }
  291. .therapy {
  292. .section {
  293. position: relative;
  294. display: -webkit-box;
  295. display: -ms-flexbox;
  296. display: flex;
  297. -webkit-box-orient: vertical;
  298. -webkit-box-direction: normal;
  299. -ms-flex-direction: column;
  300. flex-direction: column;
  301. -webkit-box-align: center;
  302. -ms-flex-align: center;
  303. align-items: center;
  304. -webkit-box-sizing: border-box;
  305. box-sizing: border-box;
  306. width: 6.86rem;
  307. margin: 0 auto;
  308. background: #eeeeee;
  309. margin-top: 0.32rem;
  310. padding: 0.4rem;
  311. &:first-child {
  312. margin-top: 0;
  313. }
  314. .cover {
  315. width: 4.5rem;
  316. height: 3.6rem;
  317. img {
  318. display: block;
  319. width: 100%;
  320. height: 100%;
  321. }
  322. }
  323. .info {
  324. .name {
  325. font-size: 0.3rem;
  326. font-weight: bold;
  327. color: #f3920d;
  328. text-align: center;
  329. margin: 0.4rem 0 0.32rem;
  330. }
  331. .description {
  332. font-size: 0.26rem;
  333. color: #333;
  334. line-height: 0.48rem;
  335. text-align: justify;
  336. word-break: break-all;
  337. text-align: center;
  338. }
  339. }
  340. .link {
  341. display: block;
  342. width: 2.48rem;
  343. height: 0.78rem;
  344. line-height: 0.78rem;
  345. text-align: center;
  346. background-color: #000000;
  347. font-size: 0.26rem;
  348. color: #f3920d;
  349. cursor: pointer;
  350. margin-top: 0.48rem;
  351. }
  352. }
  353. }
  354. .application {
  355. width: 6.86rem;
  356. margin: 0 auto;
  357. .content {
  358. .item {
  359. position: relative;
  360. float: left;
  361. height: 1.94rem;
  362. width: 2.23rem;
  363. margin-right: 0.08rem;
  364. margin-bottom: 0.08rem;
  365. -webkit-box-sizing: border-box;
  366. box-sizing: border-box;
  367. overflow: hidden;
  368. img {
  369. display: block;
  370. width: 100%;
  371. height: 100%;
  372. opacity: 1;
  373. -webkit-transition: all 0.4s;
  374. transition: all 0.4s;
  375. }
  376. &.no-mb {
  377. margin-bottom: 0;
  378. }
  379. &.no-mr {
  380. margin-right: 0;
  381. }
  382. &:nth-child(1),
  383. &:nth-child(7) {
  384. width: 4.54rem;
  385. }
  386. &:hover {
  387. img {
  388. -webkit-transform: scale(1.2);
  389. transform: scale(1.2);
  390. }
  391. }
  392. .cover {
  393. position: absolute;
  394. left: 0;
  395. top: 0;
  396. width: 100%;
  397. height: 100%;
  398. display: -webkit-box;
  399. display: -ms-flexbox;
  400. display: flex;
  401. -webkit-box-pack: center;
  402. -ms-flex-pack: center;
  403. justify-content: center;
  404. -webkit-box-align: center;
  405. -ms-flex-align: center;
  406. align-items: center;
  407. -webkit-box-orient: vertical;
  408. -webkit-box-direction: normal;
  409. -ms-flex-direction: column;
  410. flex-direction: column;
  411. background: rgba(0, 0, 0, 0.2);
  412. -webkit-transition: opacity 0.4s;
  413. transition: opacity 0.4s;
  414. .title {
  415. color: #fff;
  416. font-size: 0.26rem;
  417. }
  418. .subtitle {
  419. font-size: 0.24rem;
  420. color: #fff;
  421. font-weight: lighter;
  422. margin-top: 0.08rem;
  423. }
  424. }
  425. }
  426. }
  427. }
  428. .device {
  429. .scroll-box {
  430. img {
  431. width: 1.77rem;
  432. height: 2.27rem;
  433. margin-right: 0.24rem;
  434. &:first-child {
  435. margin-left: 0.32rem;
  436. }
  437. &:last-child {
  438. margin-right: 0.32rem;
  439. }
  440. }
  441. }
  442. }
  443. }
  444. }