editServiceInvoice.wxss 602 B

1234567891011121314151617181920212223242526272829303132
  1. /* pages/invoice/editInvoice/editInvoice.wxss */
  2. page{
  3. height: 100%;
  4. background: #F0F2F6;
  5. }
  6. .page-edit .contract-step{
  7. height: 102rpx;
  8. background: #fff;
  9. padding-top:30rpx;
  10. padding-bottom:30rpx;
  11. }
  12. .page-edit .contract-step .img-wrap{
  13. float: right;
  14. width: 720rpx;
  15. height: 102rpx;
  16. }
  17. .page-edit .read-deal{
  18. font-size: 24rpx;
  19. color: #9B9B9B;
  20. height: 50rpx;
  21. line-height: 50rpx;
  22. margin-bottom: 20rpx;
  23. }
  24. .page-edit .read-deal .icon{
  25. display: inline-block;
  26. vertical-align: middle;
  27. width: 25rpx;
  28. height: 25rpx;
  29. margin-right: 10rpx;
  30. }