Commit 1a5155a8 by 肖康

找料页面登录

parent 5ced9122
...@@ -36,7 +36,7 @@ body{padding-top:0px; background: #072565;} ...@@ -36,7 +36,7 @@ body{padding-top:0px; background: #072565;}
width: 3.2rem; width: 3.2rem;
height:50px; height:50px;
line-height: 50px; line-height: 50px;
font-size: 14px; font-size: 16px;
text-align:right; text-align:right;
padding: 0 0.2rem; padding: 0 0.2rem;
box-sizing: border-box; box-sizing: border-box;
...@@ -50,13 +50,13 @@ body{padding-top:0px; background: #072565;} ...@@ -50,13 +50,13 @@ body{padding-top:0px; background: #072565;}
box-sizing: border-box; box-sizing: border-box;
padding: 0 0.2rem; padding: 0 0.2rem;
input{ input{
font-size: 14px; font-size: 16px;
text-align: left; text-align: left;
width:100%; width:100%;
float:left; float:left;
height:100%; 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;} .code.dis{color:#ccc;}
.img-code{position: absolute;right:0px;height:50px;width:3rem;top:0px;cursor: pointer;} .img-code{position: absolute;right:0px;height:50px;width:3rem;top:0px;cursor: pointer;}
} }
......
...@@ -59,7 +59,7 @@ body { ...@@ -59,7 +59,7 @@ body {
width: 3.2rem; width: 3.2rem;
height: 50px; height: 50px;
line-height: 50px; line-height: 50px;
font-size: 14px; font-size: 16px;
text-align: right; text-align: right;
padding: 0 0.2rem; padding: 0 0.2rem;
box-sizing: border-box; box-sizing: border-box;
...@@ -79,7 +79,7 @@ body { ...@@ -79,7 +79,7 @@ body {
padding: 0 0.2rem; padding: 0 0.2rem;
} }
.findthing-content .seo-section .form-box1 .form-group .input-box input { .findthing-content .seo-section .form-box1 .form-group .input-box input {
font-size: 14px; font-size: 16px;
text-align: left; text-align: left;
width: 100%; width: 100%;
float: left; float: left;
...@@ -95,7 +95,7 @@ body { ...@@ -95,7 +95,7 @@ body {
color: #1080d0; color: #1080d0;
text-align: center; text-align: center;
line-height: 50px; line-height: 50px;
font-size: 14px; font-size: 15px;
} }
.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis { .findthing-content .seo-section .form-box1 .form-group .input-box .code.dis {
color: #ccc; color: #ccc;
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</div> </div>
</div> </div>
<div class="form-group clr " v-show="form1.imgcodestatus" > <div class="form-group clr " v-show="form1.imgcodestatus" >
<span class="fl ">图片验证</span> <span class="fl ">图片验证:</span>
<div class="fr input-box pr"> <div class="fr input-box pr">
<input type="text" v-model="form1.imgcode"/> <input type="text" v-model="form1.imgcode"/>
<img :src="imgCodeVal" alt="猎芯网" class="img-code" @click="imgCode()"/> <img :src="imgCodeVal" alt="猎芯网" class="img-code" @click="imgCode()"/>
...@@ -104,9 +104,9 @@ ...@@ -104,9 +104,9 @@
form1:{ form1:{
mobile:"", mobile:"",
code:"", code:"",
codestatus:false, codestatus:true,
imgcode:"", imgcode:"",
imgcodestatus:false, imgcodestatus:true,
goodsNumber:"", goodsNumber:"",
num:"", num:"",
msg:"" msg:""
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
//登录成功调用反馈接口 //登录成功调用反馈接口
this.$store.dispatch({ this.$store.dispatch({
type: 'feedback1', type: 'feedback1',
types:8, types:7,
mobile: this.form1.mobile, mobile: this.form1.mobile,
content:JSON.stringify(datajson_) 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