46 lines
940 B
Plaintext
46 lines
940 B
Plaintext
|
|
.movable-area.data-v-0dd248a4{
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
.cart-btn-bg.data-v-0dd248a4{
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 30rpx;
|
|
background-color: #0073bc;
|
|
position: fixed;
|
|
}
|
|
.cart-btn.data-v-0dd248a4{
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
.cart-btn image.data-v-0dd248a4{
|
|
width: 62rpx;
|
|
height: 62rpx;
|
|
}
|
|
.cart-total.data-v-0dd248a4{
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
border-radius: 100%;
|
|
background-color: #FFFFFF;
|
|
font-size: 24rpx;
|
|
color: #068add;
|
|
position: absolute;
|
|
top: 20rpx;
|
|
right: 12rpx;
|
|
}
|
|
@-webkit-keyframes scale_name-data-v-0dd248a4{
|
|
from{-webkit-transform: scale(.9);transform: scale(.9);}
|
|
to{-webkit-transform: scale(1);transform: scale(1);}
|
|
}
|
|
@keyframes scale_name-data-v-0dd248a4{
|
|
from{-webkit-transform: scale(.9);transform: scale(.9);}
|
|
to{-webkit-transform: scale(1);transform: scale(1);}
|
|
}
|
|
|