.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 #e2e2e2;
}
.whiteColor {
background: white;
}