Newer
Older
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 {
}
img.toolbar-img{
width: 2rem;
margin-top: 2px;
margin-right: 1rem;
color: #ffffff;
font-size: 1.5rem;
line-height: .1;
margin-right: -.3rem;
}
height: 0px;
overflow: hidden;
-webkit-transition: height 500ms;
-moz-transition: height 500ms;
-ms-transition: height 500ms;
-o-transition: height 500ms;
transition: height 500ms;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: -5px 0px 5px 1px #f4f4f4, 0px -5px 5px 1px #f4f4f4, 5px 0px 5px 1px #f4f4f4, 0px 5px 5px 1px #f4f4f4;
//滑动固定
.fix-tabs{
position: fixed;
top: 52px;
left: 0px;
width: 100%;
z-index: 1;
height: 54px;
}
.news-item {
padding: .8rem 0;
.news-left {
display: flex;
flex-flow: row wrap;
min-height: 100%;
.news-title {
align-self: flex-start;
font-weight: bold;
width: 100%;
margin-bottom: .6rem;
color: #333333;
font-size: 1.6rem;
font-family: SourceHanSans-Bold;
span {
margin-right: 1rem;
}
}
}
.news-right {
text-align: center;
img {
border-radius: .5rem;
height: 60px;
}
}
}
.news-item + .news-item {
border-top: 1px solid #eeeeee;
}
}
.mask-button {
border-top: 1px solid #eeeeee;
text-align: center;
.vertivalLamp{
position: absolute;
top: 0;
left: 100%;
display: block;
word-break: keep-all;
text-overflow: ellipsis;
white-space: nowrap;