Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-learn
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-learn
Commits
70c4ce63
提交
70c4ce63
authored
10月 26, 2023
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
4bdd410f
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
15 行增加
和
51 行删除
+15
-51
Header.vue
src/components/layout/Header.vue
+5
-3
CourseIndex.vue
src/modules/course/views/CourseIndex.vue
+1
-0
CourseView.vue
src/modules/course/views/CourseView.vue
+9
-48
没有找到文件。
src/components/layout/Header.vue
浏览文件 @
70c4ce63
...
...
@@ -17,7 +17,9 @@ const logout = async () => {
<header
class=
"app-header"
>
<div
class=
"app-header-left"
>
<div
class=
"logo"
>
<router-link
to=
"/"
><img
src=
"https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/base/ezijing-logo-white.svg"
/></router-link>
<router-link
to=
"/"
><img
src=
"https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/base/ezijing-logo-white.svg"
/></router-link>
</div>
<h1
class=
"app-name"
>
数字技能实训中心
</h1>
</div>
...
...
@@ -62,7 +64,7 @@ const logout = async () => {
align-items
:
center
;
justify-content
:
space-between
;
height
:
64px
;
background-color
:
#
AB0A3D
;
background-color
:
#
ab0a3d
;
border-bottom
:
1px
solid
#e6e6e6
;
.logo
{
width
:
1
.2rem
;
...
...
@@ -95,7 +97,7 @@ const logout = async () => {
padding
:
0
34px
;
&
.is-active
{
color
:
#fff
;
background-color
:
#
C30B
45
;
background-color
:
#
c30b
45
;
}
}
}
...
...
src/modules/course/views/CourseIndex.vue
浏览文件 @
70c4ce63
...
...
@@ -75,6 +75,7 @@ log.upload({
}
.course-right
{
margin-left
:
0
;
width
:
-
webkit-fill-available
;
}
.is-list
{
.course-right
{
...
...
src/modules/course/views/CourseView.vue
浏览文件 @
70c4ce63
...
...
@@ -96,7 +96,7 @@ const handleDetail = function () {
<div
class=
"course-view"
v-loading=
"loading"
>
<div
:class=
"detailFlag ? 'flex active' : 'flex'"
>
<div
class=
"course-view-h"
>
<div
class=
"view-h-l"
>
<div
class=
"view-h-l"
v-if=
"!mobile"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/pages/campbellsville/20220804/lc23925.png"
/>
<div
class=
"btn"
@
click=
"handleStudy"
>
立即学习
</div>
</div>
...
...
@@ -140,7 +140,7 @@ const handleDetail = function () {
</div>
</div>
</div>
<div
class=
"course-view-teacher"
>
<div
class=
"course-view-teacher"
v-if=
"!mobile"
>
<div
class=
"teacher-hd"
>
课程讲师
</div>
<div
class=
"teacher-content"
>
<div
class=
"teacher-content-item"
v-for=
"item in props.data?.lecturers"
:key=
"item.id"
>
...
...
@@ -556,52 +556,6 @@ const handleDetail = function () {
color
:
#edeef2
;
}
.is-h5
{
.course-view-h
{
display
:
block
;
}
.view-h-l
{
width
:
120px
;
.btn
{
position
:
absolute
;
left
:
145px
;
top
:
80px
;
width
:
2rem
;
}
}
.course-view-r__info
{
position
:
absolute
;
right
:
0
;
top
:
20px
;
left
:
145px
;
}
.course-view-content
{
flex-direction
:
column
;
}
.course-view-teacher
{
width
:
auto
;
margin-left
:
0
;
margin-bottom
:
0
.2rem
;
order
:
-1
;
padding
:
0
13px
13px
;
}
.teacher-hd
{
font-size
:
14px
;
}
.teacher-content
{
display
:
flex
;
.box
{
margin-left
:
10px
;
flex
:
1
;
.name
,
.desc
{
margin
:
0
;
text-align
:
left
;
}
}
}
}
.view-btn
{
position
:
absolute
;
bottom
:
-48px
;
...
...
@@ -638,4 +592,11 @@ const handleDetail = function () {
}
}
}
.is-h5
{
.view-btn
{
right
:
50%
;
transform
:
translateX
(
50%
);
}
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论