Newer
Older
p {
margin: 0;
}
.back-button.show-back-button {
margin-left: 5px;
}
.splash {
position: absolute;
width: 100%;
height: 100%;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
img {
width: 100%;
height: 100%;
}
}
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
//列表
.item-ios {
padding-left: 0;
}
.list-ios .item-block .item-inner {
padding-left: 10px;
}
.list-ios .item-block .item-inner {
border-bottom: 1px solid #dadada;
}
.list-ios > .item-block:last-child,
.list-ios > .item-block:first-child {
border: none;
}
.list-ios > .item-block:last-child, .list-ios > .item-wrapper:last-child .item-block {
border-bottom: 1px solid #dadada;
}
.back-button-icon-ios {
line-height: 20px;
font-size: 3rem;
color: #fff;
}
.bgc-e7e8ed {
background-color: #ebedf2;
}
.bgc-fff {
background-color: #fff;
}
.bgc-19b5ff {
background-color: #19b5ff;
}
.submit-btn {
height: 40px;
margin-bottom: 15px;
width: 80%;
margin-left: 10%;
margin-right: 10%;
color: #fff;
font-size: 15px;
position: relative;
text-align: center;
white-space: nowrap;
border-radius: 3px;
margin-top: 20px;
border: 1px solid #e12724;
background-color: #e12724;
border: 1px solid #e12724;
background-color: #e12724;
margin-top: 20px;
}
.label-input .text-input {
padding: 5px;
border: 1px solid #ddd;
border-radius: 4px;
height: 35px;
}
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
.no-info {
text-align: center;
margin-top: 8rem;
color: #666;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.swiper-title {
position: relative;
color: #24bafc;
}
.swiper-title::after {
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: #24bafc;
bottom: -9px;
left: 0px;
}
//border
.border-none {
border: none !important;
}
//tabs
.tabs-ios .tabbar {
border-top: 1px solid #eeeeee;
background-color: #f7f7f7;
}
//导航栏
.toolbar-title-ios {
color: #ffffff;
font-weight: 400;
}
ion-navbar .header-ios .toolbar-ios:last-child .toolbar-background-ios {
border-bottom: 1px solid #e12724;
}
.toolbar-ios ion-title {
padding: 0;
}
.space {
background-color: #ebedf2;
height: 10px;
}
//toast
.toast-ios .toast-wrapper.toast-middle {
width: 50%;
text-align: center;
}
.item-ios .item-button {
height: 2rem;
}
//tab切换头
.scroll-tab{
.icon-left{
position: absolute;
left: 1px;
top: 8px;
z-index: 999999;
color: #999;
font-size: 2.5rem;
}
.icon-right{
position: absolute;
right: 1px;
top: 8px;
z-index: 999999;
color: #999;
font-size: 2.5rem;
}
}
.tabs-parent {
position: relative;
font-size: 1.7rem;
white-space: nowrap;
color: #e42417;
padding: 6px 2px;
-webkit-transition: background-color 500ms;
-moz-transition: background-color 500ms;
-ms-transition: background-color 500ms;
-o-transition: background-color 500ms;
transition: background-color 500ms;
}
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
-webkit-transition: left 500ms;
-moz-transition: left 500ms;
-ms-transition: left 500ms;
-o-transition: left 500ms;
transition: left 500ms;
}
.gray {
color: #b3b3b3;
font-size: 1.4rem;
border: 1px solid #b3b3b3;
padding: 1px 8px;
border-radius: 2px;
}
.green {
color: #50b632;
font-size: 1.4rem;
border: 1px solid #50b632;
padding: 1px 8px;
border-radius: 2px;
}
.yellow {
color: #fd9a2b;
font-size: 1.4rem;
border: 1px solid #fd9a2b;
padding: 1px 8px;
border-radius: 2px;
}
.red {
color: #f76063;
font-size: 1.4rem;
border: 1px solid #f76063;
padding: 1px 8px;
border-radius: 2px;
}
.tabs-ios .tab-button:hover:not(.disable-hover), .tabs-ios .tab-button[aria-selected=true] {
color: #e12724;
font-size: .8rem;
border-radius: 100px;
}
}
//签到
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
top: 20%;
left: 10%;
width: 80%;
border-radius: 5px;
background: url(../assets/imgs/home/signBgc.png) repeat;
background-size: cover;
position: absolute;
bottom: 2px;
right: 10px;
height: 150px;
width: 80%;
display: flex;
align-items: center;
}
position: absolute;
top: 5px;
right: 10px;
color: #666666;
font-size: 2.5rem;
position: absolute;
top: 20%;
left: 10%;
width: 80%;
background-color: #fff;
border-radius: 5px;
.close {
position: absolute;
top: 0px;
right: 10px;
color: #ffffff;
font-size: 2.5rem;
z-index: 1;
}
background-color: #e12724;
color: #ffffff;
text-align: center;
font-size: 1.8rem;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
background: url(../assets/imgs/home/bir-bg.png) repeat;
background-size: cover;
@media screen and (max-width: 2000px) {
.mask-content-edu {
height: 56%;
}
.mask-content-bir {
height: 56%;
}
}
@media screen and (max-width: 480px) {
.mask-content-edu {
height: 280px;
}
.mask-content-bir{
height: 270px;
}
}
//主题教育
.mask-content-edu {
position: absolute;
top: 20%;
left: 10%;
width: 80%;
border-radius: 5px;
background: url(../assets/imgs/home/edu_mask.png) repeat;
.close {
position: absolute;
top: 0px;
right: 10px;
color: #ffffff;
font-size: 2.5rem;
z-index: 1;
}
}
.bar-button-default-ios.activated, .bar-button-default.bar-button-ios-default.activated, .bar-button-clear-ios-default.activated {
}
.content-textarea {
padding: 10px;
min-height: 100px;
width: 100%;
border: 1px solid #ddd;
}
#party-bir {
height: 33px;
overflow: hidden;
font-size: 14px;
.action-sheet-group.action-sheet-group-cancel {
margin-bottom: 0;