12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .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;
- height: 4vh;
- }
- .changewidth {
- color: #303133;
- font-size: 32rpx;
- font-weight: 100!important;
- width: 70%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .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;
- }
- .isdiaplay .van-submit-bar__text {
- visibility: hidden;
- }
- .isdiaplay {
- visibility: hidden;
- }
|