| | |
| | | <template> |
| | | <div class="ico"> |
| | | <fx-header> |
| | | <fx-header :showLeft="false"> |
| | | <template v-slot:title> |
| | | <div>ICO</div> |
| | | <div>STO</div> |
| | | </template> |
| | | <template v-slot:right> |
| | | <van-icon name="todo-list-o" @click="$router.push('/ICO/icoRecord')" /> |
| | |
| | | <div class="ico_list"> |
| | | <div class="ico_item mb-5" v-for="i in icoList" :key="i.id"> |
| | | <div class="item_1"> |
| | | {{ i.symbol }} ({{ i.name }}) |
| | | {{ i.name }} |
| | | </div> |
| | | <div class="item_2 flex justify-between"> |
| | | <div class="mr-5">{{$t('申购时间')}}</div> |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .ico{ |
| | | padding: 0rem 1.2rem 2rem 1.2rem; |
| | | padding: 0rem 1.2rem 5rem 1.2rem; |
| | | font-size: 1.5rem; |
| | | .buy_popup{ |
| | | width: 40rem; |