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
提交
3a0a43fe
提交
3a0a43fe
编写于
11月 14, 2018
作者:
chendeli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add
上级
637f78e3
变更
9
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
46 行增加
和
22 行删除
+46
-22
yqy-adjust.vue
src/components/business-new/yqy-adjust.vue
+7
-5
yqy-category-three-1.vue
src/components/business-new/yqy-category-three-1.vue
+1
-1
yqy-five-minutes.vue
src/components/business-new/yqy-five-minutes.vue
+14
-2
yqy-home-adv.vue
src/components/business-new/yqy-home-adv.vue
+8
-6
yqy-home-banner.vue
src/components/business-new/yqy-home-banner.vue
+1
-1
yqy-home-keepon.vue
src/components/business-new/yqy-home-keepon.vue
+1
-0
yqy-teacher-list.vue
src/components/business-new/yqy-teacher-list.vue
+5
-2
home-new.vue
src/views/home/home-new.vue
+2
-2
detail.vue
src/views/teachers/detail.vue
+7
-3
未找到文件。
src/components/business-new/yqy-adjust.vue
浏览文件 @
3a0a43fe
...
...
@@ -331,14 +331,16 @@ export default {
border-radius
:
px2rem
(
3px
);
}
.course-tag
{
position
:
absolute
;
position
:
absolute
;
display
:
inline-block
;
top
:px2rem
(
5px
)
;
left
:
px2rem
(
5px
);
height
:
px2rem
(
16px
);
line-height
:
px2rem
(
14px
);
height
:px2rem
(
16px
)
;
color
:
#4A87D4
;
padding
:
0
px2rem
(
3px
);
background
:
#C3DCFB
;
background
:
#FAFCFF
;
border
:
1px
solid
#C3DCFB
;
font-size
:
px2rem
(
10px
);
border-radius
:
px2rem
(
2px
);
}
...
...
@@ -347,7 +349,7 @@ export default {
margin-top
:
px2rem
(
5px
);
font-size
:
px2rem
(
14px
);
line-height
:
px2rem
(
19px
);
height
:
px2rem
(
38px
);
max-
height
:
px2rem
(
38px
);
color
:
#333
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
...
...
@@ -362,7 +364,7 @@ export default {
color
:
#999
;
}
.opt
{
display
:
inline-block
;
height
:
px2rem
(
18px
);
line-height
:
px2rem
(
18px
);
padding
:
0
px2rem
(
4px
);
...
...
src/components/business-new/yqy-category-three-1.vue
浏览文件 @
3a0a43fe
...
...
@@ -100,7 +100,7 @@ export default {
}
.hot-teacher
{
width
:
100%
;
margin-top
:
px2rem
(
15
px
);
margin-top
:
px2rem
(
30
px
);
padding
:
0
px2rem
(
15px
)
px2rem
(
26px
);
.category-img
{
width
:
100%
;
...
...
src/components/business-new/yqy-five-minutes.vue
浏览文件 @
3a0a43fe
...
...
@@ -263,6 +263,7 @@ export default {
width
:
px2rem
(
60px
);
height
:
px2rem
(
60px
);
border-radius
:
px2rem
(
3px
);
box-shadow
:
0
px2rem
(
2px
)
px2rem
(
3px
)
#004E40
;
float
:
left
;
img
{
width
:
100%
;
...
...
@@ -295,6 +296,7 @@ export default {
padding
:
0
px2rem
(
5px
);
color
:
#BF9E15
;
border-radius
:
0
px2rem
(
3px
)
px2rem
(
3px
)
px2rem
(
3px
);
background
:
#FFFDFA
;
/* background-color: px2rem(17px);*/
border
:
1px
solid
#FAE5AF
;
}
...
...
@@ -348,22 +350,25 @@ export default {
}
.play-start
{
span
{
-webkit-animation
:
bodong
0
.5s
infinite
ease-in-out
alternate
;
animation
:
bodong
0
.5s
infinite
ease-in-out
alternate
;
}
span
:first-child
{
left
:px2rem
(
8px
)
;
-webkit-animation-delay
:
.1s
;
animation-delay
:
.1s
;
}
span
:nth-child
(
2
)
{
left
:px2rem
(
12px
)
;
-webkit-animation-delay
:
.3s
;
animation-delay
:
.3s
;
}
span
:nth-child
(
3
)
{
left
:px2rem
(
16px
)
;
-webkit-animation-delay
:
.5s
;
animation-delay
:
.5s
;
}
@-webkit-keyframes
bodong
{
0
%
{
height
:px2rem
(
5px
)
;
}
...
...
@@ -372,6 +377,13 @@ export default {
80
%
{
height
:px2rem
(
10px
)
;}
100
%
{
height
:px2rem
(
5px
)
;}
}
@keyframes
bodong
{
0
%
{
height
:px2rem
(
5px
)
;
}
30
%
{
height
:px2rem
(
10px
)
;}
60
%
{
height
:px2rem
(
15px
)
;}
80
%
{
height
:px2rem
(
10px
)
;}
100
%
{
height
:px2rem
(
5px
)
;}
}
}
img
{
width
:
100%
;
...
...
src/components/business-new/yqy-home-adv.vue
浏览文件 @
3a0a43fe
...
...
@@ -164,13 +164,15 @@ export default {
font-weight
:
bold
;
}
.get-more
{
border
:
1px
solid
RGBA
(
169
,
174
,
183
,
1
);
border-radius
:
px2rem
(
9
px
);
padding
:
px2rem
(
3px
)
px2rem
(
5px
)
px2rem
(
2px
)
px2rem
(
6px
);
border
:
1px
solid
RGBA
(
169
,
174
,
183
,
0
.5
);
border-radius
:
px2rem
(
16
px
);
padding
:
0
px2rem
(
5px
)
0
px2rem
(
6px
);
vertical-align
:
middle
;
display
:
inline-block
;
float
:
right
;
margin-top
:px2rem
(
3px
)
;
height
:
px2rem
(
16px
);
line-height
:
px2rem
(
16px
);
}
.thorw-icon
{
width
:
px2rem
(
8px
);
...
...
@@ -206,9 +208,9 @@ export default {
text-align
:
center
;
}
.tea-itemimg
{
width
:
px2rem
(
45
px
);
height
:
px2rem
(
45
px
);
margin-top
:
px2rem
(
5px
);
width
:
px2rem
(
50
px
);
height
:
px2rem
(
50
px
);
border-radius
:
50%
;
}
.tea-itemname
{
...
...
src/components/business-new/yqy-home-banner.vue
浏览文件 @
3a0a43fe
...
...
@@ -93,7 +93,7 @@ html,body{
top
:
-
(
px2rem
(
27px
));
padding
:
px2rem
(
15px
)
px2rem
(
10px
);
box-shadow
:
0
px2rem
(
1px
)
px2rem
(
5px
)
RGBA
(
4
2
,
94
,
161
,
0
.15
);
box-shadow
:
0
px2rem
(
1px
)
px2rem
(
5px
)
RGBA
(
4
9
,
127
,
119
,
0
.1
);
border-radius
:
px2rem
(
3px
);
}
.banner-item
{
...
...
src/components/business-new/yqy-home-keepon.vue
浏览文件 @
3a0a43fe
...
...
@@ -154,6 +154,7 @@ export default {
height
:
px2rem
(
17px
);
span
{
float
:
left
;
font-size
:
px2rem
(
12px
);
}
}
.continue-study
{
...
...
src/components/business-new/yqy-teacher-list.vue
浏览文件 @
3a0a43fe
...
...
@@ -193,10 +193,12 @@ export default {
display
:
inline-block
;
top
:px2rem
(
5px
)
;
left
:
px2rem
(
5px
);
height
:
px2rem
(
16px
);
line-height
:
px2rem
(
14px
);
height
:px2rem
(
16px
)
;
color
:
#4A87D4
;
padding
:
0
px2rem
(
3px
);
background
:
#C3DCFB
;
background
:
#FAFCFF
;
border
:
1px
solid
#C3DCFB
;
font-size
:
px2rem
(
10px
);
border-radius
:
px2rem
(
2px
);
}
...
...
@@ -221,6 +223,7 @@ export default {
position
:
relative
;
.opt
{
display
:
inline-block
;
top
:
0
;
right
:
0
;
position
:
absolute
;
...
...
src/views/home/home-new.vue
浏览文件 @
3a0a43fe
...
...
@@ -145,8 +145,8 @@ export default {
}
// _this.token = 'AA093EC1A2084B17B098515F2A04A6';
// _this.init()
// _this.token = 'AA093EC1A2084B17B098515F2A04A6';
// _this.init()
this
.
getUserInfo
();
window
.
__getStatusBarHeight
=
function
(
parm
){
...
...
src/views/teachers/detail.vue
浏览文件 @
3a0a43fe
...
...
@@ -266,9 +266,9 @@ body{background: #fff}
background
:
#D8D8D8
;
text-align
:
center
;
img
{
width
:
px2rem
(
3
5px
);
height
:
px2rem
(
3
5px
);
margin-top
:px2rem
(
9px
)
;
width
:
px2rem
(
4
5px
);
height
:
px2rem
(
4
5px
);
border-radius
:
50%
;
}
}
...
...
@@ -282,6 +282,10 @@ body{background: #fff}
.detail-intr
{
text-align
:
center
;
line-height
:
px2rem
(
17px
);
height
:
px2rem
(
17px
);
overflow
:
hidden
;
width
:
90%
;
margin
:
0
auto
;
font-size
:
px2rem
(
12px
);
color
:
#666
;
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录