/* .uni-navbar { height: var(--status-bar-height); } */ .uniNavBar { height: 100%; } .cart-list { background-color: #fff; /* padding: 0 36upx; */ } .changewidth { color: #303133; font-size: 32rpx; font-weight: 100!important; } .priceClass { color:#303133!important; font-weight: 100!important; font-size: 36rpx; } .van-card { background-color: #fff!important; } .shoplist { display: -webkit-box; display: -webkit-flex; display: flex; padding: 0 35rpx; -webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }