editInvoice.wxss 336 B

123456789101112131415161718192021222324
  1. /* pages/invoice/editInvoice/editInvoice.wxss */
  2. page{
  3. height: 100%;
  4. background: #F0F2F6;
  5. }
  6. .page-edit{
  7. }
  8. .page-edit .contract-step{
  9. height: 102rpx;
  10. background: #fff;
  11. padding-top:30rpx;
  12. padding-bottom:30rpx;
  13. }
  14. .page-edit .contract-step .img-wrap{
  15. float: right;
  16. width: 720rpx;
  17. height: 102rpx;
  18. }