| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781 |
- body, #voca-wrap{
- background: #f7f7f7;
- }
- .library-header {
- background: linear-gradient(to bottom, #F7DC6F 0%, #F39C12 100%);
- background-size: 1314px 320px;
- background-position: center -85px;
- padding: 0px 15px;
- }
- .library-header .library-cover{
- max-width: var(--max-width);
- margin: auto;
- display: flex;
- position: relative;
- min-height: 200px;
- }
- .library-header .library-cover .cover-center{
- margin: auto;
- width: 100%;
- }
- .library-title{
- font-family: opensanslight;
- font-size: 35px;
- color: #fff;
- margin: 0px;
- line-height: 42px;
- margin-bottom: 5px;
- }
- .library-description{
- font-family: opensansregular;
- font-size: 16px;
- color: #fff;
- line-height: 22px;
- /* max-width: 390px;*/
- margin: 0px;
- }
- .library-search-cover{
- padding-left: 30px;
- padding-top: 10px;
- }
- .library-search-container{
- position: relative;
- width: 100%;
- height: 45px;
- }
- #library-search-input{
- width: 100%;
- height: 100%;
- font-family: opensanssemibold;
- font-size: 15px;
- color: var(--color-default-title);
- padding: 0px 30px;
- padding-right: 50px;
- background: #fff;
- border: 2px solid var(--color-blue-bg);
- outline: 0px;
- border-radius: 30px;
- position: relative;
- z-index: 1001;
- }
- #library-search-input::placeholder{
- font-family: opensanslight;
- color: var(--color-default-text);
- }
- .library-header-menu{
- width: 100%;
- position: absolute;
- bottom: 0px;
- left: 0px;
- overflow: hidden;
- }
- .library-header-menu-cover{
- white-space: nowrap;
- display: inline-block;
- }
- .library-header-menu .menu-item{
- display: inline-block;
- height: 35px;
- line-height: 35px;
- vertical-align: bottom;
- padding: 0px 20px;
- font-family: opensanssemibold;
- font-size: 13px;
- color: #fff;
- text-decoration: none;
- outline: 0px;
- min-width: 100px;
- text-align: center;
- }
- .library-header-menu .menu-item.menu-active{
- border-bottom: 4px solid #fff;
- }
- .library-body{
- padding: 40px 15px;
- }
- .library-body .body-cover{
- max-width: var(--max-width);
- margin: auto;
- }
- .library-list-product {
- margin-left: -15px;
- margin-right: -15px;
- text-align: center;
- }
- .library-list-product .library-product {
- width: 259px;
- height: 250px;
- display: inline-block;
- vertical-align: top;
- /*margin: 0px 15px 40px;*/
- margin: 0px 10px 20px;
- position: relative;
- transition: 0.1s all linear;
- }
- .library-list-product .library-product-cover{
- width: 100%;
- height: 100%;
- display: inline-block;
- text-decoration: none;
- border-radius: 10px;
- background: #fff;
- border: 1px solid #E3E4E5;
- box-shadow: 0px 0px 5px 0px #E8E8E8;
- position: relative;
- transition: 0.1s all linear;
- overflow: hidden;
- }
- .library-list-product .library-product:hover .library-product-cover{
- box-shadow: 0px 2px 10px 1px #E8E8E8;
- }
- .library-list-product .library-product:hover{
- transform: translate(0, -3px);
- }
- .library-product .product-image{
- width: 100%;
- height: 120px;
- margin-bottom: 15px;
- }
- .library-product .product-price{
- display: inline-block;
- width: 50px;
- height: 35px;
- position: absolute;
- left: 10px;
- top: 0;
- font-size: 13px;
- color: #fff;
- background: #EC008C;
- padding-top: 4px;
- line-height: 15px;
- text-align: center;
- }
- .library-product .product-price:after {
- content: "";
- position: absolute;
- bottom: -15px;
- left: 0;
- width: 0;
- height: 0;
- border-left: 25px solid transparent;
- border-right: 25px solid transparent;
- border-top: 15px solid #EC008C;
- }
- .library-product .product-price.product-free{
-
- background: #7AC60C;
- font-size: 15px;
- padding-top: 13px;
- }
- .library-product .product-price.product-free:after {
- border-top: 15px solid #7AC60C;
- }
- .library-product .product-name{
- padding: 0px 15px;
- font-family: opensansbold;
- font-size: 16px;
- color: var(--color-default-title);
- margin-bottom: 5px;
- line-height: 20px;
- min-height: 25px;
- overflow: hidden;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- display: -webkit-box;
- }
- .library-product .product-category{
- padding: 0px 15px;
- font-family: opensansregular;
- font-size: 13px;
- color: var(--color-green-text);
- margin-bottom: 10px;
- }
- .library-product .product-description{
- padding: 0px 15px;
- font-family: opensansregular;
- font-size: 13px;
- color: #AFAFAF;
- line-height: 18px;
- margin: 0px;
- overflow: hidden;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- display: -webkit-box;
- }
- .library-product .product-bottom{
- padding: 0px 15px;
- width: 100%;
- height: 55px;
- display: flex;
- position: absolute;
- left: 0px;
- bottom: 0px;
- background: #eaeaea;
- }
- .library-product .product-bottom .bottom-text{
- font-family: opensanslight;
- font-size: 16px;
- color: var(--color-default-title);
- margin: auto;
- text-align: center;
- }
- .library-product .product-bottom .bottom-text .text-bold{
- font-family: opensanssemibold;
- }
- .library-product .dropdown{
- position: absolute;
- right: 10px;
- top: 10px;
- }
- .library-product .dropdown button{
- display: inline-block;
- width: 17px;
- height: 17px;
- background: url('../imgs/learning-icon-bg.svg') 0px -2620px;
- border: 0px;
- outline: 0px;
- padding: 0px;
- margin: 0px;
- opacity: 0;
- transition: opacity .25s ease;
- }
- .library-product:hover .dropdown button{
- opacity: 1;
- }
- .library-product .dropdown.open button{
- background-position: 0px -2640px;
- opacity: 1;
- }
- .library-product .dropdown .dropdown-menu{
- width: 180px;
- padding: 15px 0px;
- background: #fff;
- border-radius: 10px;
- border: 0px;
- box-shadow: 0px 0px 10px 1px #D6D7D8;
- top: calc(100% + 17px);
- left: auto;
- right: -20px;
- }
- .library-product .dropdown .dropdown-menu::before{
- content: "";
- display: inline-block;
- width: 12px;
- height: 12px;
- box-shadow: 1px -1px 10px 0px #D6D7D8;
- position: absolute;
- top: 0px;
- right: 23px;
- transform: translate(0px, -50%) rotate(-45deg);
- background: #fff;
- }
- .library-product .dropdown .dropdown-menu li a{
- font-family: opensansregular;
- font-size: 13px;
- color: var(--color-default-title);
- height: 35px;
- line-height: 35px;
- width: 100%;
- transition: 0.2s all ease;
- padding: 0px 0px 0px 25px;
- }
- .library-product .dropdown .dropdown-menu li a:hover{
- font-family: opensanssemibold;
- color: #fff;
- background: var(--color-blue-bg);
- }
- .library-search-icon{
- position: absolute;
- right: 17px;
- top: calc(50% - 12px);
- display: inline-block;
- width: 25px;
- height: 25px;
- background: #fff;
- transition: 0.3s ease;
- transform-style: preserve-3d;
- cursor: pointer;
- z-index: 1001;
- }
- .library-search-icon .icon-search{
- display: inline-block;
- width: 20px;
- height: 21px;
- background: url('../imgs/learning-icon-bg.svg') 0px -2480px;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- backface-visibility: hidden;
- z-index: 2;
- }
- .library-search-icon .icon-search-close{
- display: inline-block;
- width: 18px;
- height: 18px;
- background: url('../imgs/learning-icon-bg.svg') 0px -2505px;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%) rotateY(-180deg);
- backface-visibility: hidden;
- }
- .library-search-icon.flipper-icon {
- transform: rotateY(-180deg);
- }
- .library-search-result{
- position: absolute;
- width: 100%;
- left: 0px;
- top: calc(100% + 8px);
- border: 1px solid var(--color-blue-bg);
- background: #fff;
- display: none;
- z-index: 1001;
- border-radius: 15px;
- }
- .library-search-result .result-empty{
- padding: 35px 30px;
- text-align: center;
- }
- .library-search-result .result-product{
- padding: 20px 30px;
- display: none;
- }
- .library-search-result .result-empty .empty-icon{
- display: block;
- margin: auto;
- width: 45px;
- height: 46px;
- background: url('../imgs/learning-icon-bg.svg') 0px -1660px;
- margin-bottom: 15px;
- }
- .library-search-result .result-empty .empty-text{
- font-family: opensansregular;
- font-size: 13px;
- color: var(--color-gray);
- line-height: 22px;
- margin: auto;
- text-align: center;
- max-width: 300px;
- }
- .library-search-result .result-empty .empty-button{
- display: block;
- width: 200px;
- height: 48px;
- line-height: 48px;
- border: 0px;
- border-radius: 30px;
- font-family: opensanssemibold;
- font-size: 13px;
- color: #fff;
- background: var(--color-blue-bg);
- text-decoration: none;
- text-align: center;
- margin: auto;
- margin-top: 15px;
- }
- .library-search-container .shadow-overlap {
- position: fixed;
- width: 100%;
- height: 100%;
- left: 0px;
- top: 0px;
- right: 0px;
- bottom: 0px;
- background: rgba(0, 0, 0, .5);
- z-index: 1000;
- display: none;
- }
- .library-search-result .result-product-title{
- font-family: opensanslight;
- font-size: 13px;
- color: var(--color-default-title);
- margin-bottom: 10px;
- border-bottom: 1px solid #E5E5E5;
- padding-bottom: 10px;
- }
- .library-search-result .result-detai{
- font-family: opensanssemibold;
- font-size: 15px;
- color: var(--color-default-title);
- display: block;
- padding: 0px 30px;
- line-height: 45px;
- height: 45px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- border-radius: 30px;
- text-decoration: none;
- outline: 0px;
- transition: 0.2s all ease;
- }
- .library-search-result .result-detai:hover{
- color: var(--color-blue-text);
- background: #E6F9FF;
- }
- .library-result-search{
- margin-bottom: 40px;
- }
- .library-result-search .result-search-title{
- font-family: opensanslight;
- font-size: 25px;
- color: var(--color-default-title);
- margin-bottom: 5px;
- }
- .library-result-search .result-search-value{
- font-family: opensanslight;
- font-size: 16px;
- color: var(--color-default-title);
- margin: 0px;
- }
- .library-result-search .result-search-value span{
- color: var(--color-blue-text);
- }
- @media (max-width: 768px){
- .library-header .library-cover{
- padding-bottom: 35px;
- }
- .library-search-cover{
- padding-left: 0px;
- }
- .library-list-product{
- width: 289px;
- margin: auto;
- }
- .library-header {
- /*background: var(--color-main-white);*/
- margin-top: 8px;
- }
- .library-header .library-cover{
- min-height: 50px;
- }
- .cover-center{
- /*display: none;*/
- }
- .library-header-menu .menu-item{
- font-size: 15px;
- color: var(--color-default-text);
- }
- .library-header-menu .menu-item.menu-active{
- border-bottom-color: var(--color-blue-bg);
- color: var(--color-blue-text);
- }
- }
- /* MODAL */
- @media (min-width: 768px){
- #modal-suggest-product .modal-dialog {
- width: 460px;
- margin-top: 70px;
- }
- }
- #modal-suggest-product .modal-content{
- padding: 30px 30px 85px;
- background: #F7F7F7;
- border-radius: 6px;
- position: relative;
- }
- #modal-suggest-product form{
- margin: 0px;
- }
- .suggest-product-title{
- font-family: opensanslight;
- font-size: 22px;
- color: var(--color-blue-text);
- margin-bottom: 30px;
- text-align: center;
- }
- .suggest-product-label{
- font-family: opensansregular;
- font-size: 13px;
- color: var(--color-default-text);
- margin-bottom: 15px;
- display: block;
- }
- .suggest-product-label .text-blue{
- font-family: opensansitalic;
- color: var(--color-blue-text);
- }
- .suggest-product-label .text-important{
- color: var(--color-blue-text);
- }
- .suggest-product-input{
- width: 100%;
- height: 40px;
- border: 1px solid #DBDBDB;
- border-radius: 3px;
- outline: 0px;
- background: transparent;
- font-family: opensansregular;
- font-size: 15px;
- color: var(--color-default-text);
- padding: 0px 17px;
- margin-bottom: 20px;
- transition: 0.2s all ease;
- }
- textarea.suggest-product-input{
- padding-top: 10px;
- height: 110px;
- resize: none;
- }
- .suggest-product-input:hover, .suggest-product-input:focus{
- border-color: var(--color-blue-bg);
- }
- .suggest-product-input::placeholder{
- font-size: 14px;
- color: var(--color-gray);
- }
- .suggest-product-input.input-captcha{
- width: calc(100% - 200px);
- display: inline-block;
- vertical-align: top;
- }
- .suggest-product-captcha{
- width: 196px;
- display: inline-block;
- vertical-align: top;
- text-align: right;
- }
- .suggest-product-captcha .captcha-img{
- width: 140px;
- height: 40px;
- border-radius: 3px;
- border: 1px solid var(--color-blue-bg);
- vertical-align: middle;
- display: inline-block;
- }
- .suggest-product-captcha .captcha-icon{
- display: inline-block;
- width: 15px;
- height: 15px;
- background: url('../imgs/learning-icon-bg.svg') 0px -1710px;
- margin-left: 15px;
- vertical-align: middle;
- cursor: pointer;
- }
- .suggest-product-bottom{
- position: absolute;
- width: 100%;
- height: 85px;
- bottom: 0px;
- left: 0px;
- display: flex;
- padding: 15px;
- background: #F4F4F4;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .suggest-product-bottom button{
- display: inline-block;
- width: 180px;
- height: 48px;
- outline: 0px;
- border: 0px;
- font-family: opensanssemibold;
- font-size: 15px;
- color: #AFAFAF;
- background: #DDDDDD;
- text-align: center;
- border-radius: 30px;
- margin: auto;
- transition: 0.2s all ease;
- }
- .suggest-product-bottom button.button-active{
- color: #fff;
- background: var(--color-blue-bg);
- }
- #modal-suggest-product .modal-button-close {
- display: inline-block;
- width: 25px;
- height: 25px;
- background: url('../imgs/learning-icon-bg.svg') 0px -1495px;
- text-decoration: none;
- outline: 0px;
- padding: 0px;
- position: absolute;
- right: -9px;
- top: -9px;
- cursor: pointer;
- }
- @media (max-width: 767px){
- .suggest-product-input.input-captcha{
- width: 100%;
- }
- .suggest-product-captcha{
- text-align: left;
- margin-bottom: 20px;
- }
- }
- /* END MODAl */
- /* PAGINATION */
- .library-list-pagination .pagination {
- display: block;
- text-align: center;
- margin: auto;
- }
- .library-list-pagination .pagination > li {
- display: inline-block;
- vertical-align: top;
- margin: 5px;
- }
- .library-list-pagination .pagination > li > a,
- .library-list-pagination .pagination > li > span {
- position: relative;
- float: none;
- display: inline-block;
- width: 35px;
- height: 35px;
- padding: 0px;
- margin: 0px;
- line-height: 33px;
- color: var(--color-blue-text);
- text-decoration: none;
- text-align: center;
- background-color: transparent;
- border: 1px solid var(--color-blue-bg);
- outline: 0px;
- border-radius: 50%;
- font-family: opensansregular;
- font-size: 18px;
- }
- .library-list-pagination .pagination > li > a:hover,
- .library-list-pagination .pagination > li > span:hover,
- .library-list-pagination .pagination > li > a:focus,
- .library-list-pagination .pagination > li > span:focus {
- z-index: 2;
- color: #fff;
- background-color: var(--color-blue-bg);
- border-color: var(--color-blue-bg);
- }
- .library-list-pagination .pagination > .active > a,
- .library-list-pagination .pagination > .active > span,
- .library-list-pagination .pagination > .active > a:hover,
- .library-list-pagination .pagination > .active > span:hover,
- .library-list-pagination .pagination > .active > a:focus,
- .library-list-pagination .pagination > .active > span:focus {
- z-index: 3;
- color: #fff;
- background-color: var(--color-blue-bg);
- border-color: var(--color-blue-bg);
- }
- .library-list-pagination .pagination > .disabled > span,
- .library-list-pagination .pagination > .disabled > span:hover,
- .library-list-pagination .pagination > .disabled > span:focus,
- .library-list-pagination .pagination > .disabled > a,
- .library-list-pagination .pagination > .disabled > a:hover,
- .library-list-pagination .pagination > .disabled > a:focus {
- color: var(--color-blue-text);
- cursor: default;
- background-color: transparent;
- border-color: var(--color-blue-bg);
- }
- /* END PAGINATION */
- .ads-banner{
- display:none!important;
- }
- /*.library-header{
- background: #f7f7f7;
- border-bottom: 1px solid #ddd;
- }
- .library-header .library-cover{
- min-height: 45px;
- }
- .library-header .library-cover .cover-center{
- display: none;
- }
- .library-header-menu .menu-item{
- color: #231F20;
- }
- .library-header-menu .menu-item.menu-active{
- border-bottom: 4px solid #00c5f9;
- color: #00bcef;
- }*/
|