118 lines
2.1 KiB
CSS
Executable File
118 lines
2.1 KiB
CSS
Executable File
.recommend{
|
|
width: 100%;
|
|
padding: 0 1%;
|
|
}
|
|
.recommend_title{
|
|
/* padding: 0 1%;
|
|
*/
|
|
margin: 2px auto;
|
|
height: 60px;
|
|
}
|
|
.recommend_title img{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
.recommend_con{
|
|
|
|
}
|
|
.recommend_con_block{
|
|
margin: 0 1%;
|
|
width: 48%;
|
|
border-radius: 5px;
|
|
background: white;
|
|
position: relative;
|
|
float: left;
|
|
margin-bottom: 5px;
|
|
overflow: hidden;
|
|
}
|
|
.rcb_img{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.rcb_con{
|
|
width: 100%;
|
|
height: 105px;
|
|
padding: 3% 3% 0;
|
|
}
|
|
.rcb_title{
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
font-size: 15px;
|
|
height: 42px;
|
|
}
|
|
.rcb_title span{
|
|
border-radius: 5px;
|
|
font-size: 15px;
|
|
color: white;
|
|
background: #e6132c;
|
|
padding: 0 2px;
|
|
}
|
|
.rcb_pay{
|
|
margin-top: 2px;
|
|
width: 100%;
|
|
font-size: 17px;
|
|
color: #e51329;
|
|
}
|
|
.rcb_pay span{
|
|
border: 1px solid #e51329;
|
|
font-size: 13px;
|
|
padding: 0 2px;
|
|
border-radius: 5px;
|
|
margin-left: 10px;
|
|
}
|
|
.rcb_bottom{
|
|
margin-top: 2px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.rcb_bottom span{
|
|
color: #e51329;
|
|
font-size: 15px;
|
|
padding: 1px 2px;
|
|
/* background: #FFD7D7; */
|
|
border-radius: 20px 0 0px 20px;
|
|
}
|
|
.rcb_bottom .s1{
|
|
color: white;
|
|
font-size: 15px;
|
|
padding: 1px 2px;
|
|
background: -moz-linear-gradient(left, #e9c520, #ffad03);
|
|
/*Mozilla*/
|
|
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#e9c520), to(#ffad03));
|
|
/*Old gradient for webkit*/
|
|
background: -webkit-linear-gradient(left, #e9c520, #ffad03);
|
|
/*new gradient for Webkit*/
|
|
background: -o-linear-gradient(left, #e9c520, #ffad03);
|
|
/*Opera11*/
|
|
border-radius:0 20px 20px 0px;
|
|
}
|
|
.icon_icon{
|
|
position: absolute;
|
|
width: 27px;
|
|
height: 29px;
|
|
right: 5%;
|
|
top: 10px;
|
|
}
|
|
.rcb_pay o{
|
|
background: -moz-linear-gradient(left, #a200ff, #6600ff);
|
|
/*Mozilla*/
|
|
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#a200ff), to(#6600ff));
|
|
/*Old gradient for webkit*/
|
|
background: -webkit-linear-gradient(left, #a200ff, #6600ff);
|
|
/*new gradient for Webkit*/
|
|
background: -o-linear-gradient(left, #a200ff, #6600ff);
|
|
/*Opera11*/
|
|
color: white;
|
|
font-size: 15px;
|
|
padding: 0 3px;
|
|
border-radius:4px;
|
|
}
|
|
.rcb_pay o img{
|
|
width: 20px;
|
|
}
|