作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

订单?

... ... @@ -541,6 +541,7 @@
font-weight: 400;
color: rgba(0,0,0,1);
overflow: hidden;
position: absolute;
}
</style>
<body>
... ... @@ -645,7 +646,7 @@
<p>好评</p>
<div class="praise">
<div id="praiseBox1">
<p id="praise1">{$probability1}%</p>
<!--<p id="praise1">{$probability1}%</p>-->
</div>
<span class="span" id="surplus1">57.0%</span>
</div>
... ... @@ -1123,7 +1124,7 @@
$('#praiseDegree').html(val1 + '%');
$('#praiseBox1').css({'width': val2*0.01*455 + 'px'});
$('#praise1').html(val2.toFixed(1) + '%');
// $('#praise1').html(val2.toFixed(1) + '%');
$('#surplus1').html(val2.toFixed(1) + '%');
$('#praiseBox2').css({'width': val3*0.01*455 + 'px'});
... ...
... ... @@ -117,7 +117,7 @@
.orderNumTime{
font-weight:400;
padding: 0 40px;
/*padding: 0 40px;*/
overflow: hidden;/*超出部分隐藏*/
text-overflow:ellipsis;/* 超出部分显示省略号 */
white-space: nowrap;/*规定段落中的文本不进行换行 */
... ... @@ -138,7 +138,7 @@
padding: 0 30px;
}
.goodsDesc {
width: 652px;
width: 540px;
padding: 24px 24px 24px 0;
}
.goodsPic{
... ...