提交 b519d14e 编写于 作者: huangwensu's avatar huangwensu

ui样式优化

上级 b8fc936c
...@@ -99,8 +99,8 @@ export default { ...@@ -99,8 +99,8 @@ export default {
margin: 0 15px; margin: 0 15px;
border-bottom: 1px solid #F8F9FA; border-bottom: 1px solid #F8F9FA;
img { img {
width: 50px; width: 35px;
height: 50px; height: 35px;
border-radius: 25px; border-radius: 25px;
} }
.desc { .desc {
......
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
padding: 20px 10px 20px 0px; padding: 20px 10px 20px 0px;
.step-num { .step-num {
display: inline-block; display: inline-block;
margin-top: 7px; margin-top: 7PX;
font-size: 20px; font-size: 20px;
line-height: 30px; line-height: 30px;
color: #FFE8A5; color: #FFE8A5;
......
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
<div class="score-info"> <div class="score-info">
<div v-if="userMobile" class="text"> <div v-if="userMobile" class="text">
<img :src="myAvatarl" /> <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> <span class="bt" @click="selfInfo" v-bp="{ component_tag: '360#360002'}">个人明细<img src="../static/images/right_bg.png"/></span>
</div> </div>
<div v-if="!userMobile" class="text"> <div v-if="!userMobile" class="text">
<span class="tc">登录可参加活动</span> <span class="tc">登录可参加活动</span>
<span class="bt" @click="goToLogin">去登录<img src="../static/images/right_bg.png"/></span> <span class="bt" @click="goToLogin">去登录<img src="../static/images/right_bg.png"/></span>
</div> </div>
</div> </div>
<status-bar <status-bar
...@@ -577,7 +577,7 @@ export default { ...@@ -577,7 +577,7 @@ export default {
background:linear-gradient(180deg,rgba(214,86,53,1) 0%,rgba(189,38,65,1) 100%); background:linear-gradient(180deg,rgba(214,86,53,1) 0%,rgba(189,38,65,1) 100%);
border-radius:10px 10px 0px 0px; border-radius:10px 10px 0px 0px;
.text { .text {
line-height: 48px; line-height: 47px;
img { img {
float: left; float: left;
width: 30px; width: 30px;
...@@ -585,16 +585,25 @@ export default { ...@@ -585,16 +585,25 @@ export default {
padding: 10px 10px 0px 0px; padding: 10px 10px 0px 0px;
} }
span.tc { span.tc {
float: left;
font-size: 14px; font-size: 14px;
font-weight: 700; font-weight: 700;
color: #fff; color: #fff;
line-height: 35px; // line-height: 35px;
span { // span {
// padding-left: 6px;
// font-size: 18px;
// color: #FFE8A5;
// }
}
span.score {
float: left;
font-weight: 700;
padding-left: 6px; padding-left: 6px;
font-size: 18px; font-size: 18px;
color: #FFE8A5; color: #FFE8A5;
} }
}
span.bt { span.bt {
font-size: 12px; font-size: 12px;
float: right; float: right;
......
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
} }
.info-name { .info-name {
display: inline-block; display: inline-block;
padding: 7px 9px; padding: 10px 9px;
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
span { span {
...@@ -212,6 +212,7 @@ export default { ...@@ -212,6 +212,7 @@ export default {
span.ft { span.ft {
font-weight: 700; font-weight: 700;
padding-bottom: 2px; padding-bottom: 2px;
line-height: 12px;
} }
span.cl { span.cl {
display: inline-block; display: inline-block;
...@@ -226,6 +227,7 @@ export default { ...@@ -226,6 +227,7 @@ export default {
font-size: 26px; font-size: 26px;
text-align: center; text-align: center;
font-weight: 700; font-weight: 700;
line-height: 26px;
span { span {
position: absolute; position: absolute;
right: 0; right: 0;
...@@ -237,6 +239,7 @@ export default { ...@@ -237,6 +239,7 @@ export default {
display: inline-block; display: inline-block;
width: 68px; width: 68px;
height: 18px; height: 18px;
margin-top: 3px;
text-align: center; text-align: center;
border-radius: 9px; border-radius: 9px;
border:1PX solid rgba(255,232,165,1); border:1PX solid rgba(255,232,165,1);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册