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.
26 lines
418 B
26 lines
418 B
/* pages/mall/shops/index.wxss */
|
|
.item-content {
|
|
background: rgba(255, 255, 255, 1);
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.item-cate {
|
|
flex: 5;
|
|
padding: 10rpx 30rpx;
|
|
border-radius: 10rpx;
|
|
border: 1rpx solid #f3f3f3;
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
.cate-tag {
|
|
background-color: #e6f7ff;
|
|
border: 1rpx solid #1890ff;
|
|
}
|
|
|
|
.image-load {
|
|
width: 54px;
|
|
height: 54px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|