Newer
Older
p{
margin: 0;
}
//列表
.item-ios{
padding-left: 0;
}
.list-ios .item-block .item-inner{
padding-left: 10px;
}
.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{
.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;
}
.label-input .text-input{
padding: 5px;
border: 1px solid #ddd;
border-radius: 4px;
height: 35px;
.no-info{
text-align: center;
margin-top: 8rem;
color: #666;
}
.swiper-title{
position: relative;
color: #24bafc;
}
.swiper-title::after{
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: #24bafc;
bottom: -9px;
left: 0px;
}
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
124
125
126
127
//tabs-icon
ion-icon {
&[class*="custom-"] {
margin: 0 5px 0 0;
vertical-align: middle;
$sz: 20px;
width: $sz;
height: $sz;
}
// custom icons
&[class*="home-on"] {
background: url(../assets/imgs/tabs/icon-home-on.png) no-repeat 50% 50%;
background-size: contain;
}
&[class*="home-off"] {
background: url(../assets/imgs/tabs/icon-home-off.png) no-repeat 50% 50%;
background-size: contain;
}
&[class*="contact-on"] {
background: url(../assets/imgs/tabs/icon-contact-on.png) no-repeat 50% 50%;
background-size: contain;
}
&[class*="contact-off"] {
background: url(../assets/imgs/tabs/icon-contact-off.png) no-repeat 50% 50%;
background-size: contain;
}
&[class*="notice-on"] {
background: url(../assets/imgs/tabs/icon-notice-on.png) no-repeat 50% 50%;
background-size: contain;
}
&[class*="notice-off"] {
background: url(../assets/imgs/tabs/icon-notice-off.png) no-repeat 50% 50%;
background-size: contain;
}
&[class*="owner-on"] {
background: url(../assets/imgs/tabs/icon-onwer-on.png) no-repeat 50% 50%;
background-size: contain;
}
&[class*="owner-off"] {
background: url(../assets/imgs/tabs/icon-owner-off.png) no-repeat 50% 50%;
background-size: contain;
}
//tabs
.tabs-ios .tabbar{
border-top: 1px solid #eeeeee;
background-color: #f7f7f7;
}
//导航栏
.toolbar-title-ios{
color: #ffffff;
font-weight: 400;
}
.toolbar-background-ios{
background-color: #19b5ff;
}
.header-ios .toolbar-ios:last-child .toolbar-background-ios{
border-bottom: 1px solid #e5e5e5;
}
}
//toast
.toast-ios .toast-wrapper.toast-middle{
width: 50%;
text-align: center;