my_collect.wxss
1.8 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
/* pages/my_collect/my_collect.wxss */
@import '../kind/kind.wxss';
page{
background: #FAFDFF;
}
.searchbox{
display: flex;
align-items: center;
justify-content: space-between;
margin: 20rpx 37rpx 13rpx 27rpx;
background:linear-gradient(90deg,rgba(14,77,140,1),rgba(31,92,153,1));
box-shadow:0rpx 3rpx 16rpx 0rpx rgba(14,77,140,0.4), 0px 2px 6px 0px rgba(31,92,153,1);
height: 60rpx;
box-sizing: border-box;
padding:12rpx 0;
border-radius: 30rpx;
}
.searchbox .iconfont{
padding:0 20rpx 0 30rpx;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-size:1rem;
border-right:1px solid #fff;
}
.search_input{
display: flex;
align-items: center;
justify-content: center;
width:83%;
height: 100%;
line-height: 100%;
}
.search_input input{
display: block;
width:100%;
height: 100%;
color:#fff;
font-size:28rpx;
}
.placeholder_input{
color:#fff;
font-size:28rpx;
}
.collect_navbox{
margin: 0 100rpx;
display: flex;
align-items: center;
justify-content: space-between;
color:#000000;
font-size:30rpx;
}
.collect_nav{
padding:27rpx 32rpx;
display: flex;
align-items: center;
justify-content: center;
}
.collect_active{
color:#0F4E8D;
border-bottom:2rpx solid #0F4E8D;
}
.collectbox{
background: #fff;
}
.collect_item{
display: flex;
align-items: center;
margin: 20rpx 0 0 0;
color:#333;
font-size: 30rpx;
background: #fff;
padding:30rpx 32rpx;
}
.itemimg{
/* display: flex;
align-items: center;
justify-content: center; */
width:260rpx;
height: 180rpx;
margin: 0 40rpx 0 0;
border-radius: 8rpx;
overflow: hidden;
font-size: 0;
flex:0 0 auto;
}
.itemimg image{
width:100%;
height: 100%;
display: block;
}
.itemtxt{
line-height: 46rpx;
}
.kindnav{
justify-content: space-around;
}
.categry{
color:#999;
}