-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathapp.wxss
110 lines (109 loc) · 1.54 KB
/
app.wxss
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
107
108
109
110
navigator {
display: inline-block !important;
}
.nav {
height: 44px;
line-height: 44px;
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
padding: 0 10px;
position: fixed;
display: block;
top: 0;
width: 100%;
}
.nav-list {
padding: 13px 20px;
}
swiper {
margin-top: 90rpx;
}
.act {
border-bottom: 1px solid #000;
}
.item-header {
overflow: hidden;
position: relative;
}
.header-img {
float: left;
width: 35px;
height: 35px;
border-radius: 200px;
-webkit-border-radius: 200px;
overflow: hidden;
margin-right: 10px;
margin-top: 2px;
}
.img {
width: 100%;
height: 100%;
}
.header-name {
display: block;
font-size: 14px;
color: #757575;
}
.header-time {
display: block;
font-size: 12px;
color: #9e9e9e;
}
.scroll-box {
height: 100%;
background-color: #eee;
}
.item-body {
padding: 8px 0;
}
.list-item {
background-color: #fff;
margin: 10px 0;
padding: 10px;
color: #616161;
font-size: 14px;
line-height: 150%;
}
.body-img {
margin-top: 8px;
display: block;
width: 100%;
}
/*收藏小图标*/
.col {
position: absolute;
top: 5px;
right: 0;
width: 15px;
height: 15px;
}
.footer {
width: 100%;
height: 20px;
line-height: 20px;
overflow: hidden;
display: flex;
}
.icon_box {
float: left;
flex: 1;
}
.zan,
.cai,
.share {
float: left;
width: 20px;
height: 20px;
padding-right: 5px;
}
.zan img,
.cai img,
.share img {
width: 100%;
height: 100%;
}
.zan_num,
.cai_num {
float: left;
line-height: 20px;
}