head.wxss 920 Bytes
@import "../../../iconfont.wxss";

.bundle-title {
  height: 80rpx;
  line-height: 80rpx;
  border-bottom: 1rpx solid #f0f0f0;
  font-size: 0;
}

.bundle-title > view {
  display: inline-block;
  font-size: 24rpx;
}

.bundle-title .choose-btn {
  width: 90rpx;
  text-align: center;
}

.bundle-title .iconfont {
  font-size: 40rpx;
}

.bundle-title .bundle-tag {
  line-height: 1;
  padding: 5rpx 7rpx;
  border-radius: 4rpx;
  background-color: #d0021b;
  color: #fff;
  margin-right: 10rpx;
}

.bundle-buy-num {
  position: absolute;
  right: 30rpx;
  font-size: 26rpx;
  color: #b0b0b0;
}

.edit-wrap {
  padding: 16rpx 90rpx;
  padding-right: 0;
  border-bottom: 1rpx solid #f0f0f0;
  font-size: 0;
  margin-top: -4rpx;
  background-color: #fff;
}

.edit-wrap > view {
  display: inline-block;
  font-size: 26rpx;
  line-height: 80rpx;
  vertical-align: middle;
}

.edit-wrap .bundle-edit-title {
  width: 170rpx;
}