card-mini/pages/mine/shop/shopedit.wxss

38 lines
656 B
Plaintext

.cu-form-group .title {
min-width: calc(4em + 30rpx);
}
.show-box {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.show-item {
display: flex;
width: 33%;
align-items: center;
flex-direction: column;
justify-content: center;
}
.show-item-check {
display: flex;
width: 100%;
flex-direction: row;
margin-bottom: 10rpx;
align-items: center;
justify-content: center;
height: 80rpx;
}
.show-item image {
width: 100%;
height: 320rpx;
border-radius: 10rpx;
}
.show-item-check text {
font-size: 30rpx;
}