util_UI.wxss 870 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
.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;
}