list-style.scss 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037
  1. body {
  2. font-family: 'Helvetica Neue';
  3. }
  4. .sec-00 {
  5. background-color: rgb(202, 202, 202);
  6. transition-property: height;
  7. transition-duration: 300ms;
  8. &__close {
  9. position: absolute;
  10. top: 0;
  11. right: 20px;
  12. width: 50px;
  13. height: 30px;
  14. background-color: hsla(0,0%,100%,.66);
  15. border-radius: 0 0 50px 50px;
  16. color: #888;
  17. border: none;
  18. outline: none;
  19. font-size: 11px;
  20. box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  21. line-height: 12px;
  22. z-index: 3;
  23. }
  24. &.bannerClose {
  25. height: 0;
  26. overflow: hidden;
  27. transition-property: height;
  28. transition-duration: 300ms;
  29. }
  30. .container-fluid {
  31. background-color: rgb(202, 202, 202);
  32. // height: 295px;
  33. // @media (max-width: 1850px) {
  34. // height: 260px;
  35. // }
  36. // @media (max-width: 1550px) {
  37. // height: 230px;
  38. // }
  39. // @media (max-width: 1100px) {
  40. // height: 200px;
  41. // }
  42. }
  43. &__slider {
  44. margin: 0 auto;
  45. width: 100%;
  46. height: 100%;
  47. max-width: 1310px;
  48. padding-top: 20px;
  49. padding-bottom: 24px;
  50. @media (max-width: 1850px) {
  51. max-width: 1310px;
  52. }
  53. @media (max-width: 1550px) {
  54. max-width: 1310px;
  55. }
  56. @media screen and(max-width:576px) {
  57. max-width: 100%;
  58. height: auto;
  59. }
  60. .slide-item {
  61. width: 100%;
  62. height: 100%;
  63. max-width: 1310px;
  64. max-height: 300px;
  65. -o-object-fit: contain;
  66. object-fit: contain;
  67. height: 300px;
  68. cursor: pointer;
  69. @media screen and(max-width:576px) {
  70. max-width: 100%;
  71. height: auto;
  72. }
  73. }
  74. }
  75. .slick-next{
  76. @media screen and(max-width:576px) {
  77. right:25px;
  78. }
  79. }
  80. .slick-prev{
  81. z-index: 100;
  82. @media screen and(max-width:576px) {
  83. left:25px;
  84. }
  85. }
  86. .slick-prev:before, .slick-next:before {
  87. display: none;
  88. }
  89. &__bulletList {
  90. position: absolute;
  91. bottom: 21px;
  92. left: calc(50% - 655px);
  93. width: 1310px;
  94. box-sizing: border-box;
  95. display: flex;
  96. z-index: 10;
  97. background-color: rgba(0,0,0,.1);
  98. @media screen and(max-width:576px) {
  99. width:100%;
  100. left: 0px;
  101. }
  102. }
  103. &__bullet {
  104. position: relative;
  105. width: 100%;
  106. height: 3px;
  107. background-color: rgba(0,0,0,.1);
  108. flex: 1 1 auto;
  109. opacity: 1;
  110. &::after {
  111. content: "";
  112. background: #ee7800;
  113. position: absolute;
  114. width: 0;
  115. height: 100%;
  116. left: 0;
  117. top: 0;
  118. border-radius: 2px;
  119. }
  120. }
  121. .bullet-active::after {
  122. width: 0;
  123. -webkit-animation-name: progress;
  124. animation-name: progress;
  125. -webkit-animation-duration: 4s;
  126. animation-duration: 4s;
  127. -webkit-animation-timing-function: linear;
  128. animation-timing-function: linear;
  129. }
  130. }
  131. @keyframes progress{
  132. 0%{
  133. width: 0%;
  134. }
  135. 25%{
  136. width: 25%;
  137. }
  138. 50%{
  139. width: 50%;
  140. }
  141. 75%{
  142. width: 75%;
  143. }
  144. 100%{
  145. width: 100%;
  146. }
  147. };
  148. @-webkit-keyframes progress{
  149. 0%{
  150. width: 0%;
  151. }
  152. 25%{
  153. width: 25%;
  154. }
  155. 50%{
  156. width: 50%;
  157. }
  158. 75%{
  159. width: 75%;
  160. }
  161. 100%{
  162. width: 100%;
  163. }
  164. };
  165. @-webkit-keyframes slidein {
  166. 100% {
  167. height: 0px;
  168. }
  169. }
  170. @keyframes slidein {
  171. 100% {
  172. height: 0px;
  173. }
  174. }
  175. .navbar {
  176. 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);
  177. -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);
  178. -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);
  179. padding-top: 5px;
  180. padding-bottom: 5px;
  181. background-color: white !important;
  182. z-index: 99;
  183. .container-fluid {
  184. padding:0 2.5rem;
  185. @media (max-width: 1100px) {
  186. padding:0 .6rem;
  187. }
  188. }
  189. &-toggler {
  190. padding-left: 0;
  191. border-color: transparent !important;
  192. &:focus {
  193. box-shadow: none;
  194. }
  195. }
  196. &-toggler-icon {
  197. display: flex;
  198. justify-items: center;
  199. i {
  200. font-size: 25px;
  201. line-height: 30px;
  202. display: inline-block;
  203. }
  204. }
  205. &-search, &-login {
  206. padding-right: 2px;
  207. }
  208. &-login {
  209. cursor: pointer;
  210. }
  211. &-search {
  212. &-magnify {
  213. cursor: pointer;
  214. }
  215. }
  216. &-brand {
  217. font-size: 1.5rem;
  218. &.navbar-logo {
  219. display: flex;
  220. align-items: center;
  221. }
  222. .navbar-login {
  223. font-size: 1rem;
  224. color: #EE7800;
  225. text-decoration: none;
  226. }
  227. }
  228. .nav-link {
  229. cursor: pointer;
  230. @media (max-width: 1100px) {
  231. padding: .5rem .5rem;
  232. font-size: .9rem;
  233. }
  234. }
  235. .navbar-nav {
  236. .nav-item {
  237. -webkit-appearance : none !important;
  238. margin: 0 .5rem;
  239. @media (max-width: 1100px) {
  240. margin: 0 0rem;
  241. }
  242. .dropbox {
  243. visibility: hidden;
  244. opacity: 0;
  245. transition: all .4s;
  246. position: absolute;
  247. width: 100vw;
  248. top: 100%;
  249. left: 0;
  250. background-color: rgba(255, 255, 255, 0.932);
  251. padding-top: 1.5rem;
  252. padding-bottom: 3rem;
  253. z-index: 1012;
  254. ul {
  255. padding-left: 0;
  256. }
  257. &-item {
  258. margin-bottom: .5rem;
  259. &.first {
  260. font-size: 1.1rem;
  261. font-weight: 600;
  262. .dropbox-link {
  263. color: black;
  264. }
  265. }
  266. }
  267. &-link {
  268. text-decoration: none;
  269. color: rgb(146, 146, 146);
  270. font-size: .85rem;
  271. &:hover {
  272. color: #EE7800;
  273. }
  274. &.dropbox-btn {
  275. border: 1px solid rgb(146, 146, 146);
  276. padding: .5rem 2rem;
  277. border-radius: 5px;
  278. width: 85%;
  279. min-width: 7rem;
  280. max-width: 11rem;
  281. }
  282. }
  283. &-btn {
  284. display: flex;
  285. align-items: center;
  286. justify-content: center;
  287. }
  288. .container {
  289. max-width: 900px;
  290. width: 70%;
  291. &.stylebox {
  292. transform: translateX(-30%);
  293. }
  294. &.designerbox {
  295. transform: translateX(-5%);
  296. }
  297. &.newbox {
  298. transform: translateX(15%);
  299. }
  300. &.forumbox {
  301. transform: translateX(50%);
  302. }
  303. }
  304. }
  305. .nav-link {
  306. position: relative;
  307. -webkit-appearance : none !important;
  308. color: rgba(0, 0, 0, 0.87);
  309. font-size: 1.17rem;
  310. padding: 1.075rem 10px;
  311. }
  312. .nav-link:after {
  313. position: absolute;
  314. content: " ";
  315. width: 100%;
  316. height: 90%;
  317. top: 10px;
  318. right: 0;
  319. border-bottom: 4px solid #EE7800;
  320. opacity: 0;
  321. transform: opacity 1s;
  322. }
  323. &:hover {
  324. .nav-link:after {
  325. opacity: 1;
  326. }
  327. >.dropbox {
  328. visibility: visible;
  329. opacity: 1;
  330. }
  331. }
  332. }
  333. .nav-item.lg {
  334. .container {
  335. max-width: 1200px;
  336. width: 90%;
  337. }
  338. .dropbox-link {
  339. text-decoration: none;
  340. color: rgb(146, 146, 146);
  341. font-size: .7rem;
  342. &:hover {
  343. color: #EE7800;
  344. }
  345. }
  346. .dropbox-item {
  347. margin-bottom: .1rem;
  348. &.first {
  349. .dropbox-link {
  350. font-size: .85rem;
  351. }
  352. }
  353. }
  354. }
  355. }
  356. &-search {
  357. .container {
  358. max-width: 900px;
  359. width: 70%;
  360. @media (max-width: 1100px) {
  361. width: 90%;
  362. }
  363. }
  364. .dropbox {
  365. visibility: hidden;
  366. opacity: 0;
  367. transition: all .2s;
  368. position: absolute;
  369. width: 100vw;
  370. top: 100%;
  371. left: 0;
  372. background-color: rgba(255, 255, 255, 0.932);
  373. padding-top: 1.5rem;
  374. padding-bottom: 3rem;
  375. &.open {
  376. visibility: visible;
  377. opacity: 1;
  378. }
  379. &__searchtab {
  380. width: 100%;
  381. background-color: gray;
  382. border-radius: 3px;
  383. padding: .2rem 1rem;
  384. padding-bottom: 1rem;
  385. }
  386. &__hots {
  387. &__title {
  388. font-size: 1rem;
  389. color: rgb(107, 107, 107);
  390. }
  391. &__link {
  392. font-size: .9rem;
  393. color: rgb(146, 146, 146);
  394. text-decoration: none;
  395. cursor: pointer;
  396. margin: 0 .2rem;
  397. }
  398. }
  399. &__searchBar {
  400. &__input {
  401. width: 100%;
  402. outline: none;
  403. border: 2px solid #EE7800;
  404. border-radius: 5rem;
  405. padding: .3rem 1.2rem;
  406. font-size: .9rem;
  407. }
  408. &__submit {
  409. outline: none;
  410. border: none;
  411. font-size: .9rem;
  412. background-color: transparent;
  413. color: #EE7800;
  414. margin-left: -1rem;
  415. transform: translateX(-100%);
  416. padding: 0 .6rem;
  417. }
  418. }
  419. &__tab {
  420. .nav-item {
  421. margin: 0 .6rem;
  422. -webkit-appearance : none ;
  423. }
  424. }
  425. .nav-item-link {
  426. -webkit-appearance : none !important;
  427. background: none !important;
  428. border: none !important;
  429. outline: none !important;
  430. font-size: 1rem;
  431. color: white;
  432. padding: 3px;
  433. position: relative;
  434. &::after {
  435. position: absolute;
  436. content: "";
  437. top: 0;
  438. left: 0;
  439. width: 100%;
  440. height: 100%;
  441. border-bottom: 3px solid #EE7800;
  442. opacity: 0;
  443. }
  444. &.active::after {
  445. opacity: 1;
  446. }
  447. }
  448. }
  449. .dropbox-tab-content {
  450. .tabpar {
  451. display: flex;
  452. padding-top: .5rem;
  453. .col {
  454. margin: 0 .6rem;
  455. }
  456. .select {
  457. font-size: 1rem;
  458. padding: .6rem;
  459. border-radius: 3px;
  460. color: rgb(116, 116, 116);
  461. }
  462. button {
  463. border: none;
  464. outline: none;
  465. background-color: #EE7800;
  466. border-radius: 3px;
  467. color: white;
  468. font-size: 1rem;
  469. padding: .6rem;
  470. }
  471. .image-search {
  472. border: none;
  473. outline: none;
  474. background-color: #EE7800;
  475. border-radius: 3px;
  476. color: white;
  477. font-size: 1rem;
  478. }
  479. .article-btn {
  480. border: none;
  481. outline: none;
  482. background-color: #EE7800;
  483. border-radius: 3px;
  484. color: white;
  485. font-size: 1rem;
  486. padding: .6rem;
  487. }
  488. .home-btn {
  489. border: none;
  490. outline: none;
  491. background-color: #EE7800;
  492. border-radius: 3px;
  493. color: white;
  494. font-size: 1rem;
  495. padding: .6rem;
  496. }
  497. }
  498. }
  499. }
  500. }
  501. .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
  502. opacity: 1;
  503. }
  504. .navbar-main.sticky {
  505. position: fixed;
  506. top: 0;
  507. width: 100%;
  508. }
  509. .navbar-main.sticky + .sec-02 {
  510. padding-top: 53.5px;
  511. }
  512. .sec-02 {
  513. &__slider {
  514. width: 100%;
  515. height: 100%;
  516. .slide-item {
  517. width: 100%;
  518. height: 74vh;
  519. background-position: center center;
  520. background-size: cover;
  521. background-repeat: no-repeat;
  522. cursor: pointer;
  523. }
  524. }
  525. .slick-prev:before, .slick-next:before {
  526. display: none;
  527. }
  528. .slick-prev {
  529. left: 15px;
  530. z-index: 3;
  531. }
  532. .slick-next {
  533. right: 15px;
  534. }
  535. }
  536. a {
  537. text-decoration: none;
  538. }
  539. .text-hhh {
  540. color: #EE7800;
  541. }
  542. .content {
  543. background-color: #FCFCFC;
  544. padding: 1rem 30px 0.5rem;
  545. .infoCard {
  546. color: #727679;
  547. text-align: center;
  548. padding: 1rem;
  549. background-color: rgba(244, 244, 244, 0.8);
  550. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
  551. transform: translateY(-150px);
  552. &__seo {
  553. font-size: .9rem;
  554. text-align: center;
  555. padding: 1rem;
  556. display: block;
  557. line-height: 1.2;
  558. }
  559. &__approve {
  560. color: #FF0000;
  561. }
  562. &__avatar {
  563. width: 200px;
  564. height: 200px;
  565. border: 3px solid #FFF;
  566. border-radius: 50%;
  567. background-size: cover;
  568. background-repeat: no-repeat;
  569. }
  570. &__detail {
  571. aside {
  572. line-height: 2;
  573. font-size: .9rem;
  574. }
  575. &__l {
  576. flex-basis: 30%;
  577. display: flex;
  578. justify-content: flex-end;
  579. flex-grow: 0;
  580. max-width: 30%;
  581. &.title {
  582. color: #AAAAAA;
  583. font-size: 1.125rem;
  584. font-weight: 400;
  585. transform: translateX(-15px);
  586. }
  587. }
  588. &__r {
  589. flex-basis: 70%;
  590. text-align: start;
  591. flex-grow: 0;
  592. max-width: 70%;
  593. word-break: break-all;
  594. a {
  595. color: #727679;
  596. &:hover {
  597. color: #EE7800;
  598. }
  599. }
  600. }
  601. }
  602. .scMedia {
  603. display: flex;
  604. padding: 1rem 0;
  605. width: 100%;
  606. margin-left: auto;
  607. margin-right: auto;
  608. justify-content: space-around;
  609. a {
  610. width: 16%;
  611. img {
  612. width: 100%;
  613. }
  614. }
  615. span {
  616. width: 16%;
  617. cursor: pointer;
  618. img {
  619. width: 100%;
  620. }
  621. }
  622. }
  623. }
  624. }
  625. .infoContent {
  626. a {
  627. color: #727679;
  628. text-decoration: none;
  629. font-size: .9rem;
  630. &.active {
  631. color: #EE7800;
  632. }
  633. }
  634. .nav-item {
  635. margin: 0 0.8rem;
  636. width: auto;
  637. &-link {
  638. display: block;
  639. padding: 0.5rem 2.5rem;
  640. text-decoration: none;
  641. background-color: transparent;
  642. font-size: 1rem;
  643. color: #727679;
  644. transition: all .3s;
  645. -webkit-appearance : none !important;
  646. appearance: none;
  647. border-radius: 0;
  648. @media screen and (max-width: 1200px) {
  649. padding: 0.5rem .8rem;
  650. }
  651. &:hover {
  652. color: #EE7800;
  653. -webkit-appearance : none !important;
  654. appearance: none;
  655. }
  656. &.active {
  657. color: #EE7800;
  658. border-bottom: 2px solid #EE7800;
  659. -webkit-appearance : none !important;
  660. appearance: none;
  661. }
  662. }
  663. }
  664. .likeSee {
  665. margin-top: .8rem;
  666. @media screen and (max-width: 1200px) {
  667. width: 12%;
  668. position: absolute;
  669. right: -1.5rem;
  670. bottom: -1.5rem;
  671. }
  672. span {
  673. color: #727679;
  674. font-size: .9rem;
  675. cursor: pointer;
  676. &:hover {
  677. color: #EE7800;
  678. }
  679. }
  680. &__divider {
  681. height: 12px;
  682. display: inline-block;
  683. border: 0.5px solid #9d9d9d;
  684. }
  685. }
  686. .card {
  687. box-shadow: 0 1px 10px #eee;
  688. margin: 0 0 1.5rem;
  689. border: none;
  690. overflow: hidden;
  691. &:hover .card__bgImg {
  692. transform: scale(1.1);
  693. }
  694. &__bgImg {
  695. height: 293px;
  696. background-repeat: no-repeat;
  697. background-size: cover;
  698. background-position: center;
  699. position: relative;
  700. display: flex;
  701. justify-content: center;
  702. -webkit-box-align: center;
  703. align-items: center;
  704. -webkit-box-pack: center;
  705. transition: all .4s;
  706. }
  707. &-body {
  708. padding: 0.5rem 1rem;
  709. }
  710. &__title {
  711. font-size: 1.125rem;
  712. -webkit-box-orient: vertical;
  713. box-orient: vertical;
  714. -webkit-line-clamp: 2;
  715. height: calc(18px * 2 * 1.5);
  716. overflow: hidden;
  717. text-overflow: ellipsis;
  718. display: -webkit-box;
  719. font-weight: bold;
  720. margin: 0.5rem 0;
  721. color: #727679;
  722. }
  723. &__tag {
  724. margin: 0 0.2rem 0 0;
  725. &:hover {
  726. color: #EE7800;
  727. }
  728. }
  729. }
  730. .company {
  731. &__block {
  732. margin: 0 0 2rem;
  733. }
  734. &__title {
  735. color: #AAAAAA;
  736. font-size: 2rem;
  737. font-weight: bold;
  738. }
  739. &__text {
  740. color: #43484C;
  741. }
  742. }
  743. }
  744. .nav-collapse-fixed {
  745. position: fixed;
  746. top: 52px;
  747. z-index: -1;
  748. width: 100%;
  749. @media screen and (max-width: 1200px) {
  750. width: auto;
  751. }
  752. opacity: 0;
  753. transition: opacity .5s;
  754. &.sticky {
  755. display: block;
  756. opacity: 1;
  757. z-index: 20;
  758. }
  759. .nav-collpase {
  760. padding: 1rem 0;
  761. background-color: #FCFCFC;
  762. box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
  763. }
  764. }
  765. .navbar-main.sticky + .hero {
  766. padding-top: 53px;
  767. }
  768. .fixed-btn {
  769. position: fixed;
  770. right: 15px;
  771. bottom: 2rem;
  772. .btn-gotop, .btn-login, .btn-favor {
  773. cursor: pointer;
  774. padding: 1.2rem .8rem;
  775. background-color: rgba(255, 255, 255, 0.897);
  776. display: flex;
  777. align-items: center;
  778. 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);
  779. -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);
  780. -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);
  781. }
  782. }
  783. .footer {
  784. background: #e9e9e9;
  785. padding: 2.5rem 0;
  786. .container {
  787. @media (max-width: 1100px) {
  788. width: 98%;
  789. max-width: 950px;
  790. }
  791. }
  792. &__block {
  793. padding: 1rem 3rem;
  794. border-left: 1px solid rgb(143, 143, 143);
  795. @media (max-width: 1100px) {
  796. padding: 1rem 1rem;
  797. }
  798. &-title {
  799. font-size: 1.3rem;
  800. margin-bottom: 1.5rem;
  801. }
  802. &-list {
  803. padding-left: 0;
  804. }
  805. &:nth-of-type(1) {
  806. border-left: none;
  807. }
  808. &:nth-of-type(2) {
  809. padding: 1rem 4rem;
  810. @media (max-width: 1100px) {
  811. padding: 1rem 1rem;
  812. }
  813. }
  814. &-socials {
  815. padding-left: 0;
  816. display: flex;
  817. align-items: center;
  818. justify-content: space-between;
  819. img {
  820. @media (max-width: 1100px) {
  821. width: 30px;
  822. }
  823. }
  824. }
  825. .follows-fp {
  826. text-decoration: none;
  827. color: #696969;
  828. font-size: .9rem;
  829. display: flex;
  830. align-items: center;
  831. @media (max-width: 1100px) {
  832. font-size: .8rem;
  833. }
  834. }
  835. &-phone {
  836. p {
  837. display: inline;
  838. @media (max-width: 900px) {
  839. display: block;
  840. }
  841. }
  842. p, span {
  843. font-size: .9rem;
  844. }
  845. .text-phone {
  846. color: #EE7800;
  847. text-decoration: none;
  848. }
  849. }
  850. &-links {
  851. display: flex;
  852. align-items: center;
  853. margin-top: 1rem;
  854. justify-content: center;
  855. &-grp {
  856. padding: .3rem;
  857. border-left: 1px solid rgb(185, 185, 185);
  858. &:nth-of-type(1) {
  859. border-left: none;
  860. }
  861. a {
  862. display: block;
  863. text-decoration: none;
  864. color: #696969;
  865. font-size: .9rem;
  866. margin-bottom: .4rem;
  867. @media (max-width: 1100px) {
  868. font-size: .8rem;
  869. }
  870. }
  871. }
  872. }
  873. &-subscribe {
  874. width: 100%;
  875. margin-top: 1rem;
  876. .subscribeBar {
  877. font-size: .8rem;
  878. width: 70%;
  879. margin-left: 7%;
  880. @media (max-width: 900px) {
  881. width: 75%;
  882. margin-left: 3%;
  883. font-size: .7rem;
  884. }
  885. }
  886. .subscribeBtn {
  887. width: 20%;
  888. padding: .4rem .6rem;
  889. padding-bottom: 9px;
  890. border: none;
  891. outline: none;
  892. background-color: rgb(41, 41, 41);
  893. color: white;
  894. border-radius: 0 3px 3px 0;
  895. margin-left: -.4rem;
  896. @media (max-width: 900px) {
  897. margin-left: -.3rem;
  898. font-size: .8rem;
  899. padding-top: 9px;
  900. padding-bottom: 10px;
  901. }
  902. }
  903. }
  904. }
  905. &__list-item {
  906. display: flex;
  907. align-items: center;
  908. text-decoration: none;
  909. margin-bottom: .5rem;
  910. p {
  911. color: #696969;
  912. font-size: .9rem;
  913. font-weight: 300;
  914. }
  915. }
  916. &__list-icon {
  917. width: 30px;
  918. display: flex;
  919. justify-content: center;
  920. margin-right: .3rem;
  921. }
  922. .bottom-box {
  923. padding: 1rem 0;
  924. border-top: 1px solid rgb(185, 185, 185);
  925. margin-top: 2.5rem;
  926. }
  927. }
  928. .like {
  929. display: none;
  930. }
  931. // #pills-intro {
  932. // .work__row {
  933. // .col-md-4:nth-of-type(3n-1) {
  934. // margin-top: .5rem;
  935. // }
  936. // .col-md-4:nth-of-type(3n) {
  937. // margin-top: -1rem;
  938. // }
  939. // .col-md-4:nth-of-type(3n+1) {
  940. // margin-top: -1rem;
  941. // }
  942. // .col-md-4:nth-of-type(2) {
  943. // margin-top: .5rem;
  944. // }
  945. // }
  946. // }
  947. .emodal {
  948. &-title {
  949. color: #EE7800;
  950. margin: 0 auto;
  951. font-size: 18px;;
  952. }
  953. .form-control:focus {
  954. border-color: #ffb76f;
  955. box-shadow: none;
  956. }
  957. .btn-plus {
  958. color: #aaa;
  959. border-color: #aaa;
  960. }
  961. .btn-send {
  962. background-color: #ee7800;
  963. color: white;
  964. width: 30%;
  965. border: none;
  966. padding: 0.875rem 1rem;
  967. border-radius: 2px;
  968. }
  969. .btn-dismiss {
  970. width: 30%;
  971. border: none;
  972. padding: 0.875rem 1rem;
  973. background-color: #d1d2d3;
  974. border-radius: 2px;
  975. color: #fff;
  976. }
  977. }
  978. #putEmail_hidden {
  979. border: 1px solid;
  980. border-radius: 28px;
  981. color: #EE7800 !important;
  982. .fm-email-btn {
  983. padding: 2px 5px 2px 5px;
  984. }
  985. }
  986. .loading-move {
  987. animation-name: move;
  988. animation-duration: 2s;
  989. animation-delay: 0;
  990. animation-iteration-count: infinite;
  991. animation-direction: normal;
  992. animation-timing-function: linear;
  993. }
  994. @keyframes move {
  995. from {
  996. transform: rotate(0deg);
  997. }
  998. to {
  999. transform: rotate(360deg);
  1000. }
  1001. }