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
提交
f9762cc0
提交
f9762cc0
编写于
1月 10, 2019
作者:
杨广俊
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
文件名调整,样式调整
上级
d26cdd04
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
13 行增加
和
6 行删除
+13
-6
yqy-hot-lecturer.vue
src/componentsn/business/yqy-hot-lecturer.vue
+2
-2
yqy-lecturer-order.vue
src/componentsn/business/yqy-lecturer-order.vue
+8
-2
yqy-teacher-list.vue
src/componentsn/business/yqy-teacher-list.vue
+2
-1
index.vue
src/views/index.vue
+1
-1
未找到文件。
src/componentsn/business/yqy-hot-lecturer.vue
浏览文件 @
f9762cc0
...
...
@@ -199,14 +199,14 @@ export default {
.disp-blc.lect-ks
{
position
:
relative
;
left
:
0
;
top
:
px2rem
(
-
9
px
);
top
:
px2rem
(
-
10
px
);
font-size
:
px2rem
(
12px
);
color
:
#666
;
}
.disp-blc.study-num
{
position
:
relative
;
left
:
0
;
top
:
px2rem
(
-1
0
px
);
top
:
px2rem
(
-1
1
px
);
font-size
:
px2rem
(
11px
);
color
:
#999
;
}
...
...
src/componentsn/business/
group-title
.vue
→
src/componentsn/business/
yqy-lecturer-order
.vue
浏览文件 @
f9762cc0
<
template
>
<section>
<article
class=
"group-title-title"
>
<span
>
{{
groupTitle
}}
</span>
<span
class=
"group-title-title-main"
>
{{
groupTitle
}}
</span><span
class=
"group-title-title-sub"
>
专业领域的资深专家
</span>
</article>
<article>
<select
name=
"regionName"
id=
"1"
>
...
...
@@ -128,11 +128,17 @@ export default {
}
&
-title
{
padding
:
0
px2rem
(
15px
);
span
{
&
-main
{
margin-right
:
px2rem
(
6px
);
font-size
:
px2rem
(
18px
);
font-weight
:
500
;
color
:
#28344C
;
}
&
-sub
{
font-size
:
px2rem
(
15px
);
font-weight
:
400
;
color
:
#999
;
}
}
}
</
style
>
src/componentsn/business/teacher-list.vue
→
src/componentsn/business/
yqy-
teacher-list.vue
浏览文件 @
f9762cc0
...
...
@@ -34,7 +34,8 @@ import {
m_search_result_lecturer_order
,
m_search_result_lecturer_top
,
}
from
'@/utils/buryingPoint'
import
GroupTitle
from
'@/componentsn/business/group-title'
;
// import GroupTitle from '@/componentsn/business/group-title';
import
GroupTitle
from
'@/componentsn/business/yqy-lecturer-order'
;
export
default
{
data
()
{
return
{
...
...
src/views/index.vue
浏览文件 @
f9762cc0
...
...
@@ -37,7 +37,7 @@ import {mapState, mapMutations, mapActions} from 'vuex'
import
BackTop
from
'@/homecom/components/common/backTop'
;
import
YqyHomeHeader
from
'@/homecom/components/business-new/yqy-home-header'
;
import
YqyHotLecturer
from
'@/componentsn/business/yqy-hot-lecturer'
;
import
TeacherList
from
'@/componentsn/business/teacher-list'
import
TeacherList
from
'@/componentsn/business/
yqy-
teacher-list'
export
default
{
data
(){
return
{
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录