goldArticle.wxss
1.1 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* pages/index/goldArticle/goldArticle.wxss */
@import "/pages/index/articleList/articleList.wxss";
.title_info {
font-size: 24rpx;
color: #666;
}
.contetn_list {
width: 100%;
padding:10rpx 10rpx 20rpx 10rpx;
background: rgba(255, 255, 255, 1);
border-radius: 10rpx;
box-shadow: 2rpx 5rpx 20rpx 0rpx rgba(7, 63, 40, 0.2);
margin-top: 32rpx;
}
.list_img {
width: 100%;
height: 257rpx;
border-radius: 10rpx;
}
.list_img image {
width: 100%;
height: 100%;
}
.person_info {
font-size: 28rpx;
color: #333;
display: flex;
align-items: center;
justify-content: space-between;
}
.content_item {
padding: 0 31rpx;
}
.content_info {
font-size: 24rpx;
color: #666;
margin-top: 18rpx;
}
/* 童子功界面 */
.serack_box {
width: 100%;
height: 60rpx;
font-size: 24rpx;
color: #1db9fa;
background: #f5f5f5;
border-radius: 30rpx;
display: flex;
align-items: center;
padding: 0 40rpx;
}
.icon-sousuo{
font-size: 24rpx;
margin-right: 16rpx;
}
.search_input{
width: 80%;
font-size: 30rpx;
}
.input_color {
width: 100%;
font-size: 30rpx;
color: #1db9fa;
}