|
|
|
@ -123,7 +123,7 @@ |
|
|
|
{{ item.pair || item.pair_name }} |
|
|
|
</div> |
|
|
|
<div class="num num2">{{ item.pair || item.pair_name }}</div> |
|
|
|
<div class="title title2">≈0.032935 USD</div> |
|
|
|
<!-- <div class="title title2">≈0.032935 USD</div> --> |
|
|
|
<div class="title title3" :class="item.increase>0?'increase_t':item.increase<0?'decrease_t':''">{{ item.increaseStr }}</div> |
|
|
|
<!-- <div class="num-center" style="border-left: 1px solid gray;"></div> --> |
|
|
|
</swiper-item> |
|
|
|
@ -1578,7 +1578,7 @@ export default { |
|
|
|
height: 100px; |
|
|
|
/* 400px -> 10.6667rem */ |
|
|
|
; |
|
|
|
padding: 2.6667rem |
|
|
|
padding: 1.6667rem |
|
|
|
/* 100px -> 2.6667rem */ |
|
|
|
0; |
|
|
|
box-sizing: content-box; |
|
|
|
@ -2239,9 +2239,12 @@ export default { |
|
|
|
} |
|
|
|
.scor-item-title{ |
|
|
|
font-size: 12px; |
|
|
|
display: -webkit-box;//将盒子转换为弹性盒子
-webkit-box-orient: vertical;//文本显示方式,默认水平
-webkit-line-clamp: 1;//设置显示多少行 |
|
|
|
display: -webkit-box;//将盒子转换为弹性盒子 |
|
|
|
-webkit-box-orient: vertical;//文本显示方式,默认水平 |
|
|
|
-webkit-line-clamp: 1;//设置显示多少行 |
|
|
|
word-wrap: break-word; |
|
|
|
word-break:break-all;// 英文换行
overflow: hidden; |
|
|
|
word-break:break-all;// 英文换行 |
|
|
|
overflow: hidden; |
|
|
|
padding: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
|