/* packageH/deposit_group/component/foot/foot.wxss */ @import "/mycss/iconfont.wxss"; /* 底部栏 */ .foot { position: fixed; bottom: 0; width: 100%; border-top: 0 solid #e2e2e2; z-index: 2; padding: 0; height: 102rpx; display: flex; align-items: center; background: #fff; } .foot .addfav { position: relative; border-top: solid 2rpx #ebebeb; color: #666; height: 100rpx; text-align: center; flex: 1; font-size: 24rpx; background-color: #fff; } .foot .addfav .ul .li { display: flex; justify-content: center; align-items: center; } .foot .addfav .ul .li .goods_collect { width: 44rpx; padding-top: 10rpx; } .foot .addfav .ul .li .collect-active { width: 44rpx; padding-top: 10rpx; } .foot .addfav .ul .li .goods_car { width: 44rpx; padding-top: 10rpx; } .foot .addfav .ul .li .goods_kefu { width: 44rpx; padding-top: 10rpx; } .foot .addfav .kefu_btn { position: absolute; width: 100%; height: 100%; opacity: 0; top: 0; right: 0; } .foot .addfav .kefu_btn::after { border: none; } .foot .addfav.nocar { background: #fff; } .foot .cart.cell { background: #ff9500; height: 100rpx; text-align: center; border: none; color: #fff; flex: 1; font-size: 30rpx; line-height: 100rpx; } .foot .cart.cell.nocar { background: #ccc; } .foot .buy.cell { width: 448rpx; background: #dd2727; height: 100rpx; text-align: center; border: none; color: #fff; font-size: 30rpx; line-height: 100rpx; } .foot .buy.cell .nocar { background: #b1b1b1; } /* 客服 */ /* kefu */ .icon-close11 { font-size: 18px; } .pop-content { background-color: #fff; border-radius: 38rpx; text-align: center; background: #fff; padding: 35rpx 0; position: relative; justify-content: center; display: flex; flex-direction: column; align-items: center; width: 650rpx; } .pop-content .pop-top { display: flex; justify-content: space-between; width: 100%; /* flex-wrap: wrap; */ } .pop-content .pop-top .left { width: 50%; display: flex; justify-content: center; position: relative; margin-bottom: 24rpx; } .pop-content .pop-top .left .wrap { display: flex; flex-direction: column; align-items: center; } .pop-content .pop-top .left .wrap .image { width: 84rpx; height: 84rpx; margin: 0 auto; margin-bottom: 16rpx; } .pop-content .pop-top .left .wrap .image image { width: 100%; height: 100%; } .pop-content .pop-top .right { width: 50%; display: flex; justify-content: center; margin-bottom: 24rpx; } .pop-content .pop-top .right .wrap { display: flex; flex-direction: column; align-items: center; } .pop-content .pop-top .right .wrap .image { width: 84rpx; height: 84rpx; margin: 0 auto; margin-bottom: 16rpx; } .pop-content .pop-top .right .wrap icon { width: 84rpx; height: 84rpx; margin: 0 auto; margin-bottom: 16rpx; border-radius: 50%; overflow: hidden; font-size: 50rpx; background-color: #02c777; color: #fff; } .pop-content .pop-top .right .wrap .color2 { background: #ff9329; } .pop-content .pop-top .right .wrap .color3 { background: #2aa7fb; } .pop-content .pop-top .right .wrap .image image { width: 100%; height: 100%; } .pop-content .line { width: 1px; height: 51rpx; background-color: #999; } .pop-bottom { margin-top: 32rpx; width: 327rpx; display: flex; justify-content: center; height: 327rpx; } .pop-bottom .image { width: 100%; height: 100%; } .pop-bottom .image image { width: 100%; height: 100%; } .kefuxiaoxi { position: absolute; width: 100%; height: 100%; opacity: 0; top: 0; left: 0; } .msgbox { line-height: 40rpx; box-sizing: border-box; padding: 20rpx; }