405 lines
7.2 KiB
Plaintext
Executable File
405 lines
7.2 KiB
Plaintext
Executable File
.title_img {
|
|
height: 184px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
|
|
img {
|
|
width: 1920px;
|
|
height: 184px;
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 50%;
|
|
margin-left: -980px;
|
|
}
|
|
}
|
|
|
|
//
|
|
.info_row {
|
|
|
|
.left_img_row {
|
|
width: 625px;
|
|
//height: 530px;
|
|
float: left;
|
|
}
|
|
|
|
.right_info_row {
|
|
width: 533px;
|
|
height: 530px;
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
.right_info_row .follow{
|
|
width: 50px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
background: url("/static/images/auction_09_1.jpg") no-repeat left 10px center ;
|
|
background-size: 17px 16px;
|
|
border: 1px solid #cccccc;
|
|
color:#cccccc;
|
|
padding-left: 20px;
|
|
border-radius: 5px;
|
|
}
|
|
.right_info_row .follow_on{
|
|
|
|
|
|
background: url("/static/images/auction_09.jpg") no-repeat left 10px center ;
|
|
background-size: 17px 16px;
|
|
border: 1px solid #cccccc;
|
|
color:#cccccc;
|
|
padding-left: 20px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.right_info_row .title {
|
|
font-size: 24px;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.right_info_row .number {
|
|
font-size: 14px;
|
|
color: #d84848;
|
|
}
|
|
|
|
.state_row {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
padding-left: 150px;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
position: relative;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.state_row .state {
|
|
width: 120px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
color: white;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
border-top-right-radius: 23px;
|
|
border-bottom-right-radius: 23px;
|
|
background: #d84848;
|
|
}
|
|
|
|
.right_info_row .time {
|
|
font-size: 18px;
|
|
color: #d84848;
|
|
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.offer_row {
|
|
background: #f5f5f5;
|
|
padding: 10px;
|
|
}
|
|
|
|
.offer_row .offer_list {
|
|
height: 60px;
|
|
line-height: 60px;
|
|
}
|
|
|
|
.offer_row .offer_list .label {
|
|
width: 120px;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
color: #999999;
|
|
font-size: 18px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.offer_row .offer_list .now_price {
|
|
font-size: 24px;
|
|
color: #a42b2b;
|
|
}
|
|
|
|
.offer_row .offer_list .goods_number {
|
|
width: auto;
|
|
//height: 0.5rem;
|
|
position: relative;
|
|
padding: 0 50px;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: black;
|
|
}
|
|
|
|
.offer_row .offer_list .goods_number .num_reduce {
|
|
width: 40px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
border: 1px solid #cccccc;
|
|
background: white;
|
|
}
|
|
|
|
.offer_row .offer_list .goods_number .num_plus {
|
|
width: 40px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
border: 1px solid #cccccc;
|
|
background: white;
|
|
}
|
|
|
|
.offer_row .offer_list .goods_number .offer_number {
|
|
width: auto;
|
|
min-width: 120px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
margin: auto;
|
|
padding: 0 30px;
|
|
border: 1px solid #cccccc;
|
|
background: white;
|
|
}
|
|
|
|
.offer_btn_row {
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.offer_btn_row .offer_btn {
|
|
width: 200px;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
font-size: 24px;
|
|
color: white;
|
|
background: #d84848;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
border-radius: 23px;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.right_info_row .detail {
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
margin: 30px auto;
|
|
|
|
}
|
|
|
|
.right_info_row .detail span {
|
|
padding: 0 30px;
|
|
}
|
|
}
|
|
|
|
//
|
|
.record_row {
|
|
background: #f5f5f5;
|
|
padding: 20px;
|
|
margin: 30px auto;
|
|
|
|
.title {
|
|
font-size: 18px;
|
|
color: #333333;
|
|
}
|
|
|
|
.title .number {
|
|
color: #d84848;
|
|
}
|
|
|
|
.record_list {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.record_list .list {
|
|
width: 395px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
color: #999999;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.record_list .list .state {
|
|
padding: 5px 10px;
|
|
border: 1px solid #e7e7e7;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.record_list .list .cj {
|
|
border: 1px solid #d84848;
|
|
background: #d84848;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
//
|
|
.recommend {
|
|
width: 358px;
|
|
float: left;
|
|
border: 1px solid #e8e8e8;
|
|
padding-bottom: 50px;
|
|
|
|
.recommend_title {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
color: #666666;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.recommend_list {
|
|
text-align: center;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
}
|
|
|
|
.recommend_list .img {
|
|
//height: 230px;
|
|
//line-height: 230px;
|
|
padding: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.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_list.msg {
|
|
font-size: 16px;
|
|
color: #999999;
|
|
}
|
|
|
|
.recommend_list .msg .money {
|
|
|
|
color: #a42b2b;
|
|
}
|
|
|
|
.recommend_list .msg .time {
|
|
color: #333333;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.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_title {
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-indent: 10px;
|
|
font-size: 24px;
|
|
color: #666666;
|
|
border: 1px solid #e8e8e8;
|
|
background: #f7f7f7;
|
|
}
|
|
}
|
|
|
|
//
|
|
@list_height: 345px;
|
|
.zc_list {
|
|
width: 670px;
|
|
height: @list_height;
|
|
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: @list_height;
|
|
line-height: @list_height;
|
|
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: @list_height;
|
|
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;
|
|
}
|