.main {
background: #fff;
width: 100%;
margin-top: 40px;
}
.title_top_view {
width: 100%;
display: flex;
background: white;
position: fixed;
height: 40px;
top: 0px;
z-index: 1;
}
.title_scroll {
width: 100%;
/*可以滚动 */
white-space: nowrap;
display: inline-block;
}
/*隐藏Scrollview滚动条 */
::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}
.scroll_title_label {
height: 40px;
width: 25%;
text-align: center;
line-height: 40px;
border: 1px;
font-size: 13px;
color: #494949;
border-bottom: 2px;
border-color: #ff5e5e;
}
.title_text {
font-size: 13px;
padding-top: 10px;
padding-bottom: 7px;
}
.content_line {
display: flex;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
}
.content_front {
font-size: 13px;
color: #222;
word-wrap: break-word;
margin-left: 5px;
}
.content_after {
font-size: 13px;
color: #666;
margin-left: 5px;
height: 20px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.other_line {
display: flex;
width: calc(100%-20);
background: #f5f5f5;
margin-top: 10px;
border-radius: 4px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
min-height: 57px;
margin-right: 10px;
}
.other_text {
font-size: 13px;
margin-left: 5px;
color: #666;
}
.fuzhu_check {
font-size: 12px;
color: #999;
background: #f5f5f5;
padding-left: 15px;
height: 30px;
line-height: 30px;
}
.fuzhu_other_text {
font-size: 13px;
color: #666;
background:#fff;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
min-height:30px;
}