Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
851e7bbf
提交
851e7bbf
authored
2月 05, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改样式
上级
521d78df
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
98 行增加
和
53 行删除
+98
-53
headBanner.vue
src/components/headBanner.vue
+6
-6
footer.vue
src/components/layout/footer.vue
+48
-33
poster.vue
src/components/poster.vue
+1
-1
register.vue
src/pages/account/register.vue
+9
-1
studentHelp.vue
src/pages/hall/components/studentHelp.vue
+14
-1
index.vue
src/pages/home/index.vue
+20
-11
没有找到文件。
src/components/headBanner.vue
浏览文件 @
851e7bbf
...
...
@@ -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
//
}
}
}
},
...
...
src/components/layout/footer.vue
浏览文件 @
851e7bbf
...
...
@@ -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
>
src/components/poster.vue
浏览文件 @
851e7bbf
...
...
@@ -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
()
{
...
...
src/pages/account/register.vue
浏览文件 @
851e7bbf
...
...
@@ -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'
}
...
...
src/pages/hall/components/studentHelp.vue
浏览文件 @
851e7bbf
...
...
@@ -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
;
...
...
src/pages/home/index.vue
浏览文件 @
851e7bbf
...
...
@@ -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
)
{
li
{
background
:
#A81A42
;
border-radius
:
4px
;
.text
{
color
:
#fff
;
}
}
}
//
&:nth-child(1){
//
li{
//
background: #A81A42;
//
border-radius: 4px;
//
.text{
//
color: #fff;
//
}
//
}
//
}
}
li
{
&
:hover
{
background
:
#A81A42
;
border-radius
:
4px
;
.text
{
color
:
#fff
;
}
}
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论