card-mini/pages/mine/shop/mineshop.wxss
2021-07-25 13:11:55 +08:00

30 lines
515 B
Plaintext

/* pages/mine/shop/mineshop.wxss */
/*
.cardTitle {
color: #fff;
padding: 20rpx 40rpx;
font-size: 70rpx;
font-weight: 300;
position: relative;
text-align: center;
text-shadow: 0px 0px 6rpx rgba(0, 0, 0, 0.3)
}
.cardTitle::before {
position: absolute;
width: 60rpx;
height: 6rpx;
border-radius: 20rpx;
display: block;
}
.cardTitle::after {
position: absolute;
width: 140rpx;
border-radius: 6rpx;
height: 24rpx;
display: block;
bottom: 76rpx;
left: 90rpx;
opacity: 0.1;
} */