小程序开发

feat/task1-c-wallet
gongfuxiang 2019-07-06 01:13:24 +08:00
parent 83e1031699
commit e57da33bcb
1 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@
} }
.data-list .item { .data-list .item {
width: 460rpx; width: 460rpx;
height: 600rpx; height: 605rpx;
border: 1px solid #f5f5f5; border: 1px solid #f5f5f5;
background: white; background: white;
display: inline-block; display: inline-block;
@ -101,6 +101,6 @@
font-size: 30rpx; font-size: 30rpx;
border-radius: 6rpx; border-radius: 6rpx;
position: absolute; position: absolute;
right: 10rpx; right: 15rpx;
bottom: 10rpx; bottom: 15rpx;
} }