servicepg.wxss 919 B

1234567891011121314151617181920212223242526
  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_tt{font-size:32rpx;color:#333;font-weight:bold;display:inline-block;width:400rpx}
  8. .hd_date{font-size:28rpx;color:#555;display:inline-block; }
  9. .bd_item{display:inline-block;width:50%;}
  10. .bd_item2{display:inline-block;width:99%;}
  11. .btn-see{ position: absolute;bottom:20rpx;right:180rpx;}
  12. .btn-edit{ position: absolute;bottom:20rpx;right:20rpx;}
  13. .btn-add{position: fixed;bottom:20rpx;right:40%;}
  14. .jiao{width:100rpx;height:100rpx;position: absolute;top:0rpx;right:0rpx;}