util_UI.wxss 2.04 KB
   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
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
.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: 50px;
text-align: center;
margin-left: calc(50% - 80px);
line-height: 32px;
}