|
@@ -11,11 +11,6 @@
|
|
|
<i class="man_icon"></i>
|
|
|
<input type="number" v-model="dataList.phoneNumber" class="phone" pattern="[0-9]" placeholder="请输入手机号报名或查询进度">
|
|
|
</div>
|
|
|
- <!-- <div class="phoneSection">
|
|
|
- <i class="man_icon"></i>
|
|
|
- <input type="number" v-model="dataList.code" class="phone" pattern="[0-9]" placeholder="请输入验证码">
|
|
|
- <span class="code_btn" :class="[codeStatus?'':'disable']" @click="sendCode">发送验证码</span>
|
|
|
- </div> -->
|
|
|
</div>
|
|
|
|
|
|
<div class="btn-group">
|
|
@@ -363,4 +358,12 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+input, textarea {
|
|
|
+ -webkit-user-select: auto!important;
|
|
|
+ -khtml-user-select: auto!important;
|
|
|
+ -moz-user-select: auto!important;
|
|
|
+ -ms-user-select: auto!important;
|
|
|
+ -o-user-select: auto!important;
|
|
|
+ user-select: auto!important;
|
|
|
+}
|
|
|
</style>
|