remoteService.wxss 629 B

123456789101112131415161718192021222324
  1. page{height:100%;}
  2. .wrap{width:100%;}
  3. .bx{padding:10rpx 0rpx; }
  4. .table{background-color:#f2f2f2;display:flex;flex-direction:column;box-sizing:border-box;padding:10rpx 20rpx}
  5. .table_box{background-color:#fff;display: inline-block;border-radius:10rpx; width:96%;margin-bottom: 20rpx;padding:20rpx;position: relative;}
  6. .hd{ line-height:1;height:60rpx;display:flex;flex-direction:row;box-sizing:border-box;justify-content: space-between;}
  7. .hd_date{font-size:28rpx;color:#555;display:inline-block; }
  8. .btn-see{ position: absolute;bottom:20rpx;right:180rpx;}
  9. .btn-edit{ position: absolute;bottom:20rpx;right:20rpx;}