/* view/logistics/logistics/logistics.wxss */ .logCentre_top{ /* display: block; */ height: 310rpx; background-color: #36c164; position: relative; } .top1{ text-align: center; } .mon_text{ font-family: PingFang-SC-Medium; font-size: 28rpx; color: #ffffff; } .mon_p{ font-family: PingFang-SC-Bold; font-size: 80rpx; color: #ffffff; font-weight: 700; } .top_state{ position: absolute; right: 0; top: 30rpx; width: 200rpx; height: 50rpx; background-color: #ffffff; border-radius: 25rpx 0px 0px 25rpx; } .yes_icon{ width: 26rpx; height: 26rpx; } .Inverted_icon{ width: 13rpx; height: 8rpx; } .top_a{ position: relative; } .top_tab{ position: absolute; top: 70rpx; right: 20rpx; width: 198rpx; background-color: #ffffff; box-shadow: 0px 0px 15rpx 0px rgba(0, 0, 0, 0.15); border-radius: 10rpx 10rpx 5rpx 10rpx; } .top_tab_row{ height: 80rpx; border-bottom: 2rpx solid #f4f4f4; } .top_tab_row:last-child{ border: 0; } /* 表头 */ .sur_tit_r{ font-family: PingFang-SC-Medium; font-size: 28rpx; color: #999999; } .sur_tit_r image{ width: 11rpx; height: 22rpx; } .tit_text{ font-family: PingFang-SC-Bold; font-size: 36rpx; color: #333333; font-weight: 600; } /* 订单列表 */ .row_list{ height: 120rpx; background-color: #ffffff; border-radius: 10rpx; padding: 0 30rpx 0 24rpx; } .right{ width: 15rpx; height: 33rpx; } .order_img image{ width: 80rpx; height: 80rpx; border-radius: 10rpx; } .order_p1{ font-family: PingFang-SC-Medium; font-size: 36rpx; color: #333333; font-weight: 500; } .order_p2{ font-family: PingFang-SC-Bold; font-size: 36rpx; color: #ff4026; font-weight: 600; } .order_p3{ color: #1dbf53; }