Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online
Commits
27d5cd87
提交
27d5cd87
authored
5月 09, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style修改
上级
517794dc
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
67 行增加
和
79 行删除
+67
-79
Index.vue
src/components/layout/Index.vue
+1
-1
CardQuery.vue
src/modules/internet/components/CardQuery.vue
+16
-8
ManagerLogin.vue
src/modules/internet/components/ManagerLogin.vue
+13
-12
StudyLogin.vue
src/modules/internet/components/StudyLogin.vue
+21
-12
Index.vue
src/modules/internet/views/Index.vue
+16
-46
没有找到文件。
src/components/layout/Index.vue
浏览文件 @
27d5cd87
...
@@ -28,7 +28,7 @@ withDefaults(defineProps<{ sidebar?: boolean; hasTitle?: boolean }>(), {
...
@@ -28,7 +28,7 @@ withDefaults(defineProps<{ sidebar?: boolean; hasTitle?: boolean }>(), {
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
// min-height: 100vh;
// min-height: 100vh;
background
:
rgba
(
0
,
0
,
0
,
0
)
;
background
:
#fff
;
}
}
// .app-layout-container {
// .app-layout-container {
// flex: 1;
// flex: 1;
...
...
src/modules/internet/components/CardQuery.vue
浏览文件 @
27d5cd87
...
@@ -56,6 +56,7 @@ const handleSubmit = () => {
...
@@ -56,6 +56,7 @@ const handleSubmit = () => {
<el-form-item>
<el-form-item>
<div
class=
"btn_query"
@
click=
"handleSubmit"
>
查询
</div>
<div
class=
"btn_query"
@
click=
"handleSubmit"
>
查询
</div>
</el-form-item>
</el-form-item>
<div
class=
"home_box_tips"
>
请输入姓名、身份证号、证书编号中任意两项信息进行查询。
</div>
</el-form>
</el-form>
</template>
</template>
...
@@ -72,6 +73,7 @@ const handleSubmit = () => {
...
@@ -72,6 +73,7 @@ const handleSubmit = () => {
font-weight
:
400
;
font-weight
:
400
;
color
:
#ffffff
;
color
:
#ffffff
;
cursor
:
pointer
;
cursor
:
pointer
;
margin
:
auto
;
}
}
.el-input_icon_card
{
.el-input_icon_card
{
display
:
block
;
display
:
block
;
...
@@ -94,13 +96,19 @@ const handleSubmit = () => {
...
@@ -94,13 +96,19 @@ const handleSubmit = () => {
height
:
13
.7px
;
height
:
13
.7px
;
margin-left
:
21px
;
margin-left
:
21px
;
}
}
::v-deep
{
:deep
(
.el-input__inner
)
{
.el-input__inner
{
margin-left
:
9px
;
margin-left
:
9px
;
}
}
:deep
(
.el-input
)
{
.el-input
{
--el-input-border-radius
:
20px
;
--el-input-border-radius
:
20px
;
height
:
40px
;
height
:
40px
;
width
:
292px
;
}
margin
:
auto
;
}
.home_box_tips
{
font-size
:
12px
;
font-weight
:
400
;
line-height
:
18px
;
color
:
#333333
;
}
}
</
style
>
</
style
>
src/modules/internet/components/ManagerLogin.vue
浏览文件 @
27d5cd87
...
@@ -119,12 +119,13 @@ const handleTimeChange = () => {
...
@@ -119,12 +119,13 @@ const handleTimeChange = () => {
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
ffffff
;
color
:
#
ffffff
;
cursor
:
pointer
;
cursor
:
pointer
;
margin
:
auto
;
}
}
.
btn_code
{
.
btn_code
{
font
-
size
:
14
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
01379
e
;
color
:
#
01379
e
;
padding
-
left
:
23
7
px
;
padding
-
left
:
23
5
px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.
el
-
input_icon_name
{
.
el
-
input_icon_name
{
...
@@ -141,16 +142,16 @@ const handleTimeChange = () => {
...
@@ -141,16 +142,16 @@ const handleTimeChange = () => {
height
:
15
px
;
height
:
15
px
;
margin
-
left
:
21
px
;
margin
-
left
:
21
px
;
}
}
:
:
v
-
deep
{
:
deep
(.
el
-
input__inner
)
{
.
el
-
input__inner
{
margin
-
left
:
9
px
;
margin
-
left
:
9
px
;
}
}
:
deep
(.
el
-
input
)
{
.
el
-
input
{
--
el
-
input
-
border
-
radius
:
20
px
;
--
el
-
input
-
border
-
radius
:
2
0
px
;
height
:
4
0
px
;
height
:
40
px
;
width
:
292
px
;
}
margin
:
auto
;
.
el
-
input
-
group
--
append
>
.
el
-
input__wrapper
{
}
height
:
40
px
;
:
deep
(.
el
-
input
-
group
--
append
>
.
el
-
input__wrapper
)
{
}
height
:
40
px
;
}
}
<
/style
>
<
/style
>
src/modules/internet/components/StudyLogin.vue
浏览文件 @
27d5cd87
...
@@ -103,6 +103,7 @@ const handleTimeChange = () => {
...
@@ -103,6 +103,7 @@ const handleTimeChange = () => {
<
el
-
form
-
item
>
<
el
-
form
-
item
>
<
div
class
=
"btn_query"
@
click
=
"handleLogin"
>
登录
<
/div
>
<
div
class
=
"btn_query"
@
click
=
"handleLogin"
>
登录
<
/div
>
<
/el-form-item
>
<
/el-form-item
>
<
div
class
=
"home_box_tips"
>
请输入手机号、验证码或密码登录在线学习系统。
<
/div
>
<
/el-form
>
<
/el-form
>
<
/template
>
<
/template
>
...
@@ -119,12 +120,13 @@ const handleTimeChange = () => {
...
@@ -119,12 +120,13 @@ const handleTimeChange = () => {
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
ffffff
;
color
:
#
ffffff
;
cursor
:
pointer
;
cursor
:
pointer
;
margin
:
auto
;
}
}
.
btn_code
{
.
btn_code
{
font
-
size
:
14
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
#
01379
e
;
color
:
#
01379
e
;
padding
-
left
:
23
7
px
;
padding
-
left
:
23
5
px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.
el
-
input_icon_name
{
.
el
-
input_icon_name
{
...
@@ -141,16 +143,23 @@ const handleTimeChange = () => {
...
@@ -141,16 +143,23 @@ const handleTimeChange = () => {
height
:
15
px
;
height
:
15
px
;
margin
-
left
:
21
px
;
margin
-
left
:
21
px
;
}
}
::
v
-
deep
{
:
deep
(.
el
-
input__inner
)
{
.
el
-
input__inner
{
margin
-
left
:
9
px
;
margin
-
left
:
9
px
;
}
}
:
deep
(.
el
-
input
)
{
.
el
-
input
{
--
el
-
input
-
border
-
radius
:
20
px
;
--
el
-
input
-
border
-
radius
:
20
px
;
height
:
40
px
;
height
:
40
px
;
width
:
292
px
;
}
margin
:
auto
;
.
el
-
input
-
group
--
append
>
.
el
-
input__wrapper
{
}
height
:
40
px
;
:
deep
(.
el
-
input
-
group
--
append
>
.
el
-
input__wrapper
)
{
}
height
:
40
px
;
}
.
home_box_tips
{
font
-
size
:
12
px
;
font
-
weight
:
400
;
line
-
height
:
18
px
;
color
:
#
333333
;
text
-
align
:
center
;
}
}
<
/style
>
<
/style
>
src/modules/internet/views/Index.vue
浏览文件 @
27d5cd87
...
@@ -30,17 +30,9 @@ function handleTabChange(index: number) {
...
@@ -30,17 +30,9 @@ function handleTabChange(index: number) {
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"home_box_form"
v-if=
"activeIndex === 0"
>
<CardQuery
v-if=
"activeIndex === 0"
class=
"form"
/>
<CardQuery
/>
<StudyLogin
v-if=
"activeIndex === 1"
class=
"form"
/>
</div>
<ManagerLogin
v-if=
"activeIndex === 2"
class=
"form"
/>
<div
v-if=
"activeIndex === 1"
>
<StudyLogin
/>
</div>
<div
v-if=
"activeIndex === 2"
>
<ManagerLogin
/>
</div>
<div
class=
"home_box_tips"
v-if=
"activeIndex === 0"
>
请输入姓名、身份证号、证书编号中任意两项信息进行查询。
</div>
<div
class=
"home_box_tips"
v-if=
"activeIndex === 1"
>
请输入手机号、验证码或密码登录在线学习系统。
</div>
<div
class=
"home_box_line"
></div>
<div
class=
"home_box_line"
></div>
<div
class=
"home_box_bottom"
>
<div
class=
"home_box_bottom"
>
<div>
报名咨询:林老师
</div>
<div>
报名咨询:林老师
</div>
...
@@ -57,32 +49,33 @@ function handleTabChange(index: number) {
...
@@ -57,32 +49,33 @@ function handleTabChange(index: number) {
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online/fdc/%20fdc_bg.png)
no-repeat
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online/fdc/%20fdc_bg.png)
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
position
:
relative
;
position
:
relative
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
.home_box
{
.home_box
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
justify-content
:
space-around
;
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
width
:
472px
;
width
:
472px
;
height
:
496px
;
min-
height
:
496px
;
background
:
#ffffff
;
background
:
#ffffff
;
opacity
:
1
;
opacity
:
1
;
border-radius
:
20px
;
border-radius
:
20px
;
position
:
absolute
;
box-sizing
:
border-box
;
top
:
151px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
.home_box_tab
{
.home_box_tab
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-around
;
justify-content
:
space-around
;
width
:
410px
;
width
:
410px
;
height
:
40px
;
background
:
rgba
(
255
,
255
,
255
,
0
.39
);
background
:
rgba
(
255
,
255
,
255
,
0
.39
);
border
:
1px
solid
#e5e5e5
;
border
:
1px
solid
#e5e5e5
;
opacity
:
1
;
opacity
:
1
;
border-radius
:
22px
;
border-radius
:
22px
;
position
:
absolute
;
margin-top
:
53px
;
top
:
53px
;
cursor
:
pointer
;
left
:
50%
;
transform
:
translateX
(
-50%
);
.tab_item_name
{
.tab_item_name
{
width
:
136px
;
width
:
136px
;
height
:
40px
;
height
:
40px
;
...
@@ -102,39 +95,16 @@ function handleTabChange(index: number) {
...
@@ -102,39 +95,16 @@ function handleTabChange(index: number) {
color
:
#01379e
;
color
:
#01379e
;
}
}
}
}
.home_box_form
{
.form
{
position
:
absolute
;
padding-top
:
49px
;
top
:
146px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
width
:
292px
;
}
.home_box_tips
{
font-size
:
12px
;
font-weight
:
400
;
line-height
:
18px
;
color
:
#333333
;
position
:
absolute
;
top
:
402px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
white-space
:
nowrap
;
}
}
.home_box_line
{
.home_box_line
{
width
:
410px
;
width
:
410px
;
height
:
0px
;
height
:
0px
;
border
:
1px
solid
#e3e3e3
;
border
:
1px
solid
#e3e3e3
;
opacity
:
1
;
position
:
absolute
;
bottom
:
66px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
}
}
.home_box_bottom
{
.home_box_bottom
{
position
:
absolute
;
bottom
:
21px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
1
.5
;
line-height
:
1
.5
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论