Commit 5be1ee7d by 刘泽奇

123

parent 01189ec9
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -73,27 +73,27 @@ ...@@ -73,27 +73,27 @@
{ {
img: "imgs/jdcloud/jdtrademark/services1.png", img: "imgs/jdcloud/jdtrademark/services1.png",
name: "注册评估低风险", name: "注册评估低风险",
text: "商标注册存在驳回失败风险,京东云利用大数据分析和智能检索工具可快速查出近似商标注册信息及状态,帮助提高通过率", text: "商标注册存在驳回失败风险,利用大数据分析和智能检索工具可快速查出近似商标注册信息及状态,帮助提高通过率",
}, },
{ {
img: "imgs/jdcloud/jdtrademark/services2.png", img: "imgs/jdcloud/jdtrademark/services2.png",
name: "简化流程高效注册", name: "简化流程高效注册",
text: "京东云提供商标自助申报系统,可自定义选择注册类别,同时利用工商大数据查询企业信息功能,提高申请效率", text: "提供商标自助申报系统,可自定义选择注册类别,同时利用工商大数据查询企业信息功能,提高申请效率",
}, },
{ {
img: "imgs/jdcloud/jdtrademark/services3.png", img: "imgs/jdcloud/jdtrademark/services3.png",
name: "最快1分钟提交商标局", name: "最快1分钟提交商标局",
text: "京东云支持商标自助线上提交申请、线上跟进商标订单,利用人工智能提交机器人,最快实现1分钟提交至商标局", text: "支持商标自助线上提交申请、线上跟进商标订单,利用人工智能提交机器人,最快实现1分钟提交至商标局",
}, },
{ {
img: "imgs/jdcloud/jdtrademark/services4.png", img: "imgs/jdcloud/jdtrademark/services4.png",
name: "申请进度实时掌握", name: "申请进度实时掌握",
text: "京东云提供在线标准化服务,流程透明可视化,关键流程通过短信、邮件通知,申请进度一目了然", text: "提供在线标准化服务,流程透明可视化,关键流程通过短信、邮件通知,申请进度一目了然",
}, },
{ {
img: "imgs/jdcloud/jdtrademark/services5.png", img: "imgs/jdcloud/jdtrademark/services5.png",
name: "简单管理易维护", name: "简单管理易维护",
text: "在京东云商标管理控制台,数据在线保存实时同步到云端,各类进度随时掌握,方便查找各类商标订单", text: "在商标管理控制台,数据在线保存实时同步到云端,各类进度随时掌握,方便查找各类商标订单",
}, },
{ {
img: "imgs/jdcloud/jdtrademark/services6.png", img: "imgs/jdcloud/jdtrademark/services6.png",
......
<div id="bychpage" class="login"> <div id="bychpage" class="login">
<div style="width:100%;margin: 0 auto;"> <div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b"> <div style="z-index: -99;position: fixed;
background-color: rgb(49, 55, 59);
left: 0;
top: 0;
height: 100vh;
width: 100vw;">
<img style="width:100%;height:100%" :src="loginUrl" /> <img style="width:100%;height:100%" :src="loginUrl" />
<div class="login-div" v-show="a"> <div class="login-div" v-show="a">
<div class="login-content" id="baoguo" style="height:auto;"> <div class="login-content" id="baoguo" style="height:auto;">
<div style="margin-top: 30px; <div style="margin-top: 30px;
padding-left: 28px;"> padding-left: 28px;">
<el-menu :default-active="activeIndex" mode="horizontal" @select="handleSelect" style="border:none"> <el-menu :default-active="activeIndex" mode="horizontal" @select="handleSelect" style="border:none">
<el-menu-item index="1" style="width:130px;height:40px;line-height:40px;font-size: 17px; <el-menu-item index="1" style="width:130px;height:40px;line-height:40px;font-size: 17px;
font-family: PingFangSC-Regular,PingFang SC; font-family: PingFangSC-Regular,PingFang SC;
font-weight: 400; font-weight: 400;
color: rgba(51,51,51,1);text-align: center;">验证码登录</el-menu-item> color: rgba(51,51,51,1);text-align: center;">码登录</el-menu-item>
<el-menu-item index="2" style="width:130px;height:40px;line-height:40px;font-size: 17px; <el-menu-item index="2" style="width:130px;height:40px;line-height:40px;font-size: 17px;
font-family: PingFangSC-Regular,PingFang SC; font-family: PingFangSC-Regular,PingFang SC;
font-weight: 400; font-weight: 400;
color: rgba(51,51,51,1);text-align: center;">密码登录</el-menu-item> color: rgba(51,51,51,1);text-align: center;">验证码登录</el-menu-item>
</el-menu>
</el-menu>
</div> </div>
<!-- 验证码登录 --> <!-- 验证码登录 -->
<div v-if="activeIndex==1" class="login-content-input"> <div v-if="activeIndex==2" class="login-content-input">
<el-form ref="form1" :rules="rules1" :model="form1" label-width="10px" key="1"> <el-form ref="form1" :rules="rules1" :model="form1" label-width="10px" key="1">
<el-form-item prop="mobile"> <el-form-item prop="mobile">
<el-input v-model="form1.mobile" placeholder="请输入11位手机号码"><i slot="prefix" class="el-input__icon el-icon-mobile-phone"></i></el-input> <el-input v-model="form1.mobile" placeholder="请输入11位手机号码"><i slot="prefix"
class="el-input__icon el-icon-mobile-phone"></i></el-input>
</el-form-item> </el-form-item>
<el-form-item prop="code"> <el-form-item prop="code">
<el-input style="width:130px;" v-model="form1.code" placeholder="请输入验证码"><i slot="prefix" class="el-input__icon el-icon-edit"></i></el-input> <el-input style="width:130px;" v-model="form1.code" placeholder="请输入验证码"><i slot="prefix"
class="el-input__icon el-icon-edit"></i></el-input>
<el-button id="loginCode" type="primary" plain style="width: 145px; <el-button id="loginCode" type="primary" plain style="width: 145px;
background: #128EE9; background: #128EE9;
color: #fff;" color: #fff;" @click="obtaincode1" :disabled="vCodeClick">
@click="obtaincode1" :disabled="vCodeClick">
获取验证码</el-button> 获取验证码</el-button>
</el-form-item> </el-form-item>
<div style="font-size:12px;color:#B2B2B2;margin-top: -4px; <div style="font-size:12px;color:#B2B2B2;margin-top: -4px;
...@@ -39,7 +46,8 @@ ...@@ -39,7 +46,8 @@
<span style="color:#999999;cursor:pointer" @click="rsetpassword">忘记密码?</span> <span style="color:#999999;cursor:pointer" @click="rsetpassword">忘记密码?</span>
</div> </div>
<el-form-item style="margin-bottom:8px;"> <el-form-item style="margin-bottom:8px;">
<el-button type="primary" class="login-content-button" @click="checklogin1" style="margin-top: 50px;">登录</el-button> <el-button type="primary" class="login-content-button" @click="checklogin1" style="margin-top: 50px;">登录
</el-button>
</el-form-item> </el-form-item>
<div style="font-size:12px;color:#828282;margin-left: 70px;">登录即同意 <div style="font-size:12px;color:#828282;margin-left: 70px;">登录即同意
<span style="color:#108EE9">《服务协议》</span> <span style="color:#108EE9">《服务协议》</span>
...@@ -47,13 +55,15 @@ ...@@ -47,13 +55,15 @@
</el-form> </el-form>
</div> </div>
<!-- 密码登录 --> <!-- 密码登录 -->
<div v-if="activeIndex==2" class="login-content-input"> <div v-if="activeIndex==1" class="login-content-input">
<el-form ref="form2" :rules="rules2" :model="form2" label-width="10px" key="2"> <el-form ref="form2" :rules="rules2" :model="form2" label-width="10px" key="2">
<el-form-item prop="username"> <el-form-item prop="username">
<el-input v-model="form2.username" placeholder="请输入11位手机号码"><i slot="prefix" class="el-input__icon el-icon-mobile-phone"></i></el-input> <el-input v-model="form2.username" placeholder="请输入11位手机号码"><i slot="prefix"
class="el-input__icon el-icon-mobile-phone"></i></el-input>
</el-form-item> </el-form-item>
<el-form-item prop="password"> <el-form-item prop="password">
<el-input type="password" v-model="form2.password" placeholder="请输入登录密码"><i slot="prefix" class="el-input__icon el-icon-view"></i></el-input> <el-input type="password" v-model="form2.password" placeholder="请输入登录密码"><i slot="prefix"
class="el-input__icon el-icon-view"></i></el-input>
</el-form-item> </el-form-item>
<div style="font-size:12px;color:#B2B2B2;margin-top: -4px; <div style="font-size:12px;color:#B2B2B2;margin-top: -4px;
margin-left: 85px;"> margin-left: 85px;">
...@@ -62,7 +72,8 @@ ...@@ -62,7 +72,8 @@
<span style="color:#999999;cursor:pointer" @click="rsetpassword">忘记密码?</span> <span style="color:#999999;cursor:pointer" @click="rsetpassword">忘记密码?</span>
</div> </div>
<el-form-item style="margin-bottom:8px;"> <el-form-item style="margin-bottom:8px;">
<el-button type="primary" key="xxcccc" class="login-content-button" @click="checklogin2" style="margin-top: 50px;">登录</el-button> <el-button type="primary" key="xxcccc" class="login-content-button" @click="checklogin2"
style="margin-top: 50px;">登录</el-button>
</el-form-item> </el-form-item>
<div style="font-size:12px;color:#828282;margin-left: 70px;">登录即同意 <div style="font-size:12px;color:#828282;margin-left: 70px;">登录即同意
<span style="color:#108EE9">《服务协议》</span> <span style="color:#108EE9">《服务协议》</span>
...@@ -85,8 +96,7 @@ ...@@ -85,8 +96,7 @@
</el-form-item> </el-form-item>
<el-form-item prop="code"> <el-form-item prop="code">
<el-input style="width:140px;" v-model="form3.code" placeholder="请输入验证码"></el-input> <el-input style="width:140px;" v-model="form3.code" placeholder="请输入验证码"></el-input>
<el-button id="resetCode" type="primary" style="width:135px;" <el-button id="resetCode" type="primary" style="width:135px;" @click="obtaincode2">获取验证码</el-button>
@click="obtaincode2">获取验证码</el-button>
</el-form-item> </el-form-item>
<el-form-item prop="password"> <el-form-item prop="password">
<el-input type="password" v-model="form3.password" placeholder="请设置6-18位密码"></el-input> <el-input type="password" v-model="form3.password" placeholder="请设置6-18位密码"></el-input>
...@@ -102,7 +112,7 @@ ...@@ -102,7 +112,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
...@@ -114,4 +124,4 @@ ...@@ -114,4 +124,4 @@
<el-button slot="buttonarea" style="width:80%" type="primary" @click="sbhandler">登录</el-button> <el-button slot="buttonarea" style="width:80%" type="primary" @click="sbhandler">登录</el-button>
</gsb-form> </gsb-form>
</div> </div>
</gsb-pcpage> --> </gsb-pcpage> -->
\ No newline at end of file
...@@ -136,4 +136,9 @@ ...@@ -136,4 +136,9 @@
position: absolute; position: absolute;
top: 27%; top: 27%;
left: 34%; left: 34%;
}
.nowbuy-main .el-table .cell{
text-align: center;
} }
\ No newline at end of file
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
购买服务 购买服务
</div> </div>
</div> </div>
<div style="width:1093px;border:1px solid #F3F3F3;margin-bottom: 51px;"> <div style="width:100%;border:1px solid #F3F3F3;margin-bottom: 51px;">
<el-table :data="tableData" header-row-class-name="nowbuy-tableheader" style="width: 100%"> <el-table :data="tableData" header-row-class-name="nowbuy-tableheader" style="width: 100%">
<el-table-column prop="name" label="服务名称" width="180"> <el-table-column prop="name" label="服务名称" width="180">
</el-table-column> </el-table-column>
......
<div id="bychpage" class="login"> <div id="bychpage" class="login">
<div style="width:100%;margin: 0 auto;"> <div style="width:100%;margin: 0 auto;">
<div style="z-index:1;position:relative;background-color:#31373b"> <div style="z-index: -99;position: fixed;
<img style="width:100%;height:auto" :src="loginUrl" /> background-color: rgb(49, 55, 59);
left: 0;
top: 0;
height: 100vh;
width: 100vw;">
<img style="width:100%;height:100%" :src="loginUrl" />
<!-- <div class="login-title" v-if="companyinfo.company.siteTheme == \'policy\'"> <!-- <div class="login-title" v-if="companyinfo.company.siteTheme == \'policy\'">
<span class="tong">政企通</span> <span class="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span> <span class="shujuzi">政策大数据服务平台</span>
......
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 to comment