Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
Y
year-end-activitiy
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.foundation.frontend
year-end-activitiy
提交
7160cc8f
提交
7160cc8f
编写于
12月 12, 2019
作者:
Yuanzhao.dai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
榜单增加用户未登录、个人机构均为参见两种展示状态
上级
31e8f002
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
48 行增加
和
1 行删除
+48
-1
index.less
assets/style/awards-list/index.less
+28
-1
index.vue
pages/awards-list/index.vue
+20
-0
未找到文件。
assets/style/awards-list/index.less
浏览文件 @
7160cc8f
...
...
@@ -112,7 +112,34 @@
}
}
}
/*未登录*/
.not-login {
.description {
color: #FFFFFF;
font-size: 18px;
font-weight: 700;
line-height: 18px;
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}
}
/*个人机构均为参加*/
.not-join {
.description {
width: 325px;
height: 89px;
line-height: 89px;
background: linear-gradient(180deg,rgba(194,36,36,1) 0%,rgba(80,8,85,1) 100%);
border-radius: 8px;
color: #FFED59;
font-size: 18px;
font-weight: 700;
margin-top: 5px;
margin-bottom: 20px;
text-align: center;
}
}
.main-container {
width: 355px;
margin: 67.5px auto 0 auto;
...
...
pages/awards-list/index.vue
浏览文件 @
7160cc8f
...
...
@@ -3,6 +3,7 @@
<div
class=
"top-container"
>
<img
src=
"~/assets/img/stage3/rule-btn.png"
alt=
""
>
</div>
<!--已登录及个人未参加-->
<div
class=
"person-details"
>
<div
class=
"info"
>
<img
src=
"https://test-file.yunqueyi.com/png/2019/9/19/1568874397547_45fff40f.png"
alt=
""
>
...
...
@@ -30,6 +31,25 @@
<p
class=
"text"
>
参与机构数 28788348
</p>
</div>
</div>
<!--未登录-->
<!--
<div
class=
"person-details not-login"
>
<div
class=
"description"
>
登录查看个人和机构排名
</div>
<div
class=
"my-grade"
>
立即登录
</div>
<div
class=
"bottom"
>
<p
class=
"text"
>
参与人数 28788348
</p>
<p
class=
"line"
></p>
<p
class=
"text"
>
参与机构数 28788348
</p>
</div>
</div>
-->
<!--个人机构均未参加-->
<!--
<div
class=
"person-details not-join"
>
<div
class=
"description"
>
您和您的机构未参加本次活动
</div>
<div
class=
"bottom"
>
<p
class=
"text"
>
参与人数 28788348
</p>
<p
class=
"line"
></p>
<p
class=
"text"
>
参与机构数 28788348
</p>
</div>
</div>
-->
<div
class=
"main-container"
>
<img
class=
"top-img"
src=
"~/assets/img/stage3/hospital-icon.png"
alt=
""
>
<div
class=
"award-container hospital-awards"
>
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录