Browse Source

优化物流信息列表

master
杜叶春 2 years ago
parent
commit
75148da5db
  1. 7
      pages/logistics/logistics.wxss

7
pages/logistics/logistics.wxss

@ -3,7 +3,7 @@
height: 100%; height: 100%;
} }
.list-table{ .list-table{
margin-top: 15rpx; margin-top: 25rpx;
/* height: 100%; */ /* height: 100%; */
width: 95%; width: 95%;
} }
@ -14,9 +14,12 @@
position: relative; position: relative;
} }
.logistics_centent{ .logistics_centent{
/* position: absolute; */
margin-top: -25rpx;
margin-left: 100rpx; margin-left: 100rpx;
font-size: 30rpx; font-size: 30rpx;
color: #666 color: #666;
padding-bottom: 30rpx;
} }
.logistics_centent .centent{ .logistics_centent .centent{
padding-bottom: 20rpx; padding-bottom: 20rpx;

Loading…
Cancel
Save