| | |
| | | </div> |
| | | <div class="bottom_fo"> |
| | | <div class="title"> |
| | | <span class="numberid" style="margin-right: 0.12rem;">{{ item2.code }}</span> |
| | | <span class="numberid" style="margin-right: 0.12rem;">{{ item2.spell }}</span> |
| | | </div> |
| | | <div class="numbers" :class="item2.hcrate > 0 ? 'gree' : 'redd'"> |
| | | <!-- <img :src="Huo" alt style="width: 0.4rem;height: 0.4rem;" /> |
| | |
| | | white-space: nowrap; /* 防止文本换行 */ |
| | | overflow: hidden; /* 隐藏溢出的内容 */ |
| | | text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */ |
| | | font-size: 12px; |
| | | font-size: 16px; |
| | | width: 55%; |
| | | height: 100%; |
| | | display: flex; |