Commit 1a5155a8 by 肖康

找料页面登录

parent 5ced9122
......@@ -36,7 +36,7 @@ body{padding-top:0px; background: #072565;}
width: 3.2rem;
height:50px;
line-height: 50px;
font-size: 14px;
font-size: 16px;
text-align:right;
padding: 0 0.2rem;
box-sizing: border-box;
......@@ -50,13 +50,13 @@ body{padding-top:0px; background: #072565;}
box-sizing: border-box;
padding: 0 0.2rem;
input{
font-size: 14px;
font-size: 16px;
text-align: left;
width:100%;
float:left;
height:100%;
}
.code{position: absolute;right:0px;height:50px;line-height:50px;width:3rem;top:0px;cursor: pointer;color:#1080d0;text-align: center;line-height:50px; font-size: 14px;}
.code{position: absolute;right:0px;height:50px;line-height:50px;width:3rem;top:0px;cursor: pointer;color:#1080d0;text-align: center;line-height:50px; font-size: 15px;}
.code.dis{color:#ccc;}
.img-code{position: absolute;right:0px;height:50px;width:3rem;top:0px;cursor: pointer;}
}
......
......@@ -59,7 +59,7 @@ body {
width: 3.2rem;
height: 50px;
line-height: 50px;
font-size: 14px;
font-size: 16px;
text-align: right;
padding: 0 0.2rem;
box-sizing: border-box;
......@@ -79,7 +79,7 @@ body {
padding: 0 0.2rem;
}
.findthing-content .seo-section .form-box1 .form-group .input-box input {
font-size: 14px;
font-size: 16px;
text-align: left;
width: 100%;
float: left;
......@@ -95,7 +95,7 @@ body {
color: #1080d0;
text-align: center;
line-height: 50px;
font-size: 14px;
font-size: 15px;
}
.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis {
color: #ccc;
......
......@@ -30,7 +30,7 @@
</div>
</div>
<div class="form-group clr " v-show="form1.imgcodestatus" >
<span class="fl ">图片验证</span>
<span class="fl ">图片验证:</span>
<div class="fr input-box pr">
<input type="text" v-model="form1.imgcode"/>
<img :src="imgCodeVal" alt="猎芯网" class="img-code" @click="imgCode()"/>
......@@ -104,9 +104,9 @@
form1:{
mobile:"",
code:"",
codestatus:false,
codestatus:true,
imgcode:"",
imgcodestatus:false,
imgcodestatus:true,
goodsNumber:"",
num:"",
msg:""
......@@ -216,7 +216,7 @@
//登录成功调用反馈接口
this.$store.dispatch({
type: 'feedback1',
types:8,
types:7,
mobile: this.form1.mobile,
content:JSON.stringify(datajson_)
})
......
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment