| | |
| | | <span class="bj" v-if="item.stockType == 'bj'">{{ $t("jy85") }}</span> |
| | | <a :class="item.stockType == 'sh' ? 'shbg' : item.stockType == 'bj' ? 'bjbg' : ''">{{ |
| | | item.stockGid |
| | | }}</a> |
| | | }}</a> |
| | | </p> |
| | | </div> |
| | | <!-- <div class="lb2"> {{ item.price }} </div> --> |
| | |
| | | </div> |
| | | <div class="progress-bar-wrapper"> |
| | | <div class="progress-bar-bg"> |
| | | <div class="progress-bar-fill" :style="{ width: (item.residualShare || 0) + '%' }"></div> |
| | | <div class="progress-bar-fill" :style="{ width: ((100 - item.residualShare) || 0) + '%' }"></div> |
| | | </div> |
| | | <span class="progress-text">【{{ $t("jy546") }}{{ item.residualShare || 0 }}%】</span> |
| | | </div> |
| | |
| | | return |
| | | } |
| | | var opt = { |
| | | stockCode: this.currentItem.stockCode, |
| | | stockCode: this.currentItem.stockGid, |
| | | password: this.password, |
| | | num: this.num * 100, |
| | | } |
| | |
| | | background: linear-gradient(90deg, #f33030 0%, #d73d3d 100%); |
| | | border-radius: 0.15rem; |
| | | position: absolute; |
| | | right: 0; |
| | | left: 0; |
| | | top: 0; |
| | | transition: width 0.3s ease; |
| | | min-width: 0; |