shopCart.wxss 3.72 KB
/* shopCart.wxss */
@import "./headerView/shoppingCartFloatHeaderView.wxss";
@import "./cells/shoppingCartProductCell.wxss";
@import "./cells/shoppingCartGiftOrPriceCell.wxss";
@import "./cells/shoppingCartInvalidProductCell.wxss";
@import "./cells/shoppingCartPromotionCell.wxss";
@import "./headerView/shoppingCartFooterView.wxss";
@import "./cells/shoppingCartOneProductCell.wxss";
@import "../goodsDetail/picker/picker.wxss";

.container {
  background-color: #f0f0f0;
}

.navigator {
  background-color:white;
  width:100%;
  height:88rpx;
  display:flex;
  flex-direction:row;
  justify-content: center;
}

.productTab {
  position: fixed;
  background-color:white;
  width:100%;
  height:88rpx;
  display:flex;
  flex-direction:row;
  justify-content: center;
  z-index: 99;
  align-items: center;
}
.leftTab {
  margin-right: 30px;
}

.rightTab {
  margin-left: 30px;
}
.navText {
  color:#b0b0b0;
  font-family: PingFang SC;
  font-size: 14px;
  /*background-color: red;*/
}

.default {
  line-height:88rpx;
  text-align:center;
  flex:1;
  color:#b0b0b0;
  font-size:30rpx;
  width: 25%;
}

.navTextSelected {
  font-size:30rpx;
  font-weight:bold;
  color:#444444;
}
 
.naviLine {
  height:30rpx;
  margin-top: 30rpx;
  margin-bottom: 18rpx;
  background-color: #444444;
  width: 2rpx;
}

.editBtn {
    /* padding: 6rpx 16rpx; */
    /* background-color: #444444; */
    /* border-radius: 6rpx; */
    margin-right: 30rpx;
    z-index: 999;
    flex-shrink: 0;
    font-family: PingFang-SC-Regular;
    font-size: 24rpx;
    color: #D0021B;
    letter-spacing: -0.33px;
}
.shoppingCartFloatHeaderView {
   position: fixed;
   top: 88px;
}

.floatHeaderContainer {
    width: 100%;
    height:40px;
    background-color: #f0f0f0;
    position: fixed;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-top: 0;
    z-index: 99;
}

.shippingCostTip {
    padding-left: 30rpx;
    font-family: PingFangSC;
    width: 600rpx;
    color: #444444;
    text-align: left;
    font-size: 24rpx;
    line-height: 35.5px;
    height: 35.5px;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.priceDownTipsContainer {
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
    top: 0px;
    left: 0px;
    width: 600rpx;
    height: 35.5px;
    background-color: #f0f0f0;
}

.priceDownTitle {
  width: 500rpx;
}

.priceDownTipsClose {
    width: 30px;
    height: 30px;
}
.contentContainer{
    display:flex;
    width: 100%;
    flex-direction:column;
    background-color: white;
}
.totalCostContainer{
   width: 100%;
}
.totalCost{
	width: 258.5px;
	font-family: PingFang-SC;
	font-size: 13px;
  line-height: 16px;
	color: #444444;
  display: -webkit-box;
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.empty-view {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.shoppingcart-empty-icon {
  width: 205rpx;
  height: 200rpx;
  align-self: center;
  margin-top: 300rpx;
}

.shoppingcart-empty-title {
  margin-top: 10%;
  font-family: PingFang-HK;
  font-size: 26rpx;
  line-height: 1.38;
  color: #444444;
  text-align: center;
}

.shoppingcart-empty-btn {
  text-align: center;
  font-size: 28rpx;
  color: white;
  background-color: #444444;
  width: 360rpx;
  margin-top: 10%;
  align-self: center;
  border-radius: 4px;
  align-items: center;
  padding: 30rpx;
}

.title{
  padding: 20rpx 0rpx;
  font-size: 30rpx;
  font-weight: bold;
  color: #444444;
}

.buyButton .title {
    padding: 0;
    height: 100rpx;
    line-height: 100rpx;
}