| | |
| | | :key="index" |
| | | @click="list3CardIconClick(item)" |
| | | > |
| | | |
| | | <view class="main-divider"></view> |
| | | <view class="orderCode">订单号:{{ item.orderCode }}</view> |
| | | <view class="first-line"> |
| | | <view class="main-information"> |
| | | <view class="sign">装</view> |
| | |
| | | :key="index" |
| | | @click="list3CardIconClick(item)"> |
| | | <view class="main-divider"></view> |
| | | <view class="orderCode">订单号:{{ item.orderCode }}</view> |
| | | <view class="first-line"> |
| | | <view class="main-information"> |
| | | <view class="sign">装</view> |
| | |
| | | |
| | | .appointment-form-item { |
| | | @include formItem; |
| | | height: vww(220); |
| | | height: vww(240); |
| | | justify-content: space-between; |
| | | overflow: hidden; |
| | | |
| | | .main-divider { |
| | | width: 560rpx; |
| | | height: 1rpx; |
| | | background: #e3e3e3; |
| | | position: absolute; |
| | | top: 122rpx; |
| | | top: 200rpx; |
| | | left: 128rpx; |
| | | } |
| | | .orderCode{ |
| | | padding: 10px; |
| | | } |
| | | |
| | | .first-line { |
| | | position: relative; |