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.
44 lines
770 B
44 lines
770 B
/* pages/mall/shops/index.wxss */
|
|
.item-content {
|
|
background: rgba(255, 255, 255, 1);
|
|
padding: 32rpx;
|
|
}
|
|
.item-tag {
|
|
background-color: rgba( 0, 113, 255,0.2);
|
|
/* list-style: lower-alpha; */
|
|
height: 20px;
|
|
align-items: center;
|
|
text-align: center;
|
|
margin-left: 16px;
|
|
align-items: center;
|
|
color: #007AFF;
|
|
font-size: 14px;
|
|
width: 60px;
|
|
border-radius: 4px;
|
|
padding: 2px 8px;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
.transform {
|
|
transform-origin: 50% 50%;
|
|
transform: rotate(180deg);
|
|
}
|