goldArticleSearch.wxss
701 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* pages/index/goldArticleSearch/goldArticleSearch.wxss */
@import "/pages/index/goldArticle/goldArticle.wxss";
@import "/pages/index/articleList/articleList.wxss";
@import "/pages/index/goldArticleList/goldArticleList.wxss";
.content_item {
margin-top: 40rpx;
}
.title {
font-size: 30rpx;
color: #1a1a1a;
}
.label_box {
display: flex;
align-items: center;
flex-wrap: wrap;
/* justify-content: space-between; */
margin-top: 25rpx;
}
.label {
height: 60rpx;
font-size: 24rpx;
color: #1cb9fa;
background: RGBA(217, 244, 255, 0.6);
padding: 15rpx 30rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20rpx;
margin-left: 30rpx;
}