image { width: 100%; height: 100%; } .upkeep_select { display: flex; align-items: center; justify-content: space-between; font-weight: 400; font-size: 26rpx; color: #222222; background-color: #F9F9F9; padding: 16rpx 20rpx; } .upkeep_select .ipt { display: flex; align-items: center; justify-content: space-between; background-color: #fff; width: 710rpx; height: 98rpx; background: #FFFFFF; border-radius: 100rpx 100rpx 100rpx 100rpx; padding-left: 26rpx; padding-right: 26rpx; } .ipt input { flex: 1; height: 100rpx; } .ipt image { width: 42rpx; height: 42rpx; } .PackageItem { padding-bottom: 30rpx; margin: 0 20rpx; border-bottom: 1rpx solid rgba(196, 195, 195, 0.925); } .packItem { display: flex; align-items: center; } .packItem_left { width: 240rpx; height: 240rpx; border-radius: 20rpx; overflow: hidden; } .row { display: flex; align-items: center; } .row_label { color: #999; } .packInfo { background: #D5AC66; height: 80rpx; color: #fff; border-radius: 20rpx; font-size: 30rpx; display: flex; align-items: center; justify-content: center; margin: 0 auto; } .packItem_tit{ display: flex; align-items: center; justify-content: space-between; padding-top: 30rpx; }