123456789101112131415161718192021222324252627282930313233343536 |
- /* 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;
- }
- .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;
- }
|