| | |
| | | <text class="tit">验证码</text> |
| | | <view class="input-with-button"> |
| | | <input type="text" v-model="form.code" placeholder="请输入验证码" maxlength="6" /> |
| | | <u-button style="width: 150upx;" @click="sendCode">{{ codeButtonText }}</u-button> |
| | | <u-button style="width: 150upx;background: #3D9AFF;" @click="sendCode">{{ codeButtonText }}</u-button> |
| | | </view> |
| | | </view> |
| | | <view class="input-item"> |
| | |
| | | line-height: 76upx; |
| | | border-radius: 50px; |
| | | margin-top: 70upx; |
| | | background: $uni-color-primary; |
| | | background: #3D9AFF; |
| | | color: #fff; |
| | | font-size: 32upx; |
| | | |