caipan_shop_admin/public/static/css/mall_details.css

223 lines
4.2 KiB
CSS
Raw Normal View History

2022-05-25 11:35:57 +00:00
.title_img {
height: 184px;
overflow: hidden;
position: relative;
}
.title_img img {
width: 1920px;
height: 184px;
display: block;
position: absolute;
top: 0;
left: 50%;
margin-left: -980px;
}
.info_row {
margin: 50px auto 150px auto;
}
.info_row .left_img_row {
width: 625px;
float: left;
}
.info_row .right_info_row {
width: 533px;
height: 530px;
float: right;
position: relative;
}
.info_row .right_info_row .title {
font-size: 24px;
color: #333333;
font-weight: bold;
margin-top: 20px;
}
.info_row .right_info_row .money_value {
font-size: 36px;
color: #a42b2b;
margin: 20px auto 100px auto;
}
.info_row .offer_row {
padding: 10px;
}
.info_row .offer_row .offer_list {
height: 60px;
line-height: 60px;
text-align: right;
}
.info_row .offer_btn_row {
margin: 20px auto;
}
.info_row .offer_btn_row .offer_btn {
width: 150px;
height: 45px;
line-height: 45px;
font-size: 18px;
text-align: center;
display: inline-block;
vertical-align: middle;
border-radius: 5px;
margin-right: 10px;
}
.info_row .offer_btn_row .offer_btn1 {
color: white;
background: #f74d4d;
}
.info_row .offer_btn_row .offer_btn2 {
background: #d84848;
color: white;
}
.info_row .offer_btn_row .offer_btn3 {
color: #cccccc;
border: 1px solid #cccccc;
}
.recommend {
width: 358px;
float: left;
border: 1px solid #e8e8e8;
padding-bottom: 50px;
}
.recommend .recommend_title {
height: 45px;
line-height: 45px;
text-align: center;
font-size: 24px;
color: #666666;
border-bottom: 1px solid #e8e8e8;
background: #f7f7f7;
}
.recommend .recommend_list {
text-align: center;
border-bottom: 1px solid #e8e8e8;
}
.recommend .recommend_list .img {
padding: 20px;
text-align: center;
}
.recommend .recommend_list .name {
padding: 0 30px;
margin: 20px auto;
font-size: 18px;
font-weight: bold;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.recommend .recommend_list.msg {
font-size: 16px;
color: #999999;
}
.recommend .recommend_list .msg .money {
color: #a42b2b;
}
.recommend .recommend_list .msg .time {
color: #333333;
font-size: 18px;
}
.recommend .recommend_list .offer_btn {
width: 300px;
height: 45px;
line-height: 45px;
margin: 30px auto;
text-align: center;
border: 1px solid #d84848;
color: #d84848;
font-size: 18px;
border-radius: 5px;
}
.product_info {
width: 746px;
float: right;
padding-bottom: 50px;
}
.product_info .product_info_title {
height: 45px;
line-height: 45px;
text-indent: 10px;
font-size: 24px;
color: #666666;
border: 1px solid #e8e8e8;
background: #f7f7f7;
}
.product_info .table_row {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
flex-direction: row;
}
.product_info .table_row div {
min-height: 40px;
line-height: 40px;
padding-left: 15px;
font-size: 16px;
display: table-cell;
border: 1px solid #efefef;
}
.product_info .table_row .table_call1 {
width: 155px;
}
.product_info .table_row .table_call2 {
width: 184px;
}
.product_info .table_row .table_call3 {
width: 557px;
}
.zc_list {
width: 670px;
height: 345px;
margin: 30px auto;
background: #00F7DE;
position: relative;
}
.zc_list {
background: url("/static/images/index_47.jpg");
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center center;
}
.zc_list .zc_img {
width: 160px;
height: 345px;
line-height: 345px;
text-align: center;
float: left;
margin-left: 40px;
}
.zc_list .zc_img img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
display: inline-block;
vertical-align: middle;
}
.zc_title {
width: 390px;
height: 345px;
float: right;
margin-right: 10px;
color: white;
}
.zc_title .z_title {
font-size: 35px;
margin-top: 80px;
text-align: center;
}
.zc_title .z_info {
font-size: 22px;
margin-top: 30px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.zc_title .z_time {
font-size: 22px;
margin-top: 30px;
text-align: center;
}
/*# sourceMappingURL=mall_details.css.map */