作者 anyv
1 个管道 的构建 通过 耗费 0 秒

2

... ... @@ -171,7 +171,7 @@
</div>
</div>
</div>
<div class="log_ten_list_one_right" style="margin-top: 0.16rem;">
<div class="log_ten_list_one_right" >
<div class="log_ten_list_one_right_top"><span></span>20</div>
</div>
</div>
... ...
... ... @@ -2054,9 +2054,18 @@ cursor: pointer;
}
.log_ten_list_one {
display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
display: -moz-box; /* Firefox 17- */
display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
display: -moz-flex; /* Firefox 18+ */
display: -ms-flexbox; /* IE 10 */
display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
padding: 0.16rem 0.26rem 0.3rem 0.16rem;
display: flex;
justify-content: space-around;
-webkit-flex-justify-content:space-around;
-moz-box-justify-content:space-around;
-ms-flexbox-justify-content:space-around;
/*align-items: center;*/
cursor: pointer;
border-bottom: 0.02rem solid rgba(245, 245, 245, 1);
... ...