/* pages/aftersales/asdetail.wxss */ .page{ width: 100% } .container{ background-color: white; } .rt-product-box{ background-color: white; padding: 30rpx; } .yh-line { height: 20rpx; background: #F4F4F4; } .yh-block-title { display: flex; justify-content: space-between; } .yh-p_name { text-overflow: ellipsis; white-space: nowrap; width: 240px; overflow: hidden; } .re_photo { width: 120rpx; height: 120rpx; margin-right: 10rpx; margin-top: 15rpx; } .re_photo image { width: 100%; height: 100%; } .address-row { display: flex; line-height: 40rpx; font-size: 28rpx; padding: 0 0rpx; color: #666666; margin: 20rpx 0; } .address-row view:first-child{ white-space: nowrap; } .status-view{ height: 200rpx; width: 100%; background-color: #FA5151; } .statusLabel{ position: absolute; margin-top: 50rpx; margin-left: 40rpx; color: white; font-size: 40rpx; font-weight: bold; } .statusDesc{ position: absolute; margin-top: 120rpx; margin-left: 40rpx; color: #bbbbbb; font-size: 28rpx; }