| | |
| | | <text>廖成瑶</text> |
| | | </view> |
| | | <view class="box_list_item"> |
| | | <text>预计入/离厂时间</text> |
| | | <text>预计入/离园时间</text> |
| | | <text>05/01 8:00 - 05/01 18:00</text> |
| | | </view> |
| | | </view> |
| | | <view class="box_list p"> |
| | | <view class="box_list_item1"> |
| | | <view class="box_list_item1_head"> |
| | | 访客信息 |
| | | </view> |
| | | <view class="box_list_item1_head"> 访客信息 </view> |
| | | <view class="box_list_item_img"> |
| | | <image src="@/static/logo@2x.png" mode="widthFix"></image> |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="box_list_item1"> |
| | | <view class="box_list_item1_head"> |
| | | 随访人员 |
| | | </view> |
| | | <view class="box_list_item1_head"> 随访人员 </view> |
| | | <view class="box_list_item_img"> |
| | | <image src="@/static/logo@2x.png" mode="widthFix"></image> |
| | | </view> |
| | |
| | | data() { |
| | | return { |
| | | |
| | | }; |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | <style> |
| | | page { |
| | | background-color: #F7F7F7; |
| | | background-color: #f7f7f7; |
| | | } |
| | | </style> |
| | | <style lang="scss" scoped> |
| | |
| | | .left_d { |
| | | width: 16rpx; |
| | | height: 16rpx; |
| | | background: #81AFF7; |
| | | background: #81aff7; |
| | | border-radius: 50%; |
| | | position: relative; |
| | | z-index: 2; |
| | |
| | | left: 8rpx; |
| | | width: 1rpx; |
| | | height: 130rpx; |
| | | background-color: #EEEEEE; |
| | | background-color: #eeeeee; |
| | | } |
| | | } |
| | | .right { |
| | |
| | | color: #777777; |
| | | } |
| | | .blue { |
| | | color: #025EEF !important; |
| | | color: #025eef !important; |
| | | } |
| | | } |
| | | } |
| | |
| | | align-items: flex-start; |
| | | flex-wrap: wrap; |
| | | justify-content: space-between; |
| | | border-bottom: 1rpx solid #E5E5E5; |
| | | border-bottom: 1rpx solid #e5e5e5; |
| | | .box_list_item1_head { |
| | | width: 100%; |
| | | font-size: 26rpx; |
| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | overflow: hidden; |
| | | border: 1rpx solid #EEEEEE; |
| | | border: 1rpx solid #eeeeee; |
| | | margin-right: 20rpx; |
| | | image { |
| | | width: 100%; |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | border-bottom: 1rpx solid #E5E5E5; |
| | | border-bottom: 1rpx solid #e5e5e5; |
| | | .box_list_item_img { |
| | | width: 100rpx; |
| | | height: 100rpx; |
| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | overflow: hidden; |
| | | border: 1rpx solid #EEEEEE; |
| | | border: 1rpx solid #eeeeee; |
| | | margin-top: 24rpx; |
| | | image { |
| | | width: 100%; |
| | |
| | | text-align: center; |
| | | font-size: 26rpx; |
| | | font-weight: 400; |
| | | color: #025EEF; |
| | | color: #025eef; |
| | | background: rgba(66,117,252,0.12); |
| | | border-radius: 0rpx 0rpx 0rpx 30rpx; |
| | | } |