|
@@ -29,7 +29,7 @@
|
|
|
<image src="../../static/img/icon_yanheng@2x.png" class="icon"></image>
|
|
|
<!-- 验证码 -->
|
|
|
<view class="codeBg">
|
|
|
- <input type="text" class="code" placeholder="请输入验证码" v-model="codeValue" @confirm="codeDone" />
|
|
|
+ <input type="text" class="code codeINput" placeholder="请输入验证码" v-model="codeValue" @confirm="codeDone" />
|
|
|
<view @click="send" v-if="phoneValue.length == 11 && code_time == 0"
|
|
|
style="color: #FF4F00; font-size: 28rpx;">获取验证码</view>
|
|
|
<view style="color: #999999; font-size: 28rpx;"
|
|
@@ -279,4 +279,7 @@
|
|
|
font-size: 28rpx;
|
|
|
color: #999999;
|
|
|
}
|
|
|
+ .codeINput{
|
|
|
+ width: 350rpx;
|
|
|
+ }
|
|
|
</style>
|