123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804 |
- body {
- font-family: 'Helvetica Neue';
- }
- .sec-00 {
- height: 295px;
- transition-property: height;
- transition-duration: 300ms;
- @media (max-width: 1850px) {
- height: 260px;
- }
- @media (max-width: 1550px) {
- height: 230px;
- }
- @media (max-width: 1100px) {
- height: 200px;
- }
- &__close {
- position: absolute;
- top: 0;
- right: 20px;
- width: 50px;
- height: 30px;
- background-color: hsla(0,0%,100%,.66);
- border-radius: 0 0 50px 50px;
- color: #888;
- border: none;
- outline: none;
- font-size: 11px;
- box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
- line-height: 12px;
- }
- &.bannerClose {
- height: 0;
- overflow: hidden;
- transition-property: height;
- transition-duration: 300ms;
- }
- .container-fluid {
- background-color: rgb(202, 202, 202);
- height: 295px;
- @media (max-width: 1850px) {
- height: 260px;
- }
- @media (max-width: 1550px) {
- height: 230px;
- }
- @media (max-width: 1100px) {
- height: 200px;
- }
- }
- &__slider {
- margin: 0 auto;
- width: 70%;
- height: 100%;
- max-width: 1344px;
- @media (max-width: 1850px) {
- max-width: 1176px;
- }
- @media (max-width: 1550px) {
- max-width: 1010px;
- }
- .slide-item {
- width: 100%;
- height: 295px;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- cursor: pointer;
- @media (max-width: 1850px) {
- height: 260px;
- }
- @media (max-width: 1550px) {
- height: 230px;
- }
- @media (max-width: 1100px) {
- height: 200px;
- }
- }
- }
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- }
- @-webkit-keyframes slidein {
- 100% {
- height: 0px;
- }
- }
- @keyframes slidein {
- 100% {
- height: 0px;
- }
- }
- .navbar {
- 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);
- -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);
- -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);
- padding-top: 5px;
- padding-bottom: 5px;
- background-color: white !important;
- z-index: 99;
- .container-fluid {
- padding:0 2.5rem;
- @media (max-width: 1100px) {
- padding:0 .6rem;
- }
- }
- &-toggler {
- padding-left: 0;
- border-color: transparent !important;
- &:focus {
- box-shadow: none;
- }
- }
- &-toggler-icon {
- display: flex;
- justify-items: center;
- i {
- font-size: 25px;
- line-height: 30px;
- display: inline-block;
- }
- }
- &-search, &-login {
- padding-right: 2px;
- }
- &-login {
- cursor: pointer;
- }
- &-search {
- &-magnify {
- cursor: pointer;
- }
- }
- &-brand {
- font-size: 1.5rem;
- &.navbar-logo {
- display: flex;
- align-items: center;
- }
- .navbar-login {
- font-size: 1rem;
- color: #EE7800;
- text-decoration: none;
- }
- }
- .nav-link {
- cursor: pointer;
- @media (max-width: 1100px) {
- padding: .5rem .5rem;
- font-size: .9rem;
- }
- }
- .navbar-nav {
- .nav-item {
- margin: 0 .5rem;
- @media (max-width: 1100px) {
- margin: 0 0rem;
- }
- .dropbox {
- visibility: hidden;
- opacity: 0;
- transition: all .4s;
- position: absolute;
- width: 100vw;
- top: 100%;
- left: 0;
- background-color: rgba(255, 255, 255, 0.932);
- padding-top: 1.5rem;
- padding-bottom: 3rem;
- ul {
- padding-left: 0;
- }
- &-item {
- margin-bottom: .5rem;
- &.first {
- font-size: 1.1rem;
- font-weight: 600;
- .dropbox-link {
- color: black;
- }
- }
- }
- &-link {
- text-decoration: none;
- color: rgb(146, 146, 146);
- font-size: .85rem;
- &:hover {
- color: #EE7800;
- }
- &.dropbox-btn {
- border: 1px solid rgb(146, 146, 146);
- padding: .5rem 2rem;
- border-radius: 5px;
- width: 85%;
- min-width: 7rem;
- max-width: 11rem;
- }
- }
- &-btn {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .container {
- max-width: 900px;
- width: 70%;
- &.stylebox {
- transform: translateX(-30%);
- }
- &.designerbox {
- transform: translateX(-5%);
- }
- &.newbox {
- transform: translateX(15%);
- }
- &.forumbox {
- transform: translateX(50%);
- }
- }
- }
- .nav-link {
- position: relative;
- }
- .nav-link:after {
- position: absolute;
- content: " ";
- width: 100%;
- height: 90%;
- top: 0;
- right: 0;
- border-bottom: 2px solid #EE7800;
- opacity: 0;
- transform: opacity 1s;
- }
- &:hover {
- .nav-link:after {
- opacity: 1;
- }
- >.dropbox {
- visibility: visible;
- opacity: 1;
- }
- }
-
- }
- .nav-item.lg {
- .container {
- max-width: 1200px;
- width: 90%;
- }
- .dropbox-link {
- text-decoration: none;
- color: rgb(146, 146, 146);
- font-size: .7rem;
- &:hover {
- color: #EE7800;
- }
- }
- .dropbox-item {
- margin-bottom: .1rem;
- &.first {
- .dropbox-link {
- font-size: .85rem;
- }
- }
- }
- }
- }
- &-search {
- .container {
- max-width: 900px;
- width: 70%;
- @media (max-width: 1100px) {
- width: 90%;
- }
- }
- .dropbox {
- visibility: hidden;
- opacity: 0;
- transition: all .2s;
- position: absolute;
- width: 100vw;
- top: 100%;
- left: 0;
- background-color: rgba(255, 255, 255, 0.932);
- padding-top: 1.5rem;
- padding-bottom: 3rem;
- &.open {
- visibility: visible;
- opacity: 1;
- }
- &__searchtab {
- width: 100%;
- background-color: gray;
- border-radius: 3px;
- padding: .2rem 1rem;
- padding-bottom: 1rem;
- }
- &__hots {
- &__title {
- font-size: 1rem;
- color: rgb(107, 107, 107);
- }
- &__link {
- font-size: .9rem;
- color: rgb(146, 146, 146);
- text-decoration: none;
- cursor: pointer;
- margin: 0 .2rem;
- }
- }
- &__searchBar {
- &__input {
- width: 100%;
- outline: none;
- border: 2px solid #EE7800;
- border-radius: 5rem;
- padding: .3rem 1.2rem;
- font-size: .9rem;
- }
- &__submit {
- outline: none;
- border: none;
- font-size: .9rem;
- background-color: transparent;
- color: #EE7800;
- margin-left: -1rem;
- transform: translateX(-100%);
- padding: 0 .6rem;
- }
- }
- &__tab {
- .nav-item {
- margin: 0 .6rem;
- }
- }
- .nav-item-link {
- border: none;
- outline: none;
- font-size: 1rem;
- color: white;
- padding: 3px;
- position: relative;
- &::after {
- position: absolute;
- content: "";
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border-bottom: 3px solid #EE7800;
- opacity: 0;
- }
- &.active::after {
- opacity: 1;
- }
- }
-
- }
- .dropbox-tab-content {
- .tabpar {
- display: flex;
- padding-top: .5rem;
- .col {
- margin: 0 .6rem;
- }
- .select {
- font-size: 1rem;
- padding: .6rem;
- border-radius: 3px;
- color: rgb(116, 116, 116);
- }
- button {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- .image-search {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- }
- .article-btn {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- .home-btn {
- border: none;
- outline: none;
- background-color: #EE7800;
- border-radius: 3px;
- color: white;
- font-size: 1rem;
- padding: .6rem;
- }
- }
- }
- }
- }
- .navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
- opacity: 1;
- }
- .navbar-main.sticky {
- position: fixed;
- top: 0;
- width: 100%;
- }
- .navbar-main.sticky + .sec-02 {
- padding-top: 53.5px;
- }
- .sec-02 {
- &__slider {
- width: 100%;
- height: 100%;
- .slide-item {
- width: 100%;
- height: 74vh;
- background-position: center center;
- background-size: cover;
- background-repeat: no-repeat;
- cursor: pointer;
- }
-
- }
- .slick-prev:before, .slick-next:before {
- display: none;
- }
- .slick-prev {
- left: 15px;
- z-index: 3;
- }
- .slick-next {
- right: 15px;
- }
- }
- a {
- text-decoration: none;
- }
- .text-hhh {
- color: #EE7800;
- }
- .content {
- background-color: #FCFCFC;
- padding: 1rem 30px 0.5rem;
- .infoCard {
- color: #727679;
- text-align: center;
- padding: 1rem;
- background-color: rgba(244, 244, 244, 0.8);
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
- transform: translateY(-150px);
- &__seo {
- font-size: .9rem;
- text-align: center;
- padding: 1rem;
- display: block;
- line-height: 1.2;
- }
- &__approve {
- color: #FF0000;
- }
- &__avatar {
- width: 200px;
- height: 200px;
- border: 3px solid #FFF;
- border-radius: 50%;
- background-size: cover;
- background-repeat: no-repeat;
-
- }
- &__detail {
- aside {
- line-height: 2;
- font-size: .9rem;
- }
- &__l {
- flex-basis: 30%;
- display: flex;
- justify-content: flex-end;
- flex-grow: 0;
- max-width: 30%;
- &.title {
- color: #AAAAAA;
- font-size: 1.125rem;
- font-weight: bold;
- transform: translateX(-15px);
- }
- }
- &__r {
- flex-basis: 70%;
- text-align: start;
- flex-grow: 0;
- max-width: 70%;
- word-break: break-all;
- }
- }
- .scMedia {
- display: flex;
- padding: 1rem 0;
- width: 100%;
- margin-left: auto;
- margin-right: auto;
- justify-content: space-around;
- a {
- width: 16%;
- img {
- width: 100%;
- }
- }
- }
- }
- }
- .infoContent {
- a {
- color: #727679;
- text-decoration: none;
- font-size: .9rem;
- &.active {
- color: #EE7800;
- }
- }
- .nav-item {
- margin: 0 0.8rem;
- width: auto;
- &-link {
- display: block;
- padding: 0.5rem 2.5rem;
- text-decoration: none;
- background-color: transparent;
- font-size: .9rem;
- color: #727679;
- &.active {
- color: #EE7800;
- border-bottom: 2px solid #EE7800;
- }
- }
- }
- .likeSee {
- &__divider {
- height: 12px;
- display: inline-block;
- border: 0.5px solid #9d9d9d;
- }
- }
- .card {
- box-shadow: 0 1px 10px #eee;
- margin: 0 0 1.5rem;
- border: none;
- &__bgImg {
- height: 293px;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- position: relative;
- display: flex;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- -webkit-box-pack: center;
- }
- &-body {
- padding: 0.5rem 1rem;
- }
- &__title {
- font-size: 1.125rem;
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-line-clamp: 2;
- height: calc(18px * 2 * 1.5);
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- font-weight: bold;
- margin: 0.5rem 0;
- color: #727679;
- }
- &__tag {
- margin: 0 0.2rem 0 0;
- }
- }
- .company {
- &__block {
- margin: 0 0 2rem;
- }
- &__title {
- color: #AAAAAA;
- font-size: 2rem;
- font-weight: bold;
- }
- &__text {
- color: #43484C;
- }
- }
- }
- .nav-collapse-fixed {
- position: fixed;
- top: 52px;
- z-index: 1010;
- width: 100%;
- opacity: 0;
- transition: opacity .5s;
- &.sticky {
- display: block;
- opacity: 1;
- }
- .nav-collpase {
- padding: 1rem 0;
- background-color: #FCFCFC;
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15)
- }
- }
- .navbar-main.sticky + .hero {
- padding-top: 53px;
- }
- .fixed-btn {
- position: fixed;
- right: 15px;
- bottom: 2rem;
- .btn-gotop, .btn-login, .btn-favor {
- cursor: pointer;
- padding: 1.2rem .8rem;
- background-color: rgba(255, 255, 255, 0.897);
- display: flex;
- align-items: center;
- 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);
- -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);
- -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);
- }
-
- }
- .footer {
- background: #e9e9e9;
- padding: 2.5rem 0;
- .container {
- @media (max-width: 1100px) {
- width: 98%;
- max-width: 950px;
- }
- }
- &__block {
- padding: 1rem 3rem;
- border-left: 1px solid rgb(143, 143, 143);
- @media (max-width: 1100px) {
- padding: 1rem 1rem;
- }
- &-title {
- font-size: 1.3rem;
- margin-bottom: 1.5rem;
- }
- &-list {
- padding-left: 0;
- }
- &:nth-of-type(1) {
- border-left: none;
- }
- &:nth-of-type(2) {
- padding: 1rem 4rem;
- @media (max-width: 1100px) {
- padding: 1rem 1rem;
- }
- }
- &-socials {
- padding-left: 0;
- display: flex;
- align-items: center;
- justify-content: space-between;
- img {
- @media (max-width: 1100px) {
- width: 30px;
- }
- }
- }
- .follows-fp {
- text-decoration: none;
- color: #696969;
- font-size: .9rem;
- display: flex;
- align-items: center;
- @media (max-width: 1100px) {
- font-size: .8rem;
- }
- }
- &-phone {
- p {
- display: inline;
- @media (max-width: 900px) {
- display: block;
- }
- }
- p, span {
- font-size: .9rem;
- }
- .text-phone {
- color: #EE7800;
- text-decoration: none;
- }
- }
- &-links {
- display: flex;
- align-items: center;
- margin-top: 1rem;
- justify-content: center;
- &-grp {
- padding: .3rem;
- border-left: 1px solid rgb(185, 185, 185);
- &:nth-of-type(1) {
- border-left: none;
- }
- a {
- display: block;
- text-decoration: none;
- color: #696969;
- font-size: .9rem;
- margin-bottom: .4rem;
- @media (max-width: 1100px) {
- font-size: .8rem;
- }
- }
- }
- }
- &-subscribe {
- width: 100%;
- margin-top: 1rem;
- .subscribeBar {
- font-size: .8rem;
- width: 70%;
- margin-left: 7%;
- @media (max-width: 900px) {
- width: 75%;
- margin-left: 3%;
- font-size: .7rem;
- }
- }
- .subscribeBtn {
- width: 20%;
- padding: .4rem .6rem;
- padding-bottom: 9px;
- border: none;
- outline: none;
- background-color: rgb(41, 41, 41);
- color: white;
- border-radius: 0 3px 3px 0;
- margin-left: -.4rem;
- @media (max-width: 900px) {
- margin-left: -.3rem;
- font-size: .8rem;
- padding-top: 9px;
- padding-bottom: 10px;
- }
- }
- }
- }
- &__list-item {
- display: flex;
- align-items: center;
- text-decoration: none;
- margin-bottom: .5rem;
- p {
- color: #696969;
- font-size: .9rem;
- font-weight: 300;
- }
- }
- &__list-icon {
- width: 30px;
- display: flex;
- justify-content: center;
- margin-right: .3rem;
- }
- .bottom-box {
- padding: 1rem 0;
- border-top: 1px solid rgb(185, 185, 185);
- margin-top: 2.5rem;
- }
- }
|