fd-gulp-convert-encoding
Version:
convert file to assigned charset
109 lines (105 loc) • 2.09 kB
text/less
@import "/lib/amountControl/css/amountControl.less";
.default-font(){
font-size: @sub-title-font-size;
color: @title-color;
}
@padding:rem(26);
.@{module}-logistics-info{
background-color: #f5f5f5;
.d-head{
line-height: rem(110);
font-size: rem(32);
background-color: #fafafa;
border-bottom: 1px solid #d9d9d9;
padding: 0 @padding;
h3{
font-weight: bold;
}
}
.d-content{
// position: absolute;
// top: 0;
// left: 0;
// margin:rem(112) 0 rem(240);
// background-color: #f5f5f5;
width: 100%;
height: 100%;
.d-logisticsinfo-content{
line-height: 2;
font-size: rem(32);
color: #999;
.logisticsinfo{
.flexbox();
.hr();
-webkit-align-items: center;
align-items: center;
padding:rem(45) @padding;
.d-title{
margin-right: 10px;
color: #666;
}
.d-logistics-cityname{
.select(90);
.flex(1);
color: #666;
margin-left: 10px;
padding:0 20px 0 10px;
}
}
dl{
padding:@padding;
.flexbox();
dd{
color: #666;
}
}
.booknum{
.hr();
padding-top: 0;
}
.d-logisticsinfo-tips{
padding:@padding;
color: #ccc;
}
.icon-clock{
.bg-icon(imgurl(page, clock),rem(32),rem(32));
display: inline-block;
vertical-align: text-top;
margin-right: rem(10);
}
.instruction{
padding:@padding;
color: #666;
font-size: rem(28);
h3{
color: #444;
font-weight: bold;
font-size: rem(32);
}
p{
text-indent: 2em;
}
}
}
}
.d-bottom{
.priceinfo{
position: fixed;
bottom: rem(120);
width: 100%;
background-color: #fff1db;
line-height: rem(102);
border-top: 1px solid #fbc19e;
box-shadow: 0px 0px 8px #ddd;
padding:0 @padding;
font-size: rem(28);
span{
color:#ff7300;
padding-right: rem(32);
}
}
.button{
.bottom-bar()
}
}
}