.product{
width: 970px;
height: 345px;
background: red;
margin:0 auto;
margin-top: 12px;
}
.product .product_l{
width: 738px;
height: 345px;
background: pink;
border: 1px solid #d8d8d8;
}
.product .product_l_top{
width: 712px;
height: 155px;
background:yellow;
padding: 17px 0 0 26px;
}
.product .p_l_t_product1{
width: 350px;
height: 146px;
background: blue;
}
.product_r{
width: 230px;
height: 345px;
background: green; |
|