| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354 |
- /* 首页头部 */
- .home {
- padding-bottom: 40px;
- }
- .home .up {
- margin-top: 10px !important;
- }
- .home .head {
- box-shadow: none;
- }
- .home .head .menu .item {
- padding: 0 30px;
- }
- .home .head .menu-en .item {
- padding: 0 20px;
- }
- .home .head .search {
- display: none;
- }
- /* 首页头部 end */
- /* 首页轮播 */
- .banner .el-carousel.el-carousel--horizontal ul.el-carousel__indicators--horizontal .el-carousel__button {
- background: #e1251b!important;
- }
- .el-carousel, .el-carousel-item, .el-carousel__container {
- width: 100%;
- height: 100%;
- }
- .banner .el-carousel.el-carousel--horizontal ul.el-carousel__indicators--horizontal {
- bottom: 45px!important;
- }
- /* 首页搜索 */
- .home .home-search {
- width: 1140px;
- height: 40px;
- padding: 20px 30px;
- margin: -40px auto 0;
- background: #fff;
- position: relative;
- box-shadow: 0 2px 8px rgba(0,0,0,.1);
- -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
- display: flex;
- z-index: 2;
- }
- .home .home-search .hot-word {
- flex: 1;
- display: flex;
- line-height: 40px;
- margin-left: auto;
- }
- .home .home-search .hot-word .tit {
- font-size: 14px;
- width: 95px;
- word-break: keep-all;
- }
- .home .home-search .hot-word .con {
- flex: 1;
- overflow: hidden;
- color: #999;
- max-width: 430px;
- }
- .home .home-search .hot-word .con-en {
- width: 340px;
- }
- .home .home-search .hot-word .con .item {
- display: inline-block;
- padding: 0 10px;
- max-width: 20%;
- text-align: center;
- transition: all .2s;
- -webkit-transition: all .2s;
- cursor: pointer;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .home .home-search .hot-word .con .item:hover {
- color: #e1251b;
- }
- .home .home-search .search-msg {
- position: relative;
- height: 40px;
- }
- .home .home-search .search-msg .search-input-box {
- display: inline-block;
- border: 2px solid #e1251b;
- width: 450px;
- height: 36px;
- }
- .home .home-search .search-msg .search-input-box .search-input {
- display: inline-block;
- width: 60%;
- border: 0;
- height: 35px;
- padding: 0 10px;
- }
- .home .home-search .search-msg .search-input-box .select-search {
- display: inline-block;
- width: 10%;
- line-height: 37px;
- text-align: center;
- cursor: pointer;
- color: #e1251b;
- position: relative;
- }
- .home .home-search .search-msg .search-input-box .select-search .select-box {
- position: absolute;
- top: -22px;
- left: 6px;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .home .home-search .search-msg .search-input-box .select-search .switch-icon {
- width: auto;
- height: auto;
- max-width: 10px;
- max-height: 12px;
- margin-left: 3px;
- }
- .search-msg .search-input-box .select-list {
- display: inline-block;
- width: 45px;
- position: absolute;
- top: 38px;
- right: 95px;
- background: #ffffff;
- border: 2px solid #e1251b;
- padding: 5px 0;
- }
- .select-list .select-item {
- line-height: 1.5em;
- text-align: center;
- padding: 5px 0;
- cursor: pointer;
- }
- .home .home-search .search-msg .search-btn {
- border: 0;
- background: #e1251b;
- color: #fff;
- height: 40px;
- width: 90px;
- position: absolute;
- top: 0;
- right: 0;
- font-size: 14px;
- cursor: pointer;
- }
- .home .home-search .cart-btn {
- position: relative;
- margin-left: 20px;
- padding: 0 20px 0 47px;
- background-color: #e1251b;
- height: 40px;
- line-height: 40px;
- color: #fff;
- font-size: 14px;
- cursor: pointer;
- transition: all .2s;
- -webkit-transition: all .2s;
- position: relative;
- }
- .home .home-search .cart-btn::before {
- position: absolute;
- left: 17px;
- top: 12px;
- display: block;
- width: 17px;
- height: 15px;
- content: " ";
- background: url(../images/icons.png) no-repeat -44px -38px;
- }
- .home .home-search .cart-btn .number {
- font-size: 12px;
- font-family: arial;
- display: inline-block;
- padding: 0 5px;
- background: #fff;
- color: #e1251b;
- height: 16px;
- line-height: 16px;
- min-width: 16px;
- border-radius: 20px;
- vertical-align: top;
- margin-top: 12px;
- margin-left: 10px;
- text-align: center;
- box-sizing: border-box;
- }
- .home .home-search .search-msg .search-btn:hover,
- .home .home-search .cart-btn:hover {
- opacity: 0.9;
- }
- /* 首页搜索 end */
- /* banner */
- .banner {
- width: 100%;
- height: 450px;
- position: relative;
- overflow: hidden;
- }
- .banner-item{
- width: 1920px; /*图片宽度*/
- position: absolute;
- left: 50%;
- margin-left: -960px; /*图片宽度的一半*/
- }
- /* .banner .item {
- position: relative;
- max-width: 100%;
- height: 100%;
- font-size: 0;
- } */
- .banner img {
- background-color: #fff;
- }
- /* banner end */
- /* 快捷入口 */
- .home .shortcut {
- display: flex;
- margin-top: 40px;
- }
- .home .shortcut .item {
- width: 224px;
- height: 224px;
- margin-right: 20px;
- cursor: pointer;
- }
- .home .shortcut .item:last-child {
- margin-right: 0;
- }
- .home .shortcut .item.item01 {
- background: #f7f7f9;
- }
- .home .shortcut .item.item02 {
- background: #f8f7f9;
- }
- .home .shortcut .item.item03 {
- background: #f7f9f8;
- }
- .home .shortcut .item.item04 {
- background: #f7f8f9;
- }
- .home .shortcut .item.item05 {
- background: #f8f7f9;
- }
- .home .shortcut .item .text {
- margin: 20px 20px 0;
- }
- .home .shortcut .item .text .cn {
- font-size: 14px;
- line-height: 20px;
- font-weight: 600;
- }
- .home .shortcut .item .text .en {
- font-size: 12px;
- line-height: 15px;
- color: #999;
- margin-top: 5px;
- }
- .home .shortcut .item .img {
- display: flex;
- justify-content: flex-end;
- -webkit-justify-content: flex-end;
- align-items: flex-end;
- -webkit-align-items: flex-end;
- height: 144px;
- padding: 0 20px 20px 0;
- font-size: 0;
- }
- .home .shortcut .item .img img {
- max-width: 140px;
- max-height: 140px;
- transition: all .2s;
- -webkit-transition: all .2s;
- }
- .home .shortcut .item:hover .img img {
- opacity: 0.8;
- }
- /* 快捷入口 end */
- /* 长条广告 */
- .home .adv {
- margin-top: 40px;
- cursor: pointer;
- font-size: 0;
- max-height: 300px;
- display: block;
- }
- .home .adv img {
- width: 100%;
- height: 100%;
- }
- /* 长条广告 end */
- /* 首页列表 */
- .goods-list {
- margin-top: 40px;
- }
- /* 首页列表 end */
|