yuminge-app/yun-min-program-plugin-master/packageG/mycomponent/storebalance/storebalance.wxss

57 lines
1.1 KiB
Plaintext

/* packageG/mycomponent/storebalance/storebalance.wxss */
/* 独立余额start */
.circleBox {
margin: 0 16rpx;
border-radius: 16rpx;
height: 230.08rpx;
/* margin-top: 24rpx rem; */
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
margin-top: 10rpx;
}
.circleimg {
width: 106%;
height: 64rpx;
position: absolute;
left: -21rpx;
bottom: 0;
background-image: url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/independent_store/storeBalance.png);
background-repeat: no-repeat;
background-size: cover;
}
.circleBox .circleLeft {
margin-left: 44.96rpx;
color: #ffd772;
font-size: 26.88rpx;
text-align: left;
}
.circleBox .circleLeft .priceCir {
margin-top: 16rpx;
margin-bottom: 25.6rpx;
font-size: 26.88rpx;
}
.circleBox .circleLeft .priceCir .pric {
font-size: 56rpx;
}
.circleBox .circleRight {
width: 140.16rpx;
height: 49.92rpx;
background-color: #f6db97;
border-radius: 24.96rpx;
font-size: 26.88rpx;
color: #494247;
display: flex;
align-items: center;
justify-content: center;
margin-right: 44.96rpx;
}