.segment_view {
width: 126px;
height: 26px;
font-size: 10px;
}
.segment {
width: 52px;
display: inline-block;
color: #FFFFFF;
text-align: center;
height: 100%;
background: rgba(0,0,0,0.05);
}
.segment_selected {
background: rgba(0,0,0,0.10);
}
.segment_left {
border-top-left-radius: 13px;
border-bottom-left-radius: 13px;
}
.segment_right {
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
}
.segment_text {
width: 100%;
height: 8px;
line-height: 8px;
margin-top: 9px;
}
.line_left {
border-left: solid rgba(255,255,255,0.50) 1px;
}
.line_right {
border-right: solid rgba(255,255,255,0.50) 1px;
}
/* 必填*/
.mustFillIn {
background-color: #FFF7F5;
}
/* 不填*/
.prohibit {
background-color: #ECECEC;
}
.util_bottom_line {
border-bottom: 1px solid #ECECEC;
}
.whiteColor {
background: white;
}
.greenColor {
background: #48C17B;
}
.redColor {
background: #E85858;
}
/* 模板--遮罩 */
.mask_subscribe_bg{
position:fixed;
width:100%;
height:100%;
top:0px;
background:rgba(0,0,0,0.4);
overflow: hidden;
}
.mask_subscribe_content{
/* width: 90%;*/
margin:35% auto;
overflow: hidden;
background-color: #fff;
border-radius: 4px;
width: 280px;
height: 280px;
font-size: 14px;
color: #333333;
}
.mask_subscribe_title {
width: 100%;
text-align: center;
margin-top: 30px;
font-size: 20px;
color: #333333;
letter-spacing: 0;
line-height: 20px;
font-family: PingFang-SC-Medium;
}
.mask_subscribe_time {
margin-top: 30px;
margin-left: 40px;
margin-right: 15px;
}
.mask_subscribe_office {
margin-top: 12px;
margin-left: 40px;
margin-right: 15px;
}
.mask_subscribe_hospital {
margin-top: 12px;
margin-left: 40px;
margin-right: 15px;
}
.mask_subscribe_content_text {
color: #666666;
}
.mask_subscribe_content_closeBtn {
font-size: 14px;
color: #FFFFFF;
background: #48C17B;
border-radius: 100px;
width: 160px;
height: 32px;
margin-top: 60px;
text-align: center;
margin-left: calc(50% - 80px);
line-height: 32px;
}
/* 无数据页面 */
.empty_icon {
width: 100%;
height: 200px;
margin-top: 70px;
}
.empty_text {
width: 100%;
height: 20px;
font-size: 16px;
color: #333333;
text-align: center;
margin-top: 15px;
}
.empty_back {
background: #48C17B;
border-radius: 100px;
height: 32px;
width: 160px;
text-align: center;
font-size: 14px;
color: #FFFFFF;
line-height: 32px;
margin-top: 35px;
margin-left: calc(50% - 80px);
}
/* 标签 */
.article_label {
margin-right: 17px;
font-size: 12px;
color: #58A478;
padding: 5px;
background: #F2FDF7;
border-radius: 2px;
}