Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-online-pc
Commits
f0c0a17a
提交
f0c0a17a
authored
9月 21, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改课程详情页标题;修改样式不正确显示的问题;
上级
1fe4927c
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
4 行增加
和
45 行删除
+4
-45
tap.vue
src/components/comTable/tap.vue
+0
-5
course.vue
src/pages/learn/course.vue
+0
-6
CourseListItem.vue
src/pages/learn/course/components/CourseListItem.vue
+2
-1
detail.vue
src/pages/learn/course/detail.vue
+1
-1
style.scss
src/style.scss
+1
-32
没有找到文件。
src/components/comTable/tap.vue
浏览文件 @
f0c0a17a
...
@@ -237,9 +237,4 @@ ul.course-list {
...
@@ -237,9 +237,4 @@ ul.course-list {
overflow
:
hidden
;
overflow
:
hidden
;
position
:
relative
;
position
:
relative
;
}
}
@media
(
max-width
:
767px
)
{
.switch-box
{
margin
:
0
;
}
}
</
style
>
</
style
>
src/pages/learn/course.vue
浏览文件 @
f0c0a17a
...
@@ -254,10 +254,4 @@ ul.course-list {
...
@@ -254,10 +254,4 @@ ul.course-list {
text-align
:
center
;
text-align
:
center
;
line-height
:
2rem
;
line-height
:
2rem
;
}
}
@media
(
max-width
:
767px
)
{
.switch-box
{
margin
:
0
;
}
}
</
style
>
</
style
>
src/pages/learn/course/components/CourseListItem.vue
浏览文件 @
f0c0a17a
...
@@ -57,6 +57,7 @@ export default {
...
@@ -57,6 +57,7 @@ export default {
}
}
.course-list-item-pic
{
.course-list-item-pic
{
position
:
relative
;
position
:
relative
;
flex
:
0
0
1
.8rem
;
width
:
1
.8rem
;
width
:
1
.8rem
;
height
:
1rem
;
height
:
1rem
;
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -85,9 +86,9 @@ export default {
...
@@ -85,9 +86,9 @@ export default {
flex
:
1
;
flex
:
1
;
position
:
relative
;
position
:
relative
;
padding-left
:
0
.2rem
;
padding-left
:
0
.2rem
;
overflow
:
hidden
;
.title
{
.title
{
width
:
80%
;
line-height
:
1
.5
;
line-height
:
1
.5
;
font-weight
:
700
;
font-weight
:
700
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
src/pages/learn/course/detail.vue
浏览文件 @
f0c0a17a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"course-top"
>
<div
class=
"course-top"
>
<div
class=
"course-top-hd"
>
<div
class=
"course-top-hd"
>
<div
class=
"course-top-hd-left"
>
<div
class=
"course-top-hd-left"
>
<div
class=
"course-top__title"
>
{{
curriculum
.
curriculum
_name
}}
</div>
<div
class=
"course-top__title"
>
{{
detail
.
course
_name
}}
</div>
<div
class=
"course-top__text"
v-html=
"topText"
></div>
<div
class=
"course-top__text"
v-html=
"topText"
></div>
<div
class=
"course-top__progress"
>
<div
class=
"course-top__progress"
>
{{
$t
(
'pages.learn.courseDetail.Videoviewingprogress'
)
}}
{{
$t
(
'pages.learn.courseDetail.Videoviewingprogress'
)
}}
...
...
src/style.scss
浏览文件 @
f0c0a17a
...
@@ -102,39 +102,8 @@ p {
...
@@ -102,39 +102,8 @@ p {
padding
:
0
;
padding
:
0
;
}
}
/* Extra small devices (portrait phones, less than 576px) */
html
{
@media
(
max-width
:
575px
)
{
html
{
font-size
:
80px
;
}
}
/* Small devices (landscape phones, 576px and up) */
@media
(
min-width
:
576px
)
and
(
max-width
:
767px
)
{
html
{
font-size
:
80px
;
}
}
/* Medium devices (tablets, 768px and up) */
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
html
{
font-size
:
80px
;
}
}
/* Large devices (desktops, 992px and up) */
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
html
{
font-size
:
90px
;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media
(
min-width
:
1200px
)
{
html
{
font-size
:
100px
;
font-size
:
100px
;
}
}
}
/* 改变主题色变量 */
/* 改变主题色变量 */
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论