You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.4 KiB
1 lines
1.4 KiB
.mask{z-index:99}.cartList{position:fixed;left:0;bottom:0;width:100%;background-color:#fff;z-index:100;padding:40rpx 32rpx 0;padding-bottom:calc(100rpx + constant(safe-area-inset-bottom));padding-bottom:calc(100rpx + env(safe-area-inset-bottom));box-sizing:border-box;border-radius:40rpx 40rpx 0 0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.cartList.on{-webkit-transform:translateZ(0);transform:translateZ(0)}.cartList.ons{padding-bottom:0;padding-bottom:calc(0 + constant(safe-area-inset-bottom));padding-bottom:calc(0 + env(safe-area-inset-bottom))}.cartList .title{margin-bottom:32rpx}.cartList .title .name{font-size:32rpx;color:#333;font-weight:500}.cartList .title .del{font-size:24rpx;color:#666}.cartList .title .del .iconfont{margin-right:8rpx;font-size:28rpx}.cartList .list{max-height:1000rpx}.cartList .list .item{margin-bottom:32rpx}.cartList .list .item .pictrue{width:200rpx;height:200rpx;border-radius:16rpx;position:relative}.cartList .list .item .pictrue image{width:100%;height:100%;border-radius:16rpx}.cartList .list .item .pictrue .mantle{position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.65);border-radius:16rpx}.noBnt{width:126rpx;height:44rpx;background:#f5f5f5;border-radius:22rpx;text-align:center;line-height:44rpx;font-size:24rpx;color:#333}.max-w-460{max-width:460rpx} |