editServiceInvoice.wxss 618 B

123456789101112131415161718192021222324252627282930313233343536
  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. }
  19. .page-edit .read-deal{
  20. font-size: 24rpx;
  21. color: #9B9B9B;
  22. height: 50rpx;
  23. line-height: 50rpx;
  24. margin-bottom: 20rpx;
  25. }
  26. .page-edit .read-deal .icon{
  27. display: inline-block;
  28. vertical-align: middle;
  29. width: 25rpx;
  30. height: 25rpx;
  31. margin-right: 10rpx;
  32. }