.caritem_b{ height: 200rpx; width:100%; display: flex; margin-top:20rpx; border-top:1px solid #F9F9F9; background: white; position: relative; } .caritem_img{ display: block; width:290rpx; height:100%; background-repeat: no-repeat; background-size: 100%; background-position: center; } .caritem_info{ padding:15rpx 0rpx 15rpx 40rpx; align-items:center; display: flex; flex-direction:column; justify-content:space-around; align-items:flex-start; flex: 1; } .caritem_t{ line-height: 36rpx; color: rgba(56, 55, 53, 1); font-size: 26rpx; text-align: left; font-family: PingFangSC-Medium,NotoSansHans-Medium; } .caritem_time{ height: 30rpx; line-height: 30rpx; color: rgba(135, 135, 135, 1); font-size: 20rpx; text-align: left; display: flex; } .caritem_time_i{ flex: 1; } .caritem_store{ height: 28rpx; margin-left:10rpx; max-width:114rpx; overflow: hidden; white-space: nowrap; text-overflow:ellipsis; line-height: 28rpx; color: rgba(245, 166, 35, 1); font-size: 20rpx; text-align: center; display: inline-block; border:1px solid rgba(245, 166, 35, 1); border-radius: 8rpx; } .caritem_p{ height: 33rpx; line-height: 33rpx; color: rgba(33, 36, 37, 1); font-size: 28rpx; font-family: PingFangSC-Medium,NotoSansHans-Medium; } .caritem_p_img{ width: 20rpx; height: 20rpx; } .caritem_guide_p{ height: 33rpx; line-height: 33rpx; color: rgba(104, 104, 104, 1); font-size: 22rpx; text-align: left; } .caritem_guidep{ display: inline; text-decoration:line-through; } .delete_collect{ position: absolute; width: 26rpx; height: 26rpx; bottom: 22rpx; right: 40rpx; } .order_inof_b{ height: 98rpx; background-color: white; display: flex; align-items: center; line-height: 26rpx; color: rgba(56, 55, 53, 1); font-size: 26rpx; } .order_price{ flex: 1; border-left:4rpx solid #FFE600; margin-left:38rpx; font-family: PingFangSC-Regular,NotoSansHans-DemiLight; } .order_earnest{ width:200rpx; } .order_loans{ width:110rpx; } .order_status{ width:80rpx; font-weight: bold; } .order_link{ width:22rpx; height: 22rpx; margin-right: 38rpx; margin-left:20rpx; }