| | |
| | | <navigator url="./serviceOrderDetail" class="list-item" v-for="item in 4"> |
| | | <view class="list-header"> |
| | | <text>订单号: N202012123556</text> |
| | | <text class="gray">2020-12-15 18:11:01</text> |
| | | <text class="gray">2020-12-15 18:11</text> |
| | | </view> |
| | | <view class="list-content"> |
| | | <view class="flex flex-v"> |
| | |
| | | border-radius: 4px; |
| | | margin: 10px; |
| | | color: #3a3f3f; |
| | | padding: 0 10px; |
| | | } |
| | | .list-header{ |
| | | display: flex; |
| | | justify-content: space-between; |
| | | padding: 12px 15px; |
| | | padding: 12px 0; |
| | | font-size: 15px; |
| | | border-bottom: 1px solid #EDEAF4; |
| | | } |
| | |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | padding: 12px 15px; |
| | | padding: 12px 0; |
| | | font-size: 14px; |
| | | } |
| | | .list-content .icon{ |
| | |
| | | .list-footer{ |
| | | display: flex; |
| | | justify-content: flex-end; |
| | | padding: 10px 15px; |
| | | padding: 10px 0; |
| | | border-top: 1px solid #EDEAF4; |
| | | } |
| | | </style> |