| | |
| | | <div class="laber"> |
| | | {{ shengouObj.type === 1 ? $t("hj57") : $t("配售数量") }}: |
| | | </div> |
| | | <input type="text" :maxlength="9" v-model="fromData.value" @input="fromDatavalue" /> |
| | | <input style="width: 40%;" type="text" :maxlength="9" v-model="fromData.value" @input="fromDatavalue" /> |
| | | </div> |
| | | <div class="input-box" style="margin-top:20px;" v-if="shengouObj.password"> |
| | | <!-- <div class="input-box" style="margin-top:20px;"> --> |
| | | <div class="laber"> |
| | | {{$t("秘钥")}}: |
| | | </div> |
| | | <input type="text" :maxlength="9" v-model="fromData.password" /> |
| | | <input style="width: 40%;" type="text" :maxlength="9" v-model="fromData.password" /> |
| | | </div> |
| | | |
| | | <div class="shijian"> |
| | |
| | | height: 1.3rem; |
| | | background: #f3f3f3; |
| | | border-radius: 0.15rem; |
| | | |
| | | line-height: 1.3rem; |
| | | padding-left: 10px; |
| | | display: flex; |
| | |
| | | font-size: 0.3975rem; |
| | | .laber { |
| | | margin-right: 10px; |
| | | width: 50%; |
| | | } |
| | | // margin-top: 0.8rem; |
| | | } |
| | |
| | | width: 100%; |
| | | height: 1.3rem; |
| | | border-radius: 0.15rem; |
| | | background: #5c288c; |
| | | background: #185546; |
| | | color: #fff; |
| | | font-size: 0.4615rem; |
| | | margin-top: 0.5rem; |