coupon-admin/public/static/css/classification_of_shopping_...

191 lines
3.9 KiB
CSS

.class_container {
width: 420px;
float: left;
margin: 50px auto;
padding: 20px 0;
-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
}
.class_container .class_title_row {
margin: 23px auto;
}
.class_container .class_title_row .class_title {
height: 40px;
line-height: 40px;
font-size: 20px;
}
.class_container .class_title_row .class_title_img {
margin: auto 20px;
}
.class_container .class_title_row .class_list {
padding-left: 65px;
line-height: 30px;
}
.class_container .class_title_row .class_list span {
padding: 0 10px;
display: inline-block;
font-size: 16px;
}
.class_img_row {
width: 740px;
float: right;
margin: 50px auto;
}
.class_img_row .swiper-pagination-bullet {
width: 30px;
height: 3px;
background: white !important;
border-radius: 0;
}
.class_img_row .banner_img {
width: 100%;
}
.class_img_row .swiper-container-horizontal > .swiper-pagination-bullets,
.class_img_row .swiper-pagination-custom,
.class_img_row .swiper-pagination-fraction {
bottom: 35%;
}
.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;
}
.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;
}
.advertisement {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
margin: 50px auto;
}
.advertisement .advertisement_lsit {
width: 300px;
height: 60px;
line-height: 60px;
}
.advertisement .advertisement_lsit .font {
display: inline-block;
vertical-align: middle;
height: 60px;
margin-left: 15px;
}
.advertisement .advertisement_lsit .font .big {
display: block;
height: 40px;
line-height: 40px;
font-size: 24px;
color: #d84848;
}
.advertisement .advertisement_lsit .font .small {
display: block;
height: 20px;
line-height: 20px;
font-size: 17px;
color: #666666;
}
.recommend_img {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
margin: 50px auto;
}
.recommend_img img {
width: 297px;
}
/*# sourceMappingURL=classification_of_shopping_mall.css.map */