caipan_shop_admin/public/static/css/index.css

261 lines
5.1 KiB
CSS
Executable File

.gwc{
float: right!important;
}
.sc{
/*float: left!important;*/
}
.banner {
margin: auto;
min-width: 1200px;
}
.banner .swiper-pagination-bullet {
width: 30px;
height: 3px;
background: white !important;
border-radius: 0;
}
.banner .banner_img {
width: 100%;
}
.t_title_row {
width: 100%;
height: 80px;
position: relative;
z-index: 999;
}
.t_title_row .title_h {
width: 100%;
height: 60px;
line-height: 60px;
position: absolute;
top: 0;
text-align: center;
font-size: 30px;
color: rgba(51, 51, 51, 0.2);
z-index: 1000;
}
.t_title_row .title_q {
width: 100%;
height: 60px;
line-height: 60px;
position: absolute;
top: 20px;
text-align: center;
font-size: 32px;
color: #333333;
z-index: 1001;
font-weight: bold;
}
.shopping_mall_recommendation {
padding: 30px 0;
margin: 20px auto;
}
.producr_list_row {
width: 1200px;
padding: 0;
margin: 30px auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.producr_list_row .product {
width: 580px;
height: 230px;
padding: 30px 0;
background: white;
border-radius: 5px;
}
.producr_list_row .product .border_div {
width: 580px;
height: 150px;
padding: 40px 0;
transition: 0.5s all;
}
.producr_list_row .product .border_div:hover {
-moz-box-shadow: 0px 0px 20px #999999;
-webkit-box-shadow: 0px 0px 20px #999999;
box-shadow: 0px 0px 20px #999999;
}
.producr_list_row .product .product_img {
width: 250px;
height: 150px;
line-height: 150px;
text-align: center;
float: left;
}
.producr_list_row .product .product_img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: middle;
margin: auto;
}
.producr_list_row .product .product_name {
width: 300px;
padding: 10px;
float: right;
}
.producr_list_row .product .product_name .name {
font-size: 18px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.producr_list_row .product .value {
width: 300px;
height: 40px;
line-height: 40px;
margin-top: 40px;
font-size: 22px;
color: #a42b2b;
}
.producr_list_row .product .value .shopping_car {
width: auto;
height: 25px;
float: right;
margin-top: 7.5px;
margin-left: 10px;
}
.fg_img {
width: 100%;
display: block;
margin: 40px auto;
}
.event_div {
margin: 50px auto;
padding: 30px 0;
}
.event_div .event_banner {
width: 610px;
height: 345px;
float: left;
}
.event_div .event_banner .swiper-button-next {
width: 33px;
height: 33px;
background: url("/static/images/index_56.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.event_div .event_banner .swiper-button-prev {
width: 33px;
height: 33px;
background: url("/static/images/index_57.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.event_div .swiper-button-next:after,
.event_div .swiper-container-rtl .swiper-button-prev:after,
.event_div .swiper-button-prev:after,
.event_div .swiper-container-rtl .swiper-button-next:after {
content: none !important;
}
.event_div .zc_list {
width: 610px;
height: 345px;
margin: 0 auto;
background: #00F7DE;
position: relative;
}
.event_div .zc_list {
background: url("/static/images/index_47.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.event_div .zc_list .zc_img {
width: 160px;
height: 345px;
line-height: 345px;
text-align: center;
float: left;
margin-left: 40px;
}
.event_div .zc_list .zc_img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: middle;
}
.event_div .zc_title {
width: 390px;
height: 345px;
float: right;
margin-right: 10px;
color: white;
}
.event_div .zc_title .z_title {
font-size: 22px;
margin-top: 80px;
text-align: center;
}
.event_div .zc_title .z_info {
font-size: 18px;
margin-top: 30px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.event_div .zc_title .z_time {
font-size: 22px;
margin-top: 30px;
text-align: center;
}
.event_div .event_info {
width: 580px;
float: right;
}
.event_div .event_info .title {
height: 80px;
position: relative;
}
.event_div .event_info .t_title_row .title_h,
.event_div .event_info .t_title_row .title_q {
text-align: left;
}
.event_div .event_info .title .more_div {
width: 150px;
height: 80px;
line-height: 80px;
text-align: right;
font-size: 16px;
position: absolute;
right: 0;
top: 0;
z-index: 99999;
}
.event_div .event_info .info_row {
padding: 10px 0;
}
.event_div .event_info .info_row .info_list {
height: 30px;
line-height: 30px;
font-size: 14px;
color: #333333;
margin: 10px auto;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.event_div .event_info .info_row .info_list .time {
float: right;
}
/*# sourceMappingURL=index.css.map */