Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
transport-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
transport-show-h5
Commits
218d0d22
提交
218d0d22
authored
7月 14, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style:优化知识点详情页样式
上级
b1a9a46a
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
17 行增加
和
11 行删除
+17
-11
item.vue
src/pages/course/tag/item.vue
+17
-11
没有找到文件。
src/pages/course/tag/item.vue
浏览文件 @
218d0d22
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<div
class=
"tools"
>
<div
class=
"tools"
>
<div
class=
"inner"
>
<div
class=
"inner"
>
<ul>
<ul>
<li
@
click=
"toExamPage"
>
知识点考
试
</li>
<li
@
click=
"toExamPage"
>
去测
试
</li>
</ul>
</ul>
<ul>
<ul>
<li
@
click=
"getCourseTag(detail.last)"
v-if=
"detail.last"
>
上一点
</li>
<li
@
click=
"getCourseTag(detail.last)"
v-if=
"detail.last"
>
上一点
</li>
...
@@ -123,16 +123,16 @@ export default {
...
@@ -123,16 +123,16 @@ export default {
padding
:
10px
0
;
padding
:
10px
0
;
font-size
:
13px
;
font-size
:
13px
;
line-height
:
22px
;
line-height
:
22px
;
img
{
::v-deep
img
{
max-width
:
100%
;
max-width
:
100%
;
}
}
b
{
::v-deep
b
{
font-weight
:
bold
;
font-weight
:
bold
;
}
}
}
}
.tools
{
.tools
{
margin-top
:
5px
;
margin-top
:
5px
;
height
:
34
px
;
height
:
50
px
;
padding-bottom
:
env
(
safe-area-inset-bottom
);
padding-bottom
:
env
(
safe-area-inset-bottom
);
.inner
{
.inner
{
position
:
fixed
;
position
:
fixed
;
...
@@ -141,20 +141,26 @@ export default {
...
@@ -141,20 +141,26 @@ export default {
bottom
:
0
;
bottom
:
0
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
height
:
34px
;
align-items
:
center
;
padding
:
20px
20px
0
;
height
:
50px
;
padding
:
0
20px
;
padding-bottom
:
env
(
safe-area-inset-bottom
);
padding-bottom
:
env
(
safe-area-inset-bottom
);
background-color
:
#fff
;
box-shadow
:
0px
0px
6px
0px
rgba
(
0
,
0
,
0
,
0
.05
);
}
ul
{
font-size
:
0
;
}
}
li
{
li
{
display
:
inline-block
;
display
:
inline-block
;
height
:
24
px
;
height
:
35
px
;
margin-left
:
10px
;
margin-left
:
10px
;
padding
:
0
15
px
;
padding
:
0
30
px
;
font-size
:
13px
;
font-size
:
13px
;
color
:
#fff
;
color
:
#fff
;
line-height
:
24
px
;
line-height
:
35
px
;
background
:
#
67a8ff
;
background
:
#
2b7ce9
;
border-radius
:
12
px
;
border-radius
:
6
px
;
white-space
:
nowrap
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论