提交 851e7bbf authored 作者: lihuihui's avatar lihuihui

修改样式

上级 521d78df
......@@ -25,7 +25,7 @@ export default {
data() {
const _this = this
return {
swiperList: ['https://zws-imgs-pub.ezijing.com/static/public/097c7cf05ebd01ac34743c50fb0ed9f1.png', 'https://zws-imgs-pub.ezijing.com/static/public/097c7cf05ebd01ac34743c50fb0ed9f1.png'],
swiperList: ['https://zws-imgs-pub.ezijing.com/static/public/097c7cf05ebd01ac34743c50fb0ed9f1.png'],
swiperOptions: {
on: {
slideChangeTransitionStart: function() {
......@@ -34,11 +34,11 @@ export default {
},
observer:true,//修改swiper自己或子元素时,自动初始化swiper
observeParents:true,//修改swiper的父元素时,自动初始化swiper
loop:true,
autoplay: {
delay: 2000,
disableOnInteraction: false
}
// loop:true,
// autoplay: {
// delay: 2000,
// disableOnInteraction: false
// }
}
}
},
......
......@@ -18,7 +18,7 @@
运营单位:清控紫荆(北京)教育科技股份有限公司<br />
联系电话:010-62793909<br />
邮箱:service@ezijing.com<br />
地址:北京市海淀区中关村东路1号<br />清华科技园威盛大厦5层
地址:北京市海淀区中关村东路1号<br />清华科技园威盛大厦5层
<!-- 电话:010-62793909<br />
E-mail:chinafflg@ezijing.com<br /> -->
<!-- 地址:北京市海淀区中关村东路1号院7号楼5层<br /> -->
......@@ -32,14 +32,29 @@
</div>
</div>
</div>
<div class="copyright">
<div class="inner2">
<p>Copyright © 2020 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司 京ICP证150431号</p>
<a class="record" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681">
<img src="https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png" alt="">
<p>安备 11010802023681号</p>
<div class="copyright" style="height: 40px;line-height: 40px;color: #666;background: #eaebec;">
<div class="inner" style="max-width: 1200px;width: 100%;justify-content: center;display: flex;">
<p style="font-size: 12px;">Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司</p>
<a target="_blank" href="https://tsm.miit.gov.cn/dxxzsp/" style="color: #666;text-decoration:none;margin-left: 10px;">
<p style="font-size: 12px;">京ICP证150431号</p>
</a>
<a target="_blank" class="record" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681" style="
color: #666;
text-decoration:none;
align-items: center;
display: flex;
margin-right: 5px;">
<img src="https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png" alt="" style="
width: 20px;
height: 20px;
margin: 0 6px;
display: block;
">
<p style="font-size: 12px;">安备 11010802023681号</p>
</a>
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index" style="color: #666;text-decoration:none;">
<p style="font-size: 12px;">京ICP备15016866号-1</p>
</a>
<p>京ICP备15016866号-1</p>
</div>
</div>
</div>
......@@ -128,30 +143,30 @@ export default {
line-height: 20px;
}
}
.copyright {
height: 40px;
line-height: 40px;
color: #666;
background: #f9f9f9;
.inner2{
width: 100%;
justify-content: center;
display: flex;
p{
font-size: 12px;
}
.record{
align-items: center;
display: flex;
margin-right: 5px;
img{
width: 20px;
height: 20px;
margin: 0 6px;
display: block;
}
}
}
}
// .copyright {
// height: 40px;
// line-height: 40px;
// color: #666;
// background: #f9f9f9;
// .inner2{
// width: 100%;
// justify-content: center;
// display: flex;
// p{
// font-size: 12px;
// }
// .record{
// align-items: center;
// display: flex;
// margin-right: 5px;
// img{
// width: 20px;
// height: 20px;
// margin: 0 6px;
// display: block;
// }
// }
// }
// }
}
</style>
......@@ -24,7 +24,7 @@ export default {
data() {
const _this = this
return {
swiperList: ['https://zws-imgs-pub.ezijing.com/static/public/1cfba803b9b9718ad7726903b9b7e888.png'],
swiperList: ['https://zws-imgs-pub.ezijing.com/static/public/1cfba803b9b9718ad7726903b9b7e888.png', 'https://zws-imgs-pub.ezijing.com/static/public/98a552eee2302afb96b02f16ba8d8b3a.png'],
swiperOptions: {
on: {
slideChangeTransitionStart: function() {
......
......@@ -13,6 +13,9 @@
<el-form-item label="手机号" prop="phone">
<el-input v-model="ruleForm.phone" placeholder="请输入您的手机号"></el-input>
</el-form-item>
<el-form-item label="验证码" prop="code">
<el-input v-model="ruleForm.phone" placeholder="请输入您的手机号"></el-input>
</el-form-item>
<el-form-item label="身份证号" prop="codeId">
<el-input v-model="ruleForm.codeId" placeholder="请输入您的身份证号"></el-input>
</el-form-item>
......@@ -72,7 +75,8 @@
delivery: false,
type: [],
checkPass: '',
pass: ''
pass: '',
code: ''
},
rules: {
name: [
......@@ -85,6 +89,10 @@
{ required: true, message: '请输入手机号', trigger: 'blur' },
{ required: true, message: '手机号不正确', validator: checkPhone, trigger: 'blur' }
],
code: [
{ required: true, message: '请输入验证码', trigger: 'blur' },
{ validator: validatePass, trigger: 'blur' }
],
codeId: [
{ required: true, message: '请输入身份证号', trigger: 'blur' },
{ required: true, message: '身份证号不正确', validator: checkCodeId, trigger: 'blur' }
......
......@@ -2,7 +2,11 @@
<div class="candida-box">
<div class="module1 content-max-width">
<div class="title" id="point1">考生报名</div>
<div class="dosc"><div class="cursor" @click="goPage('https://vslc.ncb.edu.cn/child-orgInfo?orgCode=330220946', 1)"></div><img style="width:100%" src="https://zws-imgs-pub.ezijing.com/static/public/8c87199ac00e8d27c48e030bebd057a9.png" alt=""></div>
<div class="dosc">
<div class="cursor" @click="goPage('https://vslc.ncb.edu.cn/child-orgInfo?orgCode=330220946', 1)"></div>
<img style="width:100%" src="https://zws-imgs-pub.ezijing.com/static/public/1c7084e1c2eae8cfd9582fad72e9440a.png" alt="">
<div class="cursor2" @click="goPage('https://vslc.ncb.edu.cn/child-orgInfo?orgCode=330220946', 1)"></div>
</div>
<!-- <div class="p">
<span>考试报名对象:</span>
已申报1+X证书试点并通过考核站点验收的学校
......@@ -174,6 +178,15 @@ export default {
// background: #000;
cursor: pointer;
}
.cursor2{
position: absolute;
bottom: 90px;
right: 100px;
width: 540px;
height: 30px;
// background: #000;
cursor: pointer;
}
}
.p{
font-size: 18px;
......
......@@ -77,7 +77,7 @@
</template> -->
</template>
<li class="border-none">
<div class="text" @click="goNewsPage">更多通知</div>
<div class="text cen" @click="goNewsPage">更多通知</div>
</li>
</ul>
<div class="slide-box" v-if="swiperList.length">
......@@ -556,17 +556,24 @@ export default {
background: #FFFFFF;
border-radius: 4px;
a{
&:nth-child(1){
// &:nth-child(1){
// li{
// background: #A81A42;
// border-radius: 4px;
// .text{
// color: #fff;
// }
// }
// }
}
li{
&:hover{
background: #A81A42;
border-radius: 4px;
.text{
color: #fff;
}
}
}
}
li{
cursor: pointer;
&.border-none{
border: none;
......@@ -577,12 +584,14 @@ export default {
height: 55px;
border-bottom: 1px solid #eee;
line-height: 55px;
text-align: center;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 18px;
color: #444444;
&.cen{
text-align: center;
}
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论