-
Notifications
You must be signed in to change notification settings - Fork 56
/
app.wxss
130 lines (107 loc) · 1.82 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
111
112
113
114
115
116
117
118
119
120
121
122
123
/**app.wxss**/
@import 'style/weui.wxss';
.container {
height: 100%;
width: 100%;
box-sizing: border-box;
font-size: 16px;
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.searchbar-result{
position: fixed;
left: 0;
top: 26px;
width: 100%;
}
.weui-navbar__item.weui-bar__item_on {
color:#D43C33;
}
.weui-navbar__slider {
background-color:#D43C33;
}
swiper image{
width: 100%;
}
.three-circle .weui-grids navigator{
background-color: #fff;
border-right:none;
}
.weui-grid__label {
font-size:12px;
}
.weui-grid__icon {
width:40px;
height:40px;
margin:0 auto;
}
.header{
position: relative;
background-color: #fff;
}
.header text{
font-size:20px;
font-weight:400;
padding: 20px 0;
}
.header text:first-child{
padding-left: 15px;
}
.header text:first-child::before{
content: '';
display: inline-block;
width: 2px;
height: 20px;
vertical-align: middle;
background-color: #D43C33;
position: absolute;
left: 0;
top: 6px;
}
.header text:last-child{
padding-left: 10px;
}
.lists-content{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.lists-content navigator{
width: calc((100% - 8px) / 3);
margin-top: 12px;
}
.lists-content .image{
width: 100%;
height: 130px;
margin: 0 auto;
}
.image{
background-size: cover;
}
.lists-content navigator view:last-child{
font-size: 14px;
width: 100%;
height: 44px;
margin-top: 5px;
display:block;white-space: normal; overflow: hidden; text-overflow:ellipsis;
}
.weui-cells::after {
border-bottom:none;
}
.weui-cell::before {
left:60px;
}
.weui-cell__bd{
padding-left: 15px;
}
.listen-content .weui-cell::before {
left:80px;
}
.searchbar-result .weui-cell::before {
left: 0;
}
.searchbar-result .weui-cells{
overflow-y: scroll;
}
.weui-search-bar__cancel-btn{
color: #D43C33;
}