|
|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
|
<view class="container">
|
|
|
<view class="input-box">
|
|
|
- <view class="icon" />
|
|
|
+ <view class="iconfont icon-shoujihao" />
|
|
|
<input class="input" type="number" :value="phoneNumber" placeholder="请输入手机号码" data-name='phoneNumber'
|
|
|
@input="onInput">
|
|
|
</view>
|
|
|
<view class="authcode" style="margin-top:15px;">
|
|
|
<view class="input-box">
|
|
|
- <view class="icon" />
|
|
|
+ <view class="iconfont icon-duanxinyanzheng" />
|
|
|
<input class="input" type="number" :value="password" placeholder="请输入验证码" data-name='password'
|
|
|
@input="onInput">
|
|
|
</view>
|
|
|
@@ -141,6 +141,11 @@ export default {
|
|
|
.input {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+
|
|
|
+ .iconfont {
|
|
|
+ padding: 0 10px;
|
|
|
+ color: #052E5D;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.icon {
|