123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- .zaiui-cart-list-view {
- .zaiui-checkbox-title-view {
- position: relative;
- line-height: 1.6;
- .zaiui-checked {
- position: absolute;
- top: 29.09upx;
- z-index: 999;
- transform: scale(0.7);
- }
- .shop-title {
- position: relative;
- padding-left: 63.63upx;
- }
- }
- .goods-list-item-view {
- position: relative;
- padding: 36.36upx 27.27upx;
- .zaiui-checked {
- position: absolute;
- top: 90.9upx;
- z-index: 999;
- transform: scale(0.7);
- }
- .cu-avatar {
- position: absolute;
- height: 163.63upx;
- width: 163.63upx;
- left: 90.9upx;
- }
- .goods-info-view {
- position: relative;
- padding-left: 254.54upx;
- height: 163.63upx;
- line-height: 1.4;
- .zaiui-tag-view {
- position: relative;
- height: 38.18upx;
- }
- .goods-price-view {
- position: relative;
- line-height: 1.7;
- top: 9.09upx;
- .text-price-view {
- position: absolute;
- .cu-tag {
- position: relative;
- top: -3.63upx;
- left: 7.27upx;
- }
- }
- .step-btn-view {
- position: relative;
- padding-left: 272.72upx;
- height: 45.45upx;
- .zaiui-btn {
- border: 2upx solid rgba(113, 113, 113, 0.2);
- position: absolute;
- background: initial;
- text-align: center;
- line-height: 32.72upx;
- border-radius: 0;
- font-size: 45.45upx;
- height: 45.45upx;
- width: 45.45upx;
- right: 123.63upx;
- padding: 0;
- &:after {
- width: 0;
- height: 0;
- border: 0;
- border-radius: 0;
- }
- }
- .zaiui-input {
- width: 81.81upx;
- right: 43.63upx;
- height: 45.45upx;
- position: absolute;
- text-align: center;
- border: 2upx solid rgba(113, 113, 113, 0.2);
- border-left: 0;
- color: #333333;
- }
- .zaiui-input + .zaiui-btn {
- border-left: 0;
- right: 0;
- }
- }
- }
- }
- }
- }
- .zaiui-footer-fixed {
- box-shadow: 0 -2upx 9.09upx 0 #ececec;
- z-index: 999;
- .cu-bar {
- width: 100%;
- .checked-view {
- position: relative;
- z-index: 999;
- .zaiui-checked {
- position: relative;
- margin-right: 9.09upx;
- top: -5.45upx;
- transform: scale(0.7);
- }
- }
- .price-view {
- position: absolute;
- padding: 0 254.54upx 0 127.27upx;
- width: 100%;
- }
- }
- }
|