123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- .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;
- }
- .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: 20rpx;
- color: #929292;
- position: relative;
- }
- .original_price::after {
- content: "";
- position: absolute;
- top: 15rpx;
- right: 0;
- left: 0;
- height: 3rpx;
- background: #929292;
- }
- .bonus_price {
- font-weight: bold;
- font-size: 30rpx;
- color: #333;
- }
- .original_price {
- font-size: 24rpx;
- color:#999;
- margin:0 10rpx;
- }
- .cart_item {
- background: #ffffff;
- /* margin-bottom: 8rpx; */
- 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: 20rpx;
- right: 10rpx;
- font-size: 0;
- /* border: 1px solid #CFCFCF; */
- /* border-radius: 6rpx; */
- }
- .handle_btn {
- color: #999;
- display: inline-block;
- /* vertical-align: middle; */
- width: 60rpx;
- text-align: center;
- font-size: 40rpx;
- }
- .num {
- font-size: 30rpx;
- 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-left: 90rpx;
- background: #fff;
- font-size: 30rpx;
- color: #333;
- font-weight: bold;
- }
- .bundle_price {
- padding: 10rpx 0 10rpx 90rpx;
- background: #fff;
- line-height: 42rpx;
- font-size: 24rpx;
- }
|