1234567891011121314151617181920212223242526272829303132 |
- /* pages/invoice/editInvoice/editInvoice.wxss */
- page{
- height: 100%;
- background: #F0F2F6;
- }
- .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;
- }
- .page-edit .read-deal{
- font-size: 24rpx;
- color: #9B9B9B;
- height: 50rpx;
- line-height: 50rpx;
- margin-bottom: 20rpx;
- }
- .page-edit .read-deal .icon{
- display: inline-block;
- vertical-align: middle;
- width: 25rpx;
- height: 25rpx;
- margin-right: 10rpx;
- }
|