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
提交
5a618f91
提交
5a618f91
编写于
3月 16, 2020
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面箭头样式调整
上级
2e5789e7
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
19 行增加
和
6 行删除
+19
-6
index.vue
pages/index.vue
+10
-2
index.vue
pages/ranks/index.vue
+9
-4
right.png
static/images/right.png
+0
-0
right_bg.png
static/images/right_bg.png
+0
-0
未找到文件。
pages/index.vue
浏览文件 @
5a618f91
...
...
@@ -24,11 +24,12 @@
<div
v-if=
"userMobile"
class=
"text"
>
<img
:src=
"myAvatarl"
/>
<span
class=
"tc"
>
我的勤奋分
<span>
{{
myScore
}}
</span></span>
<span
class=
"bt"
@
click=
"selfInfo"
v-bp=
"
{ component_tag: '360#360002'}">个人明细
>
</span>
<span
class=
"bt"
@
click=
"selfInfo"
v-bp=
"
{ component_tag: '360#360002'}">个人明细
<img
src=
"../static/images/right_bg.png"
/
></span>
</div>
<div
v-if=
"!userMobile"
class=
"text"
>
<span
class=
"tc"
>
登录可参加活动
</span>
<span
class=
"bt"
@
click=
"goToLogin"
>
去登录 >
</span>
<span
class=
"bt"
@
click=
"goToLogin"
>
去登录
<img
src=
"../static/images/right_bg.png"
/></span>
</div>
</div>
<status-bar
...
...
@@ -520,6 +521,13 @@ export default {
font-size: 12px;
float: right;
color:#FFE8A5;
img {
float: right;
width: 10px;
height: 10px;
margin-top: 10px;
margin-left: 3px;
}
}
}
}
...
...
pages/ranks/index.vue
浏览文件 @
5a618f91
...
...
@@ -23,19 +23,19 @@
</div>
<div
class=
"rank-detail"
>
<div
class=
"rank-num"
v-if=
"firstScore"
>
<span
class=
"dlot"
></span>
<span
class=
"dlot"
v-if=
"firstScore && lastScore"
></span>
<span
class=
"num"
>
前一名:
<span
class=
"score"
>
{{
firstScore
}}
</span>
勤奋分
</span>
</div>
<div
class=
"line"
v-if=
"firstScore && lastScore"
></div>
<div
class=
"rank-num"
v-if=
"lastScore"
>
<span
class=
"dlot"
></span>
<span
class=
"dlot"
v-if=
"firstScore && lastScore"
></span>
<span
class=
"num"
>
后一名:
<span
class=
"score"
>
{{
lastScore
}}
</span>
勤奋分
</span>
</div>
</div>
</div>
<!-- 排行榜 -->
<div
class=
"main-content"
>
<div
class=
"description"
><span>
排行榜
</span>
排名每5分钟更新1次
最后更新时间 7-15 12:05
</div>
<div
class=
"description"
><span>
排行榜
</span>
排名每5分钟更新1次
</div>
<div
class=
"ranking-title"
>
<span>
TOP10
</span>
<span
class=
"marginL"
>
用户名称
</span>
...
...
@@ -54,7 +54,7 @@
<div
class=
"award-container"
>
<div
class=
"award-title"
>
<div>
排名前10名奖品
</div>
<span
@
click=
"allAward"
>
全部奖品
>
</span>
<span
@
click=
"allAward"
>
全部奖品
<img
src=
"../../static/images/right.png"
/
></span>
</div>
<div
class=
"awards"
><img
src=
"../../static/images/all-award.png"
/></div>
</div>
...
...
@@ -352,6 +352,11 @@ export default {
span {
font-size: 12px;
color: #979899;
img {
float: right;
margin-top: 4px;
margin-left: 2px;
}
}
}
.awards {
...
...
static/images/right.png
0 → 100644
浏览文件 @
5a618f91
540 字节
static/images/right_bg.png
0 → 100644
浏览文件 @
5a618f91
505 字节
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录