@import "../components/template/loadAnimation/loadAnimation.wxss"; .cell_box { background: #ffffff; margin-bottom: 8rpx; } .cell_item { overflow: hidden; padding-left: 25rpx; text-overflow: ellipsis; white-space: nowrap; width: 100%; height: 62rpx; line-height: 62rpx; position: relative; box-sizing: border-box; } .cell_item::after { content: ""; position: absolute; bottom: 0; right: 0; height: 3rpx; width: 725rpx; background: #f9f9f9; } .cell_item_title,.cell_item_value { display: inline-block; font-size: 22rpx; } .cell_item_title { color: #f57d86; border: 1px solid #f57d86; border-radius: 10rpx; padding: 8rpx; margin-right: 24rpx; line-height: 1; } .handle_fixed { position: fixed; bottom: 0; left: 0; width: 100%; height: 88rpx; line-height: 88rpx; background: #ffffff; } .handle_fixed::after { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3rpx; background: #f7f7f7; } .handle_fixed { font-size: 24rpx; } .all_check_btn,.cope,.settlement_btn { display: inline-block; } .all_check_btn { margin-left: 26rpx; } .goods_content { max-width: 400rpx; height: 160rpx; position: relative; } .goods_content .goods_price{ position: absolute; left: 0; bottom: 0; } .icon_empty { display: inline-block; width: 38rpx; height: 38rpx; border: 1rpx solid #666; border-radius: 50rpx; vertical-align: middle; margin-right: 22rpx; } .settlement_btn { width: 146rpx; font-size: 30rpx; color: #ffffff; background: #2b2b2b; text-align: center; } .original_price { font-size: 24rpx; color: #999; position: relative; } .bonus_price { font-weight: bold; font-size: 30rpx; color: #333; } .cart_item { background: #ffffff; position: relative; padding: 20rpx 0; display: flex; flex: 1; } .goods_image image { width: 160rpx; height: 160rpx; border: 1rpx solid #D9D9D9; vertical-align: middle; margin-right: 22rpx; } .check_btn { width: 90rpx; text-align: center; display: flex; justify-content: center; align-items:center; /* add */ height: 160rpx; } .check_btn .icon_empty { margin-right: 0; } .goods_name { font-size: 30rpx; color: #333; font-weight: bold; line-height: 42rpx; } .goods_spec{ font-size: 24rpx; color: #666; line-height: 34rpx; margin: 6rpx 0 30rpx 0; } .num_handle { position: absolute; bottom: 38rpx; right: 10rpx; font-size: 0; /* border: 1px solid #CFCFCF; */ /* border-radius: 6rpx; */ } .num_handle.default_num_handle { bottom: 20rpx; } .handle_btn { color: #999; display: inline-block; /* vertical-align: middle; */ width: 60rpx; text-align: center; font-size: 40rpx; } .num { font-size: 40rpx; display: inline-block; /* vertical-align: middle; */ width: 40rpx; text-align: center; color: #333; } .clear_fixed { height: 88rpx; } .cancal_btn { position: absolute; right: 20rpx; top: 15rpx; width: 40rpx; height: 40rpx; z-index: 10; } .bundl_title { padding-top: 10rpx; padding-left: 25rpx; background: #fff; font-size: 24rpx; color: #666; height: 50rpx; } .bundle_tip { padding:10rpx 16rpx; height:24rpx; line-height:26rpx; font-size:20rpx; color: #fff; background: #2b2b2b; border-radius: 22rpx; } .bundle_price { padding: 10rpx 0 10rpx 90rpx; background: #fff; line-height: 42rpx; font-size: 24rpx; }