123456789101112131415161718192021222324 |
- /* pages/invoice/editInvoice/editInvoice.wxss */
- page{
- height: 100%;
- background: #F0F2F6;
- }
- .page-edit{
- }
- .page-edit .contract-step{
- height: 102rpx;
- background: #fff;
- padding-top:30rpx;
- padding-bottom:30rpx;
- }
- .page-edit .contract-step .img-wrap{
- float: right;
- width: 720rpx;
- height: 102rpx;
- }
|