| | |
| | | <div class=" flex justify-between items-center w-full h-70" @click="selectBtn"> |
| | | <!-- <img src="@/assets/image/public/warn.png" alt="warn-icon" class="w-25 h-25 pl-20"/> --> |
| | | <div class="pl-16 textColor" style="width:80%;">{{ title }}</div> |
| | | <img src="@/assets/image/public/grey-select.png" alt="select-icon" class="w-22 h-11 pr-20" /> |
| | | <img src="@/assets/image/public/grey-select.png" alt="select-icon" class="w-22 h-11 mr-20" /> |
| | | </div> |
| | | <div class="option-box" v-if="isShow"> |
| | | <div class="font-30" v-for="item in selectData" :key="item.type" @click="selectItem(item)">{{ item.title }} |
| | |
| | | <span>{{ title }}</span> |
| | | </div> |
| | | |
| | | <template v-if="initClose.status / 1 === 0"> |
| | | <template v-if="initClose.status / 1 === 0"> |
| | | <div class="flex justify-center items-center h-66 buy-item">{{ $t('停牌中,禁止交易') }}</div> |
| | | </template> |
| | | <template v-else> |
| | |
| | | @import "@/assets/init.scss"; |
| | | |
| | | .area_tabs { |
| | | border-radius: 2.5rem; |
| | | // border-radius: 2.5rem; |
| | | |
| | | .open, |
| | | .close { |
| | | border-radius: 2.5rem; |
| | | // border-radius: 2.5rem; |
| | | } |
| | | |
| | | .open { |
| | |
| | | } |
| | | |
| | | .inputBackground { |
| | | border-radius: 2.5rem; |
| | | // border-radius: 2.5rem; |
| | | |
| | | input { |
| | | background: transparent !important; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background: $input_background; |
| | | border-radius: 2.5rem; |
| | | // background: $input_background; |
| | | // border-radius: 2.5rem; |
| | | margin-right: 10px !important; |
| | | padding: 10px 0; |
| | | |
| | | @include themify() { |
| | | background: themed("input_background"); |
| | | } |
| | | } |
| | | |
| | | .total-list { |
| | | background: transparent; |
| | | |
| | | display: flex; |
| | | |
| | | color: $text_color; |
| | | |
| | | font-size: 26px; |
| | | align-items: center; |
| | | justify-content: center; |
| | | margin-bottom: 20px !important; |
| | | position: relative; |
| | | |
| | | .total-div { |
| | | flex: 1; |
| | | text-align: center; |
| | | padding: 20px 0 !important; |
| | | @include themify() { |
| | | color: themed("text_color1"); |
| | | } |
| | | } |
| | | |
| | | .total-div { |
| | | flex: 1; |
| | | text-align: center; |
| | | padding: 20px 0 !important; |
| | | } |
| | | |
| | | .active-bg { |
| | | background: $input_background; |
| | | border-radius: 2.5rem; |
| | | @include themify() { |
| | | background: themed("input_background"); |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | .buyandSell { |
| | |
| | | } |
| | | |
| | | .select-active { |
| | | color: $text_color; |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | </style> |