list-style-mb.scss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. $horizontal: 480px;
  2. body {
  3. font-family: 'Helvetica Neue';
  4. }
  5. a:focus {
  6. outline: none;
  7. }
  8. a:focus-visible {
  9. outline: none;
  10. }
  11. button:focus-visible {
  12. outline: none;
  13. }
  14. img:focus-visible {
  15. outline: none;
  16. }
  17. a {
  18. text-decoration: none;
  19. }
  20. .text-hhh {
  21. color: #EE7800;
  22. }
  23. .navbar {
  24. box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  25. -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  26. -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
  27. padding-top: 5px;
  28. padding-bottom: 5px;
  29. background-color: white !important;
  30. z-index: 99;
  31. &-toggler {
  32. padding-left: 0;
  33. border-color: transparent !important;
  34. &:focus {
  35. box-shadow: none;
  36. }
  37. }
  38. &-toggler-icon {
  39. display: flex;
  40. justify-items: center;
  41. i {
  42. font-size: 25px;
  43. line-height: 30px;
  44. display: inline-block;
  45. }
  46. }
  47. &-search {
  48. padding-right: 2px;
  49. }
  50. &-brand {
  51. font-size: 1.5rem;
  52. }
  53. }
  54. .navbar-main.sticky {
  55. position: fixed;
  56. top: 0;
  57. width: 100%;
  58. }
  59. .navbar-main.sticky + .sec-01 {
  60. padding-top: 58px;
  61. }
  62. .fixed_menu {
  63. height: 78px;
  64. position: fixed;
  65. z-index: 4;
  66. bottom: 0;
  67. left: 0;
  68. width: 100%;
  69. background-color: #fff;
  70. box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  71. -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  72. -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  73. //padding-bottom: 16px;
  74. @media (min-width: $horizontal) {
  75. height: 50px;
  76. }
  77. .row {
  78. @media (min-width: $horizontal) {
  79. height: 50px;
  80. }
  81. }
  82. &__box {
  83. @media (min-width: $horizontal) {
  84. width: 100%;
  85. height: 100%;
  86. }
  87. img {
  88. &:focus-visible {
  89. outline: none;
  90. }
  91. @media (min-width: $horizontal) {
  92. width: 100%;
  93. height: 100%;
  94. }
  95. }
  96. }
  97. }
  98. .sec-menu {
  99. display: none;
  100. z-index: 105;
  101. position: absolute;
  102. top: 0;
  103. left: 0;
  104. right: 0;
  105. font-size: 14px;
  106. &-block {
  107. padding-top: 61px;
  108. margin:0;
  109. // transform: translateX(-500px);
  110. transition: transform .5s;
  111. position: fixed;
  112. top: 0;
  113. left: -100%;
  114. right: 0;
  115. height: 100%;
  116. overflow-y: scroll;
  117. max-width: 100%;
  118. background-color: white;
  119. &.slidein {
  120. //transform: translateX(0px);
  121. -webkit-animation: slidein 0.3s forwards;
  122. animation: slidein 0.3s forwards;
  123. }
  124. &.slideout {
  125. //transform: translateX(0px);
  126. -webkit-animation: slideout 0.3s forwards;
  127. animation: slideout 0.3s forwards;
  128. }
  129. }
  130. &-list {
  131. background: white;
  132. margin-bottom: 0;
  133. .navbar-nav {
  134. padding: 0 2rem;
  135. width: 100%;
  136. .dropdown-menu {
  137. border: none;
  138. padding: 0;
  139. height: 0;
  140. opacity: 0;
  141. transition: all 1s;
  142. &.show {
  143. height: fit-content;
  144. opacity: 1;
  145. }
  146. .dropdown-item {
  147. padding-left: 3rem;
  148. &:active, &.active, &:focus {
  149. background-color: white;
  150. }
  151. &:hover {
  152. background-color: white;
  153. }
  154. }
  155. .sub-menu {
  156. .dropdown-item {
  157. padding-left: 6rem;
  158. }
  159. }
  160. }
  161. }
  162. .nav-item {
  163. font-size: 17px;
  164. display: block;
  165. width: 100%;
  166. }
  167. .nav-link {
  168. padding-top: 11px;
  169. padding-bottom: 8px;
  170. color: #707070;
  171. position: relative;
  172. -webkit-appearance : none !important;
  173. appearance: none !important;
  174. border-radius: 0;
  175. .link_div {
  176. width: 25px;
  177. }
  178. a {
  179. color: #707070;
  180. text-decoration: none;
  181. }
  182. &.show {
  183. i {
  184. transform: rotate(-180deg);
  185. }
  186. }
  187. .expand {
  188. position: absolute;
  189. right: 10px;
  190. i {
  191. font-size: 11px;
  192. color: #D3D3D3;
  193. transition: all .5s;
  194. }
  195. }
  196. &.text-main {
  197. color: #EE7800;
  198. }
  199. }
  200. .sub-link {
  201. .expand {
  202. position: absolute;
  203. right: 20px;
  204. top: 8px;
  205. width: 1.5rem;
  206. text-align: center;
  207. }
  208. }
  209. .sub-menu {
  210. display: none;
  211. }
  212. .sub-menu.show {
  213. display: block;
  214. }
  215. hr {
  216. margin: 3px 0;
  217. background-color: rgb(187, 187, 187);
  218. }
  219. }
  220. &-follows {
  221. padding: 2rem 2.5rem;
  222. background-color: #e6e6e6ef;
  223. margin-top: -9px;
  224. &-title {
  225. color: #797979;
  226. font-size: 14px;
  227. }
  228. }
  229. &-links {
  230. margin-bottom: 2.5rem;
  231. a {
  232. color: #797979;
  233. text-decoration: none;
  234. display: inline-block;
  235. padding: 1px 0;
  236. border-bottom: 1px solid #acacac;
  237. margin: 0 .6rem;
  238. flex-wrap: nowrap;
  239. @media screen and(max-width: 385px) {
  240. margin: 0 .4rem;
  241. }
  242. }
  243. }
  244. .follows-fp {
  245. color: #797979;
  246. text-decoration: none;
  247. font-weight: 400;
  248. display: block;
  249. padding-left: .5rem;
  250. &:nth-of-type(1) {
  251. margin-bottom: .6rem;
  252. }
  253. }
  254. .copyright {
  255. color: #797979;
  256. font-size: 13px;
  257. }
  258. }
  259. @-webkit-keyframes slidein {
  260. 100% { left: 0; }
  261. }
  262. @keyframes slidein {
  263. 100% { left: 0; }
  264. }
  265. @-webkit-keyframes slideout {
  266. 100% { left: -100%; }
  267. }
  268. @keyframes slideout {
  269. 100% { left: -100%; }
  270. }
  271. .sec-search {
  272. display: none;
  273. z-index: 107;
  274. position: absolute;
  275. top: 0;
  276. left: 0;
  277. right: 0;
  278. font-size: 14px;
  279. &-block {
  280. padding-top: 61px;
  281. margin:0;
  282. position: fixed;
  283. top: 0;
  284. left: 0;
  285. right: 0;
  286. width: 100;
  287. height: 100%;
  288. overflow-y: scroll;
  289. background-color: rgba(0, 0, 0, 0.774);
  290. }
  291. &-list {
  292. background-color: #F3F3F3;
  293. padding: 1rem;
  294. padding-bottom: 1.4rem;
  295. hr {
  296. background-color: #aaaaaa;
  297. }
  298. }
  299. &-form {
  300. width: 100%;
  301. }
  302. .searchBar {
  303. font-size: 17px;
  304. padding: .5rem .3rem;
  305. display: inline-block;
  306. width: 88%;
  307. outline: none;
  308. border: 2px solid #EE7800;
  309. border-radius: 5px;
  310. }
  311. .searchBtn {
  312. outline: none;
  313. border: none;
  314. background-color: transparent;
  315. display: inline-block;
  316. width: 10%;
  317. }
  318. &-hots {
  319. padding: 1rem;
  320. background-color: white;
  321. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  322. &__title {
  323. color: #AAAAAA;
  324. font-size: 18px;
  325. font-weight: 400;
  326. padding-top: .5rem;
  327. }
  328. &__link {
  329. display: inline-block;
  330. text-decoration: none;
  331. color: #797979;
  332. border: 1px solid #797979;
  333. border-radius: 3rem;
  334. padding: .3rem .5rem;
  335. margin-right: .8rem;
  336. margin-bottom: .8rem;
  337. &:hover {
  338. color: #797979;
  339. }
  340. }
  341. }
  342. }
  343. .sec-login {
  344. display: none;
  345. z-index: 109;
  346. position: absolute;
  347. top: 0;
  348. left: 0;
  349. right: 0;
  350. font-size: 14px;
  351. &-block {
  352. padding-top: 61px;
  353. margin:0;
  354. position: fixed;
  355. top: 0;
  356. left: 0;
  357. right: 0;
  358. width: 100;
  359. height: 100%;
  360. overflow-y: hidden;
  361. background-color: #F3F3F3;
  362. }
  363. &-list {
  364. background-color: #F3F3F3;
  365. padding: 1rem;
  366. padding-bottom: 1.4rem;
  367. hr {
  368. background-color: #aaaaaa;
  369. }
  370. }
  371. &-btns {
  372. padding: 1rem;
  373. background-color: white;
  374. box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  375. }
  376. }
  377. .text-main {
  378. color: #EE7800;
  379. }
  380. .text-phone {
  381. color: #EA068C;
  382. text-decoration: none;
  383. }
  384. .bg-white {
  385. background-color: #fff;
  386. }
  387. .mb__hero {
  388. margin-top: calc(52px);
  389. &__bgImg {
  390. height: 240px;
  391. background-repeat: no-repeat;
  392. background-size: cover;
  393. background-position: center center;
  394. }
  395. }
  396. .mb__content {
  397. background-color: rgba(244, 244, 244, 0.8);
  398. }
  399. .other {
  400. display: none;
  401. }
  402. .mb__infoCard {
  403. color: #727679;
  404. text-align: center;
  405. padding: 1rem;
  406. background-color: rgba(244, 244, 244, 0.8);
  407. margin: 3rem 0 0;
  408. &__name, &__span {
  409. font-size: 1.25rem;
  410. color: #43484C;
  411. font-weight: bold;
  412. }
  413. &__span {
  414. font-size: 1rem;
  415. }
  416. &__cmy {
  417. font-size: 1.125rem;
  418. font-weight: 400;
  419. }
  420. &__avatar {
  421. width: 188px;
  422. height: 188px;
  423. position: absolute;
  424. top: -120px;
  425. border: 3px solid #FFF;
  426. border-radius: 50%;
  427. background-size: cover;
  428. background-repeat: no-repeat;
  429. left: 50%;
  430. transform: translateX(-50%);
  431. }
  432. &__seo {
  433. font-size: 1.12rem;
  434. text-align: center;
  435. padding: 1rem;
  436. display: block;
  437. line-height: 1.2;
  438. font-weight: 400;
  439. }
  440. &__approve {
  441. color: #FF0000;
  442. }
  443. &__more {
  444. color: #FFAC73;
  445. text-align: center;
  446. cursor: pointer;
  447. }
  448. &__detail {
  449. aside {
  450. line-height: 2;
  451. font-size: 1rem;
  452. }
  453. a {
  454. color: #727679;
  455. }
  456. &__l {
  457. flex-basis: 30%;
  458. display: flex;
  459. justify-content: flex-end;
  460. flex-grow: 0;
  461. max-width: 30%;
  462. &.title {
  463. color: #AAAAAA;
  464. font-size: 1.125rem;
  465. font-weight: bold;
  466. transform: translateX(-15px);
  467. }
  468. }
  469. &__r {
  470. flex-basis: 70%;
  471. text-align: start;
  472. flex-grow: 0;
  473. max-width: 70%;
  474. word-break: break-all;
  475. }
  476. }
  477. .scMedia {
  478. display: flex;
  479. padding: 1rem 0;
  480. width: 100%;
  481. margin-left: auto;
  482. margin-right: auto;
  483. justify-content: space-around;
  484. a {
  485. width: 16%;
  486. img {
  487. width: 100%;
  488. }
  489. }
  490. }
  491. }
  492. .infoContent {
  493. a {
  494. color: #727679;
  495. text-decoration: none;
  496. font-size: .9rem;
  497. &.active {
  498. color: #EE7800;
  499. }
  500. }
  501. &__navBlock {
  502. &.tab_sticky {
  503. position: fixed;
  504. top: 60px;
  505. width: 100%;
  506. z-index: 12;
  507. }
  508. }
  509. .nav-item {
  510. margin: 0;
  511. width: 25%;
  512. text-align: center;
  513. max-width: 25%;
  514. -webkit-appearance : none !important;
  515. appearance: none !important;
  516. &-link {
  517. display: block;
  518. padding: 1rem 0.5rem;
  519. text-decoration: none;
  520. background-color: transparent;
  521. font-size: .9rem;
  522. color: #727679;
  523. text-align: center;
  524. font-size: 1.12rem;
  525. -webkit-appearance : none !important;
  526. appearance: none !important;
  527. border-radius: 0;
  528. &.active {
  529. color: #EE7800;
  530. border-bottom: 2px solid #EE7800;
  531. -webkit-appearance : none !important;
  532. appearance: none;
  533. }
  534. }
  535. }
  536. .likeSee {
  537. font-size: 1.05rem;
  538. span {
  539. color: #727679;
  540. font-size: .9rem;
  541. }
  542. &__divider {
  543. height: 12px;
  544. display: inline-block;
  545. border: 0.5px solid #9d9d9d;
  546. }
  547. }
  548. .tab-content {
  549. padding: 0 1rem;
  550. }
  551. .tab-content .row > div {
  552. padding-left: 5px;
  553. padding-right: 5px;
  554. }
  555. .card {
  556. box-shadow: 0 1px 10px #eee;
  557. margin: 0 0 1.5rem;
  558. border: none;
  559. &__bgImg {
  560. height: 145px;
  561. background-repeat: no-repeat;
  562. background-size: cover;
  563. background-position: center;
  564. position: relative;
  565. display: flex;
  566. justify-content: center;
  567. -webkit-box-align: center;
  568. align-items: center;
  569. -webkit-box-pack: center;
  570. }
  571. &-body {
  572. padding: 0.5rem 1rem;
  573. }
  574. &__title {
  575. font-size: 1.125rem;
  576. -webkit-box-orient: vertical;
  577. box-orient: vertical;
  578. -webkit-line-clamp: 2;
  579. height: calc(18px * 2 * 1.2);
  580. overflow: hidden;
  581. text-overflow: ellipsis;
  582. display: -webkit-box;
  583. font-weight: bold;
  584. margin: 0.5rem 0;
  585. color: #727679;
  586. }
  587. &__tag {
  588. margin: 0 0.2rem 0 0;
  589. }
  590. }
  591. .company {
  592. &__block {
  593. margin: 0 0 2rem;
  594. &:nth-of-type(2) {
  595. margin-top: 2rem;
  596. }
  597. }
  598. &__title {
  599. color: #AAAAAA;
  600. font-size: 1.12rem;
  601. font-weight: 400;
  602. }
  603. &__text {
  604. color: #43484C;
  605. }
  606. }
  607. }
  608. .infoContent__navBlock.tab_sticky + .row {
  609. padding-top: 65px;
  610. }
  611. .infoContent__navBlock {
  612. padding-top: 0rem;
  613. }
  614. .freeCall {
  615. position: fixed;
  616. bottom: 78px;
  617. z-index: 11;
  618. width: 100%;
  619. text-align: center;
  620. background: linear-gradient(180deg, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.9) 100%);
  621. &__btn {
  622. color: #fff;
  623. background-color: #EE7800;
  624. border-color: #EE7800;
  625. }
  626. }
  627. .fixed-btn {
  628. position: fixed;
  629. right: 15px;
  630. bottom: 5.5rem;
  631. z-index: 15;
  632. @media (min-width: $horizontal) {
  633. bottom: 5rem;
  634. }
  635. .btn-gotop {
  636. padding: 1rem .65rem;
  637. background-color: rgba(255, 255, 255, 0.897);
  638. display: flex;
  639. align-items: center;
  640. box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  641. -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  642. -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  643. }
  644. }
  645. .like {
  646. display: none;
  647. }
  648. #pills-video .col-6, #pills-columns .col-6 {
  649. width: 100%;
  650. }
  651. #pills-video .card__bgImg, #pills-columns .card__bgImg {
  652. height: 215px;
  653. }
  654. .emodal {
  655. &-title {
  656. color: #EE7800;
  657. margin: 0 auto;
  658. font-size: 18px;;
  659. }
  660. .form-control:focus {
  661. border-color: #ffb76f;
  662. box-shadow: none;
  663. }
  664. .btn-plus {
  665. color: #aaa;
  666. border-color: #aaa;
  667. }
  668. .btn-send {
  669. background-color: #ee7800;
  670. color: white;
  671. width: 30%;
  672. border: none;
  673. padding: 0.875rem 1rem;
  674. border-radius: 2px;
  675. }
  676. .btn-dismiss {
  677. width: 30%;
  678. border: none;
  679. padding: 0.875rem 1rem;
  680. background-color: #d1d2d3;
  681. border-radius: 2px;
  682. color: #fff;
  683. }
  684. }
  685. #putEmail_hidden {
  686. border: 1px solid;
  687. border-radius: 28px;
  688. color: #EE7800 !important;
  689. .fm-email-btn {
  690. padding: 2px 5px 2px 5px;
  691. }
  692. }
  693. .loading-move {
  694. animation-name: move;
  695. animation-duration: 2s;
  696. animation-delay: 0;
  697. animation-iteration-count: infinite;
  698. animation-direction: normal;
  699. animation-timing-function: linear;
  700. }
  701. @keyframes move {
  702. from {
  703. transform: rotate(0deg);
  704. }
  705. to {
  706. transform: rotate(360deg);
  707. }
  708. }