/* pages/MaterialFlowInfo/MaterialFlowInfo.wxss */ /* wuliu */ page{ background: #f7f7f7; } .flex-row{ display: flex; align-items: center; top: -20rpx; } .isorder-info{ position: fixed; } .con1{ width: 700rpx; background: #04358D; box-shadow: 0px 5rpx 18rpx 3rpx rgba(176, 176, 176, 0.06); border-radius: 20rpx; margin: 40rpx 25rpx; padding: 26rpx 25rpx ; box-sizing: border-box; } .order_icon{ width: 150rpx; height: 120rpx; } .w_text{ margin-left: 30rpx; color: #fff; font-size:25rpx; } .item{ margin-bottom: 20rpx; } .item:last-child{ margin-bottom: 0; } .con4{ width: 700rpx; background: #FFFFFF; box-shadow: 0px 5rpx 18rpx 3rpx rgba(176, 176, 176, 0.06); border-radius: 20rpx; margin: 40rpx 25rpx; padding: 26rpx 25rpx 56rpx ; box-sizing: border-box; } .con4_top1{ text-align: center; font-size: 32rpx; font-weight: 500; color: #333333; margin-bottom: 35rpx; } .con4_top2{ font-size: 24rpx; color: #666; margin-bottom: 42rpx; } .con4_img{ width: 25rpx; height: 28rpx; } .chek_img{ width:100rpx; height:100rpx; border-radius: 6rpx; } .con4_top3{ margin-bottom: 53rpx; position: relative; } .con4_top3:last-child{ margin-bottom:0 } .con4_icon{ position: absolute; left: 0rpx; top: 0rpx; } .con4_text{ font-size: 22rpx; font-weight: 400; color: #666666; /* border-left: 2rpx solid #c9c9c9; */ padding-left: 51rpx; margin-left: 23rpx } .con4_time{ font-size: 28rpx; font-weight: 500; color: #04358D; } .con4_icon1{ position: absolute; left: 0rpx; top: 0rpx; } .line{ width: 2rpx; height: 98rpx; background: #999999; position: absolute; top: -100rpx; left: 25rpx; } .text{ font-size: 22rpx; font-weight: 400; color: #666666; } .no{ font-size: 28rpx; font-weight: 500; color: #666666; } .container-map-box { position: relative; } .map-box { width: 100%; position: fixed; top: 260rpx; } .movable-style { position: absolute; width: 702rpx; top: 400rpx; background-color: aqua; height: 400rpx; margin-left: 24rpx; } .flow-info-box { position: absolute; width: 702rpx; top: 400rpx; margin-left: 24rpx; background-color: #fff; width: 702rpx; height: 1200rpx; border-radius:20rpx; z-index: 100; } .update-info{ text-align: right; margin-right: 20rpx; margin-top: 20rpx; font-size: 26rpx; font-weight: 500; color: #3070e7; }