.container { margin: 0rpx 30rpx; width: calc(100% - 60rpx); padding: 0; } .dizhi_boxs { width: calc( 100% - 40rpx); background-color: #fff; border-radius: 10rpx; padding: 30rpx 20rpx; display: flex; align-items: center; justify-content: space-between; } .address_info { display: flex; align-items: center; } .location_icon { width: 35rpx; height: 35rpx; margin-right: 10rpx; } .address_text { font-size: 28rpx; color: #333; } .contact_info { margin-left: 10rpx; } .name { font-size: 28rpx; color: #333; margin-right: 20rpx; } .phone { font-size: 28rpx; color: #333; } .right_arrow { width: 35rpx; height: 35rpx; margin-left: 20rpx; } .product_list { width: 100%; margin-top: 20rpx; margin-bottom: 140rpx; } .product_item { width: calc( 100% - 40rpx); padding: 20rpx; background-color: #fff; border-radius: 10rpx; display: flex; align-items: center; margin-bottom: 20rpx; } .product_image { width: 180rpx; height: 180rpx; margin-right: 20rpx; } .product_details { flex: 1; } .product_name { font-size: 32rpx; color: #333; margin-bottom: 10rpx; } .product_desc { font-size: 28rpx; color: #666; margin-bottom: 10rpx; } .price_and_quantity { display: flex; justify-content: space-between; align-items: center; margin-top: 30rpx; } .product_price { font-size: 32rpx; color: #ff5722; } .quantity_selector { display: flex; align-items: center; } .decrease, .increase { width: 40rpx; height: 40rpx; background-color: #f5f5f5; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28rpx; color: #333; margin: 0 10rpx; } .quantity { font-size: 28rpx; color: #333; } .footer { background: #fff; width: calc( 100% - 40rpx); position: fixed; bottom: 0; left: 0; display: flex; justify-content: space-between; align-items: center; padding-bottom: 40rpx; padding-top: 20rpx; padding-left: 20rpx; padding-right: 20rpx; z-index: 999; } .total_amount { font-size: 32rpx; color: #ff5722; } .pay_button { width: 300rpx !important; height: 80rpx !important; background-color: #3b8cff; color: #fff; font-size: 32rpx; border-radius: 40rpx; }