launch-sales.component.scss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. $buttonRadius: 24px;
  2. $labelPaddingX: $buttonRadius*1;
  3. $labelBorderRadius: 2px;
  4. $labelFade: 0.1s;
  5. $colorButton: #ffc107;
  6. $colorHoverAdd: #11174c;
  7. $colorText: #333;
  8. $colorHeadingBackground: #555;
  9. body{
  10. font-family:calibri;
  11. overflow-x: hidden;
  12. }
  13. .mt_50{
  14. margin-top:15px;
  15. }
  16. .line{
  17. border-left: 1px solid #888;
  18. height: 400px;
  19. position: absolute;
  20. left: 50%;
  21. margin-left: -3px;
  22. top: 0;
  23. }
  24. .mg_10{
  25. margin-bottom: 25px;
  26. }
  27. .mt_25{
  28. margin-top:15px;
  29. }
  30. .wid3{
  31. width: 5.4%;
  32. margin-top: 8px;
  33. }
  34. .wid3_font{
  35. font-size:24px;
  36. }
  37. .padding{
  38. padding:0px;
  39. margin: 19px 0px;
  40. color: #888;
  41. }
  42. .form-control{
  43. border: 1px solid #191818 !important;
  44. margin-bottom: 44px;
  45. border-radius: 0px !important;
  46. }
  47. .btn-primary_right{
  48. float:right;
  49. }
  50. .mt0{
  51. margin-top:0px;
  52. }
  53. .mg_bt62{
  54. margin-bottom: 62px;
  55. }
  56. /*next step*/
  57. .footer {
  58. position: fixed;
  59. left: 0;
  60. bottom: 0;
  61. width: 100%;
  62. background-color: #393939;
  63. color: white;
  64. z-index: 99999;
  65. }
  66. .footer_class{
  67. list-style-type: none;
  68. display: inline-flex;
  69. margin: 20px 0px;
  70. }
  71. .footer_class li{
  72. padding:0px 95px;
  73. border-right: 1px solid #fff;
  74. font-size:18px;
  75. }
  76. .footer_class li a{
  77. text-decoration:none;
  78. color:#fff;
  79. }
  80. .footer_class li a:active{
  81. border-bottom:5px solid blue;
  82. }
  83. /*sick*/
  84. html, body {
  85. margin: 0;
  86. padding: 0;
  87. }
  88. * {
  89. box-sizing: border-box;
  90. }
  91. .slick-list {
  92. padding:0px !important;
  93. }
  94. .slider {
  95. /* width: 50%;
  96. margin: 100px auto; */
  97. }
  98. .slick-slide {
  99. margin: 0px 20px;
  100. }
  101. .slick-slide img {
  102. width: 100%;
  103. height: 400px;
  104. }
  105. .slick-prev:before,
  106. .slick-next:before {
  107. color: black;
  108. }
  109. .slick-slide {
  110. transition: all ease-in-out .3s;
  111. opacity: .2;
  112. }
  113. .slick-active {
  114. opacity: .5;
  115. }
  116. .slick-current {
  117. opacity: 1;
  118. }
  119. .big_button1{
  120. border-color: #49494a !important;
  121. margin: 0px 20px !important;
  122. border-radius: 28px !important;
  123. background-color: #49494a !important;
  124. width:Auto !important;
  125. }
  126. .mt_100 {
  127. // margin-top:100px !important;
  128. }
  129. #content {
  130. margin: 23px auto;
  131. text-align: center;
  132. width: 100%;
  133. }
  134. #content h1 {
  135. text-transform: uppercase;
  136. font-weight: 700;
  137. margin: 0 0 40px 0;
  138. font-size: 25px;
  139. line-height: 30px;
  140. }
  141. .circle {
  142. width: 60px;
  143. height: 60px;
  144. line-height: 60px;
  145. border-radius: 50%; /* the magic */
  146. -moz-border-radius: 50%;
  147. -webkit-border-radius: 50%;
  148. text-align: center;
  149. color: white;
  150. font-size: 16px;
  151. text-transform: uppercase;
  152. font-weight: 700;
  153. margin: 0 auto 40px;
  154. cursor: pointer;
  155. }
  156. .blue {
  157. background-color: #3498db;
  158. }
  159. .blue_5 {
  160. background-color: #3498db;
  161. }
  162. .green {
  163. background-color: #16a085;
  164. }
  165. .red {
  166. background-color: #e74c3c;
  167. }
  168. .black{
  169. background-color: #49494a;
  170. }
  171. .big_button{
  172. display: inline-block;
  173. padding: 6px 12px 6px 38px;
  174. margin-bottom: 0;
  175. font-size: 14px;
  176. font-weight: 400;
  177. line-height: 1.42857143;
  178. text-align: center;
  179. white-space: nowrap;
  180. vertical-align: middle;
  181. -ms-touch-action: manipulation;
  182. touch-action: manipulation;
  183. cursor: pointer;
  184. color: #fff;
  185. border-color: #49494a !important;
  186. margin: 15px 30px !important;
  187. border-radius: 28px !important;
  188. position: absolute;
  189. z-index: -1;
  190. display: none;
  191. }
  192. .big_button_1 {
  193. background-color: #3498db !important;
  194. }
  195. .big_button_2 {
  196. background-color: #16a085 !important;
  197. }
  198. .big_button_3 {
  199. background-color: #e74c3c !important;
  200. }
  201. .big_button_4{
  202. background-color: #49494a !important;
  203. }
  204. .big_button_5{
  205. background-color: #49494a !important;
  206. }
  207. .circle .big_button_1 .active{
  208. display: block;
  209. }
  210. .circle:hover .big_button_2 {
  211. display: block;
  212. }
  213. .circle:hover .big_button_3 {
  214. display: block;
  215. }
  216. .circle:hover .big_button_4{
  217. display: block;
  218. }
  219. .wid66{
  220. width: 50%;
  221. margin: auto;
  222. display: block;
  223. }
  224. /*slider*/
  225. .hero {
  226. position: absolute;
  227. top: 85%;
  228. left: 47%;
  229. z-index: 0;
  230. }
  231. .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  232. left: 50%;
  233. margin-left: -10px;
  234. top: 88% !important;
  235. background-color: #333;
  236. width: 20%;
  237. padding: 5px 0px;
  238. height: auto !important;
  239. }
  240. .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
  241. top: 88% !important;
  242. background-color: #333;
  243. width: 20%;
  244. padding: 5px 0px;
  245. height: auto !important;
  246. }
  247. .mg_bt{
  248. margin-bottom: 65px;
  249. }
  250. button.btn.btn-primary.btn-lg{
  251. background-color: #00AFD7 !important;
  252. }
  253. /*sales*/
  254. .circle_sales .big_button_5{
  255. display: block;
  256. width: 60%;
  257. cursor: pointer;
  258. }
  259. .circle_sales:hover{
  260. background-color: #49494a;
  261. }
  262. .circle_sales {
  263. width: 60px;
  264. height: 60px;
  265. line-height: 60px;
  266. border-radius: 50%; /* the magic */
  267. -moz-border-radius: 50%;
  268. -webkit-border-radius: 50%;
  269. text-align: center;
  270. color: white;
  271. font-size: 16px;
  272. text-transform: uppercase;
  273. font-weight: 700;
  274. margin: 0 auto 40px;
  275. cursor: pointer;
  276. margin: 0px auto 33px;
  277. }
  278. .big_button_1 {
  279. background-color: #3498db !important;
  280. }
  281. .big_button_back {
  282. display: inline-block;
  283. padding: 6px 12px 6px 38px;
  284. margin-bottom: 0;
  285. font-size: 14px;
  286. font-weight: 400;
  287. line-height: 1.42857143;
  288. text-align: center;
  289. white-space: nowrap;
  290. vertical-align: middle;
  291. -ms-touch-action: manipulation;
  292. touch-action: manipulation;
  293. cursor: pointer;
  294. color: #fff;
  295. border-color: #49494a !important;
  296. margin: -46px 30px !important;
  297. border-radius: 28px !important;
  298. position: absolute;
  299. z-index: -1;
  300. display: none;
  301. }
  302. .hide{
  303. display:none;
  304. }
  305. // jannai
  306. .varient_box{
  307. float: right;
  308. right: 59px;
  309. position: absolute;
  310. bottom: 64px;
  311. }
  312. button.btn.btn-primary.big_button1{
  313. background-color: #00AFD7!important;
  314. width: 30% !important;
  315. font-size: 12px;;
  316. height: 42px;
  317. margin: 20px 4px !important;
  318. border-radius: 16px !important;
  319. }
  320. .big_button.big_button_1.active {
  321. display: block;
  322. }
  323. /////////////////////////// custom css//////////////////
  324. .lg-container {
  325. width: 790px;
  326. height: 100%;
  327. position: relative;
  328. padding: 0;
  329. margin: auto;
  330. }
  331. .img_height{
  332. height: 100%;
  333. width: 100%;
  334. }
  335. .lg-image {
  336. display: block;
  337. width: 100%;
  338. object-fit: scale-down;
  339. max-width: 100%;
  340. max-height: 100%;
  341. }
  342. .lg-hotspot {
  343. position: absolute;
  344. margin: 0;
  345. padding: 0;
  346. transform: translate(-50%, -50%);
  347. z-index: 0;
  348. &:hover, &:active {
  349. // z-index: 999;
  350. .lg-hotspot-button {
  351. border-color: $colorButton + $colorHoverAdd;
  352. cursor:pointer;
  353. &:after {
  354. background-color: #08ff14;
  355. cursor:pointer;
  356. }
  357. }
  358. }
  359. }
  360. .lg-hotspot-button {
  361. height: $buttonRadius*2;
  362. width: $buttonRadius*2;
  363. padding: 0px;
  364. border-radius: 100%;
  365. //border: 1px solid $colorButton;
  366. // box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  367. z-index: 999;
  368. animation: button-pulse 7s ease-in-out infinite;
  369. &:after {
  370. position: absolute;
  371. top: 50%;
  372. left: 50%;
  373. transform: translate(-50%, -50%);
  374. pointer-events: none;
  375. content: "";
  376. display: block;
  377. height: $buttonRadius*0.7;
  378. width: $buttonRadius*0.7;
  379. border-radius: 100%;
  380. border: 3px solid white;
  381. background-color: $colorButton;
  382. transition: border-color 1s linear;
  383. }
  384. }
  385. .lg-hotspot-button:nth-of-type(n) {
  386. // height: $buttonRadius*2;
  387. // width: $buttonRadius*2;
  388. height: $buttonRadius ;
  389. width: $buttonRadius ;
  390. padding: 0px;
  391. border-radius: 100%;
  392. // border: 1px solid $colorButton;
  393. //box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  394. z-index: 999;
  395. animation: button-pulse 7s ease-in-out infinite;
  396. &:after {
  397. position: absolute;
  398. top: 50%;
  399. left: 50%;
  400. transform: translate(-50%, -50%);
  401. pointer-events: none;
  402. content: "";
  403. display: block;
  404. height: 19px;
  405. width: 19px;
  406. // height: $buttonRadius*0.7;
  407. // width: $buttonRadius*0.7;
  408. border-radius: 100%;
  409. border: 0px solid white;
  410. background-color: #08ff14;
  411. transition: border-color 1s linear;
  412. }
  413. }
  414. .lg-hotspot-label {
  415. position: absolute;
  416. padding: 0 0 1.1em 0;
  417. width: 16em;
  418. background-color: white;
  419. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  420. font-family: 'Open Sans', sans-serif;
  421. font-size: 14.5px;
  422. line-height: 1.45em;
  423. z-index: -1;
  424. pointer-events: none;
  425. border-radius: $labelBorderRadius;
  426. user-select: none;
  427. display: none;
  428. transition: all $labelFade linear;
  429. h4 {
  430. margin: 0;
  431. padding: 0.65em $labelPaddingX;
  432. background-color: $colorHeadingBackground;
  433. font-size: 1.1em;
  434. font-weight: normal;
  435. letter-spacing: 0.02em;
  436. color: white;
  437. border-radius: $labelBorderRadius $labelBorderRadius 0 0;
  438. }
  439. p {
  440. margin: 0;
  441. padding: 1.1em $labelPaddingX 0 $labelPaddingX;
  442. color: $colorText;
  443. }
  444. }
  445. .top-left .lg-hotspot-label {
  446. top: $buttonRadius;
  447. right: auto;
  448. bottom: auto;
  449. left: $buttonRadius;
  450. }
  451. .top-right .lg-hotspot-label {
  452. top: $buttonRadius;
  453. right: $buttonRadius;
  454. bottom: auto;
  455. left: auto;
  456. }
  457. .bottom-right .lg-hotspot-label {
  458. top: auto;
  459. right: $buttonRadius;
  460. bottom: $buttonRadius;
  461. left: auto;
  462. }
  463. .bottom-left .lg-hotspot-label {
  464. // top: auto;
  465. // right: auto;
  466. // bottom: $buttonRadius;
  467. // left: $buttonRadius;
  468. top: auto;
  469. right: auto;
  470. bottom: -80px;
  471. left: 36px;
  472. }
  473. .content-title{
  474. font-size: 12px !important;
  475. font-weight: bold !important;
  476. }
  477. .content-image{
  478. margin: 10px auto;
  479. display: block;
  480. }
  481. .content-description{
  482. font-size: 12px;
  483. line-height: 18px;
  484. text-align: left;
  485. }
  486. @keyframes button-pulse {
  487. 0% {
  488. transform: scale(1, 1);
  489. opacity: 1;
  490. }
  491. 30% {
  492. transform: scale(1.1, 1.1);
  493. opacity: 1;
  494. }
  495. 60% {
  496. transform: scale(1, 1);
  497. opacity: 1;
  498. }
  499. 100% {
  500. transform: scale(1, 1);
  501. opacity: 1;
  502. }
  503. }
  504. .highlight{
  505. background-color: #003D58 !important;
  506. }
  507. .wid3_font {
  508. font-size: 20px;
  509. color: #333;
  510. }
  511. .wid3 {
  512. width: 38px !important;
  513. margin-top: 0px !important;
  514. }
  515. .wid3_font:hover{
  516. text-decoration: none !important;
  517. }
  518. .degree_top{
  519. position: absolute;
  520. left: 200px;
  521. top: 0px;
  522. margin-bottom: 50px;
  523. height: 100%;
  524. }
  525. .left_card {
  526. position: inherit;
  527. top: 193px;
  528. }