Newer
Older
ion-toolbar .toolbar-background-ios{
background-color: #fff;
}
.header-ios .toolbar-ios:last-child .toolbar-background-ios{
border-width: 0px;
.toolbar .searchbar-ios .searchbar-input {
background-color: #e12724;
border-bottom: 1px solid #fff;
border-radius: 0px;
}
.search-button {
position: relative;
.search-icon {
color: #ffffff;
}
}
.searchbar-ios .searchbar-search-icon {
background-image: none;
}
.searchbar-ios .searchbar-input::-webkit-input-placeholder {
color: #ffffff;
}
.searchbar-ios.searchbar-left-aligned .searchbar-input{
padding-left: 24px;
}
.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;
}
}
//新闻区
.search-content{
padding: 0 1rem;
.search-item{
padding: .8rem 0;
.item-source{
color: #d88f27;
font-weight: 500;
margin-right: 1rem;
}
}
.news-left{
display: flex;
flex-flow: row wrap;
min-height: 100%;
.news-title{
align-self: flex-start;
font-weight: bold;
width: 100%;
color: #333333;
font-size: 1.6rem;
font-family: SourceHanSans-Bold;
.icon-fire{
position: absolute;
top: 3px;
left: -14px;
font-size: 1.5rem;
color: #e42417;
}
img{
border-radius: .5rem;
}
}
}
.search-item + .search-item{
border-top: 1px solid #eeeeee;
}
}
.tabs-child{
padding: 0 1rem;
span{
display: inline-block;
background-color: #f2f2f2;
color: #777777;
border-radius: 5px;
margin-right: 10px;
padding: 3px 0;
text-align: center;
font-size: 1.4rem;
border: 1px solid #f2f2f2;
}
span.select{
background-color: #fed3d3;
color: #e12724;
border: 1px solid #e12724;
}
}
background-color: #ffffff;
border-bottom: 1px solid #ffffff;
.tabs-parent{
background-color: #ffffff;
}
.swiper-slide{
align-items: baseline;
font-size: 1.4rem;
//overflow: auto;
}
.swiper-container{
overflow: auto;
.publishMisk{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.4);
z-index: 99999;
.content{
position: absolute;
top: 44px;
right: 10px;
background-color: #fff;
width: 25%;
border-radius: 4px;
padding: 8px;
div{
margin-top: 5px;
}
}
}