/* components/refund-popup/index.wxss */ /* 商品规格 */ .popup{position: fixed;z-index: 100;left: 0;right: 0;bottom: 0;background: #fff;border-radius: 20rpx 20rpx 0 0;padding: 35rpx 30rpx 50rpx;} .pop{text-align: center;padding: 0 0 45rpx 0;} .popup .txt{ font-size: 30rpx;color: #333333;} .close{position: absolute;top: 30rpx;right: 30rpx;} .close .image{width: 42rpx;height: 42rpx;} .confirm{height: 80rpx;line-height: 80rpx;border-radius: 40rpx;font-size: 30rpx;color: #fff;text-align: center;margin-top: 24rpx;} .list1{margin: 20rpx 20rpx;background: #fff;border-radius: 10rpx;} .dpname{display: flex;display: -webkit-flex;align-items: center;font-size: 30rpx;color: #333;border-bottom: 2rpx solid #eee;padding: 35rpx 20rpx;font-weight: 500;} .li{display: flex;display: -webkit-flex;align-items: center;border-bottom: 2rpx solid #eee;} .li .image{width: 42rpx; height: 42rpx; margin: 42rpx 20rpx;float: left;} .li .cont{padding: 36rpx 0rpx;float: left;} .cont {font-size: 30rpx; color: #333333;} .cont .color{font-size: 24rpx;color: #999999;} .right{width: 38rpx;height: 38rpx;position: absolute;right: 6%; }