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
提交
b519d14e
提交
b519d14e
编写于
3月 23, 2020
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ui样式优化
上级
b8fc936c
变更
4
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
25 行增加
和
13 行删除
+25
-13
detail-list.vue
components/bussiness/detail-list.vue
+2
-2
step.vue
components/step.vue
+1
-1
index.vue
pages/index.vue
+18
-9
index.vue
pages/ranks/index.vue
+4
-1
未找到文件。
components/bussiness/detail-list.vue
浏览文件 @
b519d14e
...
...
@@ -99,8 +99,8 @@ export default {
margin: 0 15px;
border-bottom: 1px solid #F8F9FA;
img {
width:
50
px;
height:
50
px;
width:
35
px;
height:
35
px;
border-radius: 25px;
}
.desc {
...
...
components/step.vue
浏览文件 @
b519d14e
...
...
@@ -42,7 +42,7 @@ export default {
padding: 20px 10px 20px 0px;
.step-num {
display: inline-block;
margin-top: 7
px
;
margin-top: 7
PX
;
font-size: 20px;
line-height: 30px;
color: #FFE8A5;
...
...
pages/index.vue
浏览文件 @
b519d14e
...
...
@@ -24,13 +24,13 @@
<div
class=
"score-info"
>
<div
v-if=
"userMobile"
class=
"text"
>
<img
:src=
"myAvatarl"
/>
<span
class=
"tc"
>
我的勤奋分
<span>
{{
myScore
}}
</span></span>
<span
class=
"tc"
>
我的勤奋分
</span>
<span
class=
"score"
>
{{
myScore
}}
</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"
>
去登录
<img
src=
"../static/images/right_bg.png"
/></span>
</div>
</div>
<status-bar
...
...
@@ -577,7 +577,7 @@ export default {
background:linear-gradient(180deg,rgba(214,86,53,1) 0%,rgba(189,38,65,1) 100%);
border-radius:10px 10px 0px 0px;
.text {
line-height: 4
8
px;
line-height: 4
7
px;
img {
float: left;
width: 30px;
...
...
@@ -585,15 +585,24 @@ export default {
padding: 10px 10px 0px 0px;
}
span.tc {
float: left;
font-size: 14px;
font-weight: 700;
color: #fff;
line-height: 35px;
span {
padding-left: 6px;
font-size: 18px;
color: #FFE8A5;
}
// line-height: 35px;
// span {
// padding-left: 6px;
// font-size: 18px;
// color: #FFE8A5;
// }
}
span.score {
float: left;
font-weight: 700;
padding-left: 6px;
font-size: 18px;
color: #FFE8A5;
}
span.bt {
font-size: 12px;
...
...
pages/ranks/index.vue
浏览文件 @
b519d14e
...
...
@@ -203,7 +203,7 @@ export default {
}
.info-name {
display: inline-block;
padding:
7
px 9px;
padding:
10
px 9px;
font-size: 14px;
color: #fff;
span {
...
...
@@ -212,6 +212,7 @@ export default {
span.ft {
font-weight: 700;
padding-bottom: 2px;
line-height: 12px;
}
span.cl {
display: inline-block;
...
...
@@ -226,6 +227,7 @@ export default {
font-size: 26px;
text-align: center;
font-weight: 700;
line-height: 26px;
span {
position: absolute;
right: 0;
...
...
@@ -237,6 +239,7 @@ export default {
display: inline-block;
width: 68px;
height: 18px;
margin-top: 3px;
text-align: center;
border-radius: 9px;
border:1PX solid rgba(255,232,165,1);
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录