Browse Source

还原

master
slj 4 years ago
parent
commit
88bb4f6556
  1. 13
      components/cell/index.wxss

13
components/cell/index.wxss

@ -4,7 +4,7 @@
border-bottom: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
padding: 20rpx 20rpx; padding: 10px 20rpx;
} }
.cell-left { .cell-left {
flex:1; flex:1;
@ -13,9 +13,10 @@
justify-content: space-around; justify-content: space-around;
} }
.cell_title { .cell_title {
font-weight: 300; font-weight: 400;
font-size: 17px; font-size: 16px;
color: #000; color: #000;
font-family: PingFangSC-Regular;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
@ -35,9 +36,9 @@
color: #D4D4D4; color: #D4D4D4;
} }
.cell_info_top { .cell_info_top {
padding: 0 20rpx; padding: 0 10px;
width: 66rpx; width: 20px;
height: 33rpx; height: 12px;
} }
.cell-right { .cell-right {
margin-left: 10rpx; margin-left: 10rpx;

Loading…
Cancel
Save