Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-new-compaign
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-new-compaign
提交
470fe8a3
提交
470fe8a3
编写于
3月 20, 2020
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式问题修复
上级
a63545bc
变更
6
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
36 行增加
和
28 行删除
+36
-28
status-bar.vue
components/bussiness/status-bar.vue
+3
-3
step.vue
components/step.vue
+2
-0
task-activity.vue
components/task-activity.vue
+1
-1
index.vue
pages/index.vue
+2
-1
index.vue
pages/ranks/index.vue
+28
-23
award.png
static/images/award.png
+0
-0
未找到文件。
components/bussiness/status-bar.vue
浏览文件 @
470fe8a3
...
@@ -72,11 +72,11 @@ export default {
...
@@ -72,11 +72,11 @@ export default {
if
(
minValue
<
100
)
{
if
(
minValue
<
100
)
{
htmlText
=
`还差<span style="color">
${
100
-
minValue
}
</span>分,就有资格瓜分<span style="color: #FFE8A5">100</span>万云鹊豆啦!`
htmlText
=
`还差<span style="color">
${
100
-
minValue
}
</span>分,就有资格瓜分<span style="color: #FFE8A5">100</span>万云鹊豆啦!`
}
else
if
(
minValue
<
200
)
{
}
else
if
(
minValue
<
200
)
{
htmlText
=
`已经有资格瓜分<span style="color: #FFE8A5">100
</span>万
云鹊豆啦,</br>继续努力还能瓜分<span style="color: #FFE8A5">200</span>万!`
htmlText
=
`已经有资格瓜分<span style="color: #FFE8A5">100
万</span>
云鹊豆啦,</br>继续努力还能瓜分<span style="color: #FFE8A5">200</span>万!`
}
else
if
(
minValue
<
300
)
{
}
else
if
(
minValue
<
300
)
{
htmlText
=
`已经有资格瓜分<span style="color: #FFE8A5">300
</span>万
云鹊豆啦,</br>继续努力还能瓜分<span style="color: #FFE8A5">200</span>万!`
htmlText
=
`已经有资格瓜分<span style="color: #FFE8A5">300
万</span>
云鹊豆啦,</br>继续努力还能瓜分<span style="color: #FFE8A5">200</span>万!`
}
else
{
}
else
{
htmlText
=
`天啦撸,你有资格瓜分
500万
云鹊豆哦!`
htmlText
=
`天啦撸,你有资格瓜分
<span style="color: #FFE8A5">500万</span>
云鹊豆哦!`
}
}
activeNum
=
Math
.
floor
(
minValue
/
100
);
activeNum
=
Math
.
floor
(
minValue
/
100
);
if
(
activeNum
<=
0
)
{
if
(
activeNum
<=
0
)
{
...
...
components/step.vue
浏览文件 @
470fe8a3
...
@@ -60,9 +60,11 @@ export default {
...
@@ -60,9 +60,11 @@ export default {
font-size: 18px;
font-size: 18px;
font-weight: 700;
font-weight: 700;
padding-bottom: 8px;
padding-bottom: 8px;
line-height: 18px;
}
}
.step-time {
.step-time {
font-size: 13px;
font-size: 13px;
line-height: 13px;
}
}
}
}
img {
img {
...
...
components/task-activity.vue
浏览文件 @
470fe8a3
...
@@ -208,7 +208,7 @@ export default {
...
@@ -208,7 +208,7 @@ export default {
.task-activity {
.task-activity {
.task-con {
.task-con {
position: relative;
position: relative;
padding-bottom:
5
px;
padding-bottom:
10
px;
width: 335px;
width: 335px;
height: 70px;
height: 70px;
img {
img {
...
...
pages/index.vue
浏览文件 @
470fe8a3
...
@@ -588,8 +588,9 @@ export default {
...
@@ -588,8 +588,9 @@ export default {
font-size: 14px;
font-size: 14px;
font-weight: 700;
font-weight: 700;
color: #fff;
color: #fff;
line-height: 35px;
span {
span {
padding-left:
8
px;
padding-left:
6
px;
font-size: 18px;
font-size: 18px;
color: #FFE8A5;
color: #FFE8A5;
}
}
...
...
pages/ranks/index.vue
浏览文件 @
470fe8a3
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
/>
/>
<!-- 我的排名 -->
<!-- 我的排名 -->
<div
class=
"rank-info"
>
<div
class=
"rank-info"
>
<div
class=
"rank-con"
>
<div
class=
"info-text"
>
<div
class=
"info-text"
>
<div
class=
"info-detail"
>
<div
class=
"info-detail"
>
<img
:src=
"avatarImage"
/>
<img
:src=
"avatarImage"
/>
...
@@ -33,6 +34,8 @@
...
@@ -33,6 +34,8 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 排行榜 -->
<!-- 排行榜 -->
<div
class=
"main-content"
>
<div
class=
"main-content"
>
<div
class=
"description"
><span>
排行榜
</span>
排名每5分钟更新1次
</div>
<div
class=
"description"
><span>
排行榜
</span>
排名每5分钟更新1次
</div>
...
@@ -182,9 +185,11 @@ export default {
...
@@ -182,9 +185,11 @@ export default {
.rank-container {
.rank-container {
.rank-info {
.rank-info {
padding-top: 70px;
padding-top: 70px;
.rank-con {
height: 150px;
height: 150px;
background-image:url('../../static/images/rank_head.png');
background-image:url('../../static/images/rank_head.png');
background-size: 100% 100%;
background-size: 100% 100%;
}
.info-text {
.info-text {
display: flex;
display: flex;
flex-direction: row;
flex-direction: row;
...
...
static/images/award.png
查看替换文件 @
a63545bc
浏览文件 @
470fe8a3
258.6 KB
|
W:
|
H:
260.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录