fd-gulp-convert-encoding
Version:
convert file to assigned charset
65 lines (60 loc) • 1.17 kB
text/less
/**
* 评价
*/
.@{module}-offer-remark-list {
font-size: rem(28);
max-height: rem(1000);
overflow: auto;
.remark-content{
background-color: #fff;
line-height: 1.5;
padding:rem(32);
padding-top: 0;
.remark-item{
padding-bottom:rem(32);
border-top: 1px solid #d9d9d9;
margin-top: -1px;
.hd{
.flexbox();
justify-content: space-between;
padding:rem(32) 0;
}
.bd{
}
.date{
color:#999;
padding:rem(16) 0;
}
.explain{
background-color: #f2f2f2;
border-radius: 5px;
padding:rem(26);
margin-top: rem(16);
position: relative;
.arrow{
width: 0;
height: 0;
border: 10px solid transparent;
border-bottom-color: #f2f2f2;
position: absolute;
top:-20px;
left: 60px;
}
.date{
padding-bottom: 0;
}
}
}
}
.no-remark{
.bd{
padding-top:rem(160);
text-align: center;
.icon-noremark{
margin: auto;
margin-bottom: rem(32);
.bg-icon('../imgs/noresult.png',rem(152),rem(172));
}
}
}
}