Newer
Older
page-info-list {
.infinite-loading {
}
.search-input {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
width: 95%;
ion-input {
border-bottom: 1px solid #ffffff;
background-color: #fff;
border-radius: 5px;
height: 40px;
padding-left: 10px;
margin-right: 5px;
}
}
.select-ios .select-icon .select-icon-inner {
color: #ffffff;
}
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
font-size: 14px;
z-index: 999;
.item-cover {
right: 0;
}
}
.searchbar-fixed {
display: flex;
align-items: center;
width: 100%;
background-color: #fff;
> div:first-child {
width: 60%;
}
> div:last-child {
width: 40%;
}
}
.list {
background-color: #fff;
> div {
padding: 20px 10px;
}
> div + div {
border-top: 1px solid #dddddd;
}
}
.group {
display: flex;
flex-direction: row;
align-items: center;
box-sizing: border-box;
}
.toolbar-signUp {
.signUp-span {
color: #fff;
font-size: 1.5rem;
padding: 2px 5px;
border-radius: 4px;
position: relative;
}
.signUp-span::after {
content: '';
position: absolute;
right: 0px;
top: 1px;
height: 15px;
width: 1px;
background-color: #fff;
}
ion-icon.iconfont {
color: #ffffff;
font-size: 1.5rem;
line-height: .1;
margin-right: -.3rem;
}
}
.header-ios .toolbar-ios:first-child .toolbar-background-ios {
background-color: #5991CA;
border: none;
}
.input-search > .toolbar-background-ios {
background-image: linear-gradient(to bottom, #5991CA, #d0e8fb);
}
}