改进 按钮组
This commit is contained in:
parent
c5875602c1
commit
551fdc7a2c
@ -15,19 +15,22 @@
|
|||||||
<input type="radio" name="payment" value="wechat" checked> 微信支付
|
<input type="radio" name="payment" value="wechat" checked> 微信支付
|
||||||
<input type="radio" name="payment" value="alipay"> 支付宝
|
<input type="radio" name="payment" value="alipay"> 支付宝
|
||||||
|
|
||||||
|
<div class="row col-6 col-lg-3">
|
||||||
<div class="input-group mt-2 mb-3 w-25">
|
<div class="input-group mt-2 mb-3 w-100 col-2">
|
||||||
<button class="btn btn-outline-secondary" type="submit">充值</button>
|
<button class="btn btn-outline-secondary" type="submit">充值</button>
|
||||||
|
|
||||||
|
|
||||||
<input type="number" id="amount" name="amount" value="10" min="1" max="1000" class="form-control text-center"
|
<input type="number" id="amount" name="amount" value="10" min="1" max="1000"
|
||||||
aria-label="充值金额">
|
class="form-control text-center"
|
||||||
|
aria-label="充值金额">
|
||||||
|
|
||||||
<span class="input-group-text">元</span>
|
<span class="input-group-text">元</span>
|
||||||
|
|
||||||
<button class="btn btn-secondary" type="submit">充值</button>
|
<button class="btn btn-secondary" type="submit">充值</button>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="mt-2">
|
<div class="mt-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user