.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; } .caritem_t{ height: 36rpx; line-height: 36rpx; color: rgba(56, 55, 53, 1); font-size: 26rpx; text-align: left; } .caritem_store{ height: 28rpx; 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_time{ height: 30rpx; line-height: 30rpx; color: rgba(135, 135, 135, 1); font-size: 20rpx; text-align: left; } .caritem_p{ height: 33rpx; line-height: 33rpx; color: rgba(33, 36, 37, 1); font-size: 28rpx; font-family: 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; }