Browse Source

3069

yufei
余菲 10 months ago
parent
commit
e5176b0507
1 changed files with 9 additions and 7 deletions
  1. +9
    -7
      package_mine/pages/history/index.wxss

+ 9
- 7
package_mine/pages/history/index.wxss View File

@@ -17,13 +17,15 @@
}

.history__item{
display: flex;
align-items: center;
justify-content: space-between;
padding: 40rpx 70rpx 50rpx 60rpx;
background: rgba(255, 255, 255, 1);
border-radius: 20rpx;
margin-bottom: 14rpx;
width: 100%;
height: 165rpx;
display: flex;
align-items: center;
justify-content: space-between;
padding: 40rpx 70rpx 50rpx 60rpx;
background: rgba(255, 255, 255, 1);
border-radius: 20rpx;
margin-bottom: 14rpx;
}

.history__item :last-child{

Loading…
Cancel
Save