Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
提交
议题看板
打开侧边栏
jingqi.liu
pica.cloud.web-education-admin
提交
dd12ee0e
提交
dd12ee0e
编写于
12月 18, 2018
作者:
杨广俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
排序前
上级
901e5603
变更
8
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
46 行增加
和
17 行删除
+46
-17
.DS_Store
.DS_Store
+0
-0
.DS_Store
src/.DS_Store
+0
-0
course-list.vue
src/components/business/course-list.vue
+39
-11
five-minutes.vue
src/components/business/five-minutes.vue
+1
-1
health-comics.vue
src/components/business/health-comics.vue
+1
-1
teacher-list.vue
src/components/business/teacher-list.vue
+2
-2
loading-new.vue
src/components/common/loading-new.vue
+3
-2
teacher-icon.png
src/images/teacher-icon.png
+0
-0
未找到文件。
.DS_Store
浏览文件 @
dd12ee0e
无法预览此类型文件
src/.DS_Store
浏览文件 @
dd12ee0e
无法预览此类型文件
src/components/business/course-list.vue
浏览文件 @
dd12ee0e
...
...
@@ -48,13 +48,16 @@
<div
class=
"five-text"
>
<div
class=
"teacher-itemname fs14"
>
<span
v-show=
"item.typeName"
class=
"teacher-itemname-tag"
>
{{
item
.
typeName
}}
</span>
<span
class=
"teacher-itemname-name"
v-html=
"item.
n
ame"
></span>
<span
class=
"teacher-itemname-name"
v-html=
"item.
highLightN
ame"
></span>
</div>
<div
class=
"f
ive-tag fs11
"
>
<span
class=
"
m-tag
"
>
{{
item
.
shortcut
}}
</span>
<div
class=
"f
s13
"
>
<span
class=
"
five-text-shourtcut
"
>
{{
item
.
shortcut
}}
</span>
</div>
<div
class=
"five-tag fs11"
style=
"margin-top:20px;"
>
<span
class=
"m-tag"
style=
"margin-left:40px;padding-top:10px;"
>
ttttt
</span>
<div
class=
"fs13 five-text-teacher"
>
<img
src=
"../../images/teacher-icon.png"
/><span
class=
"five-text-teacher-name"
v-for=
"(doctor, dIndex) in item.doctors"
:key=
"dIndex"
>
{{
doctor
.
doctorName
}}
<!--
{{
item
.
doctors
[
0
].
doctorName
}}
-->
</span>
</div>
</div>
</div>
...
...
@@ -343,10 +346,10 @@ export default {
.teacher-item
{
width
:
100%
;
height
:
px2rem
(
1
20
px
);
height
:
px2rem
(
1
06
px
);
position
:
relative
;
margin-top
:
px2rem
(
4px
);
margin
:
px2rem
(
4px
)
0
px2rem
(
15px
);
padding-top
:
px2rem
(
4px
);
&
:not
(
:last-child
)
{
border-bottom
:
1px
solid
RGBA
(
240
,
240
,
240
,
1
);
}
...
...
@@ -369,20 +372,45 @@ export default {
.five-text
{
margin-left
:
px2rem
(
70px
);
height
:
px2rem
(
38px
);
&
-shourtcut
{
font-size
:
px2rem
(
14px
);
color
:
#777
;
}
&
-teacher
{
margin-top
:
px2rem
(
4px
);
height
:
px2rem
(
20px
);
line-height
:
px2rem
(
20px
);
margin-left
:
px2rem
(
40px
);
img
{
width
:
px2rem
(
10px
);
height
:
px2rem
(
10px
);
margin-right
:
px2rem
(
2px
);
color
:
#777
;
}
&
-name
{
// margin-left:40px;
// padding-top:10px;
margin-left
:
0
!
important
;
padding-left
:
0
;
font-size
:
px2rem
(
13px
);
color
:
#999
;
}
}
}
.teacher-itemname
{
color
:
RGBA
(
102
,
102
,
102
,
1
);
height
:
px2rem
(
3
8
px
);
height
:
px2rem
(
3
6
px
);
line-height
:
px2rem
(
19px
);
font-size
:
px2rem
(
1
4
px
);
font-size
:
px2rem
(
1
3
px
);
margin-bottom
:
px2rem
(
5px
);
&
-tag
{
height
:
px2rem
(
18px
);
line-height
:
px2rem
(
18px
);
padding
:
px2rem
(
2px
)
px2rem
(
3px
)
px2rem
(
1
px
);
padding
:
px2rem
(
1px
)
px2rem
(
3px
)
px2rem
(
0
px
);
border-radius
:
px2rem
(
2px
);
font-size
:
px2rem
(
12px
);
color
:
#fff
;
background
:
rgba
(
106
,
159
,
233
,
1
);
}
&
-name
{
...
...
@@ -523,7 +551,7 @@ export default {
}
.item-end
{
height
:
px2rem
(
100
px
);
height
:
px2rem
(
92
px
);
}
}
</
style
>
src/components/business/five-minutes.vue
浏览文件 @
dd12ee0e
...
...
@@ -8,7 +8,7 @@
<img
v-lazy=
"item.appImageUrl"
/>
</div>
<div
class=
"five-text"
>
<div
class=
"teacher-itemname fs14"
v-html=
"item.
t
itle"
>
{{
item
.
title
}}
</div>
<div
class=
"teacher-itemname fs14"
v-html=
"item.
highLightT
itle"
>
{{
item
.
title
}}
</div>
<div
class=
"five-tag fs11"
>
<span
class=
"m-tag"
>
#
{{
item
.
categoryName
}}
</span>
<span
class=
"m-play"
@
click
.
stop=
"playFun(item)"
>
...
...
src/components/business/health-comics.vue
浏览文件 @
dd12ee0e
...
...
@@ -14,7 +14,7 @@
</div>
<div
class=
"tea-txt"
>
<!--
<div
class=
"tea-name"
>
{{
item
.
doctorName
}}
</div>
-->
<div
class=
"tea-position"
v-html=
"item.headerName"
>
<div
class=
"tea-position"
v-html=
"item.h
ighLightH
eaderName"
>
<!--
{{
item
.
headerName
}}
-->
</div>
</div>
...
...
src/components/business/teacher-list.vue
浏览文件 @
dd12ee0e
...
...
@@ -8,12 +8,12 @@
v-for=
"(item, index) in parmData"
:key=
"index"
@
click=
"goToDetail(item)"
>
<div
class=
"tea-img"
:style=
"'background:'+ item.bgColor"
>
<img
:src=
"item.
doctorImg
"
>
<img
:src=
"item.
appImageUrl
"
>
<span
class=
"learn-p"
>
{{
item
.
joinNum
}}
人已学
</span>
<!--
<span
class=
"learn-p"
>
{{
item
.
joinNum
|
yLocalString
}}
人已学
</span>
-->
</div>
<div
class=
"tea-txt"
>
<div
class=
"tea-name"
>
{{
item
.
doctorN
ame
}}
</div>
<div
class=
"tea-name"
v-html=
"item.highLightName"
>
{{
item
.
n
ame
}}
</div>
<div
class=
"tea-position"
>
{{
item
.
doctorHospital
}}
</div>
...
...
src/components/common/loading-new.vue
浏览文件 @
dd12ee0e
...
...
@@ -27,7 +27,7 @@
bottom
:
0
;
right
:
0
;
z-index
:
100
;
background
:
rgba
(
205
,
205
,
205
,
0
.8
);
background
:
rgba
(
0
,
0
,
0
,
0
.5
);
}
svg
{
position
:
absolute
;
...
...
@@ -38,6 +38,7 @@
}
svg
path
,
svg
rect
{
fill
:
#449284
;
fill
:
#fff
;
// fill: #449284;
}
</
style
>
src/images/teacher-icon.png
0 → 100755
浏览文件 @
dd12ee0e
455 字节
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录