1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .uniNavBar {
- height: 100%;
- }
- .cart-list {
- background-color: #fff;
- /* padding: 0 36upx; */
- }
- .titleright {
- text-align: right;
- padding: 10rpx 30rpx;
- background: #fff;
- border-bottom: 1px solid #eee;
- }
- .changewidth {
- color: #303133;
- font-size: 32rpx;
- font-weight: 100!important;
- width: 70%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .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;
- padding-bottom: 25rpx;
- }
- .checklabel {
- -webkit-transform:scale(0.7);
- transform:scale(0.7);
- border-radius: 100%;
- }
- .checkboxteil {
- -webkit-transform:scale(0.7);
- transform:scale(0.7);
- border-radius: 100%;
- }
- .uni-numbox {
- position: static!important;
- float: right;
- }
|