Browse Source

优化

master
zhaoyongnian 6 years ago
parent
commit
ebec14443c
  1. 20
      subpages/heart/pages/leaderboard/leaderboard.wxss
  2. 8
      subpages/integralCentre/pages/index/index.wxss

20
subpages/heart/pages/leaderboard/leaderboard.wxss

@ -68,12 +68,15 @@ page {
height: 40rpx;
color: #fff;
margin: 30rpx 0 30rpx;
width: 100%;
/* white-space: nowrap; */
display: -webkit-box;
text-align: center;
/* width: 100%; *//* white-space: nowrap; *//* display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden; */
width: 225rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.love-ranking .top .top-content .order .time {
@ -189,7 +192,7 @@ page {
object-fit: cover;
position: relative;
z-index: 10;
top: 4rpx;
/* top: 4rpx; */
top: 8rpx;
left: 2rpx;
}
@ -247,10 +250,19 @@ page {
margin-right: 15rpx;
}
.love-ranking .bottom .list-item .info {
width: calc(100% - 105rpx);
}
.love-ranking .bottom .list-item .info .name {
font-size: 32rpx;
color: #333;
line-height: 52rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.love-ranking .bottom .list-item .info .info-detail {

8
subpages/integralCentre/pages/index/index.wxss

@ -90,7 +90,7 @@ page{
}
.jf-title .jf-title-item {
width: 40%;
width: 38%;
height: 80rpx;
font-size: 30rpx;
font-weight: bold;
@ -108,7 +108,7 @@ page{
}
.jf-title .jf-title-item-last {
width: 40%;
width: 42%;
height: 80rpx;
font-size: 30rpx;
font-weight: bold;
@ -126,7 +126,7 @@ page{
}
.jf-list .jf-list-li {
width: 40%;
width: 38%;
height: 80rpx;
font-size: 30rpx;
font-weight: 500;
@ -143,7 +143,7 @@ page{
}
.jf-list .jf-list-li.jf-list-li-last {
width: 40%;
width: 42%;
height: 80rpx;
font-size: 30rpx;
font-weight: 500;

Loading…
Cancel
Save