uni.css 3.6 KB
Newer Older
Y
init  
yurj26 已提交
1
.uni-padding-wrap {
2
  padding: 0 15px;
Y
init  
yurj26 已提交
3 4 5
}

.uni-title {
6
  padding: 10px 0;
Y
init  
yurj26 已提交
7 8 9
}

.uni-title-text {
10
  font-size: 15px;
Y
yurj26 已提交
11
  font-weight: bold;
Y
init  
yurj26 已提交
12 13 14
}

.uni-subtitle-text {
Y
yurj26 已提交
15
  color: #888;
16
  font-size: 12px;
Y
yurj26 已提交
17
  font-weight: bold;
18
  margin-top: 5px;
Y
init  
yurj26 已提交
19 20 21
}

.uni-common-mb {
22
  margin-bottom: 15px;
Y
init  
yurj26 已提交
23 24 25
}

.uni-common-pb {
26
  padding-bottom: 15px;
Y
init  
yurj26 已提交
27 28 29
}

.uni-common-pl {
30
  padding-left: 15px;
Y
init  
yurj26 已提交
31 32 33
}

.uni-common-mt {
34
  margin-top: 15px;
Y
init  
yurj26 已提交
35 36 37
}

.uni-hello-text {
Y
yurj26 已提交
38 39
  color: #7A7E83;
  line-height: 22px;
Y
init  
yurj26 已提交
40 41 42
}

.uni-list {
Y
yurj26 已提交
43 44 45 46 47
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c8c7cc;
Y
init  
yurj26 已提交
48 49 50
}

.uni-list-cell {
Y
yurj26 已提交
51 52 53 54 55
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
Y
init  
yurj26 已提交
56 57
}

58 59 60 61
.uni-list-cell-padding {
  padding: 16px;
}

Y
yurj26 已提交
62
.uni-list-cell-line {
Y
yurj26 已提交
63
  border-bottom: 1px solid #c8c7cc;
Y
yurj26 已提交
64 65
}

Y
init  
yurj26 已提交
66
.uni-list-cell-hover {
Y
yurj26 已提交
67
  background-color: #eee;
Y
init  
yurj26 已提交
68 69 70
}

.uni-list-cell-pd {
71
  padding: 11px 15px 11px 0;
Y
init  
yurj26 已提交
72 73 74
}

.uni-list-cell-left {
75
  padding: 0 15px 0 10px;
Y
init  
yurj26 已提交
76 77 78 79
}

.uni-list-cell-db,
.uni-list-cell-right {
Y
yurj26 已提交
80
  flex: 1;
Y
yurj26 已提交
81 82
}

Y
init  
yurj26 已提交
83
.uni-label {
84
  width: 105px;
Y
yurj26 已提交
85
}
Y
init  
yurj26 已提交
86 87

.uni-input {
88 89
  height: 25px;
  padding: 8px 13px;
90
  /* line-height: 25px; */
91
  font-size: 14px;
Y
yurj26 已提交
92 93 94
  background: #FFF;
  flex: 1;
  box-sizing: content-box;
Y
init  
yurj26 已提交
95 96 97
}

.uni-flex {
98
  /* #ifdef WEB || MP */
Y
yurj26 已提交
99 100 101
  display: flex;
  /* #endif */
  flex-direction: row;
Y
init  
yurj26 已提交
102 103 104
}

.uni-flex-item {
Y
yurj26 已提交
105
  flex: 1;
Y
init  
yurj26 已提交
106 107 108
}

.uni-row {
Y
yurj26 已提交
109
  flex-direction: row;
Y
init  
yurj26 已提交
110 111 112
}

.uni-column {
Y
yurj26 已提交
113
  flex-direction: column;
Y
init  
yurj26 已提交
114 115 116
}

.uni-bg-red {
Y
yurj26 已提交
117
  background: #F76260;
Y
init  
yurj26 已提交
118 119 120
}

.uni-bg-green {
Y
yurj26 已提交
121
  background: #09BB07;
Y
init  
yurj26 已提交
122 123 124
}

.uni-bg-blue {
Y
yurj26 已提交
125
  background: #007AFF;
126
}
Y
init  
yurj26 已提交
127 128

.uni-btn-v {
129
  padding: 5px 0;
Y
init  
yurj26 已提交
130 131 132
}

.uni-btn {
133
  margin-top: 10px;
Y
init  
yurj26 已提交
134 135 136
}

.uni-link {
Y
yurj26 已提交
137
  color: #576B95;
138
  font-size: 13px;
Y
init  
yurj26 已提交
139 140 141
}

.uni-center {
Y
yurj26 已提交
142 143
  flex-direction: row;
  justify-content: center;
Y
init  
yurj26 已提交
144 145 146
}

.uni-textarea {
147
  padding: 9px;
Y
yurj26 已提交
148
  line-height: 1.6;
149 150 151 152
  font-size: 14px;
}


153
.uni-icon-size {
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
  width: 14px;
  height: 14px;
}

.uni-container {
  padding: 15px;
  background-color: #f8f8f8;
}

.uni-header-logo {
  padding: 15px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.uni-header-image {
  width: 80px;
  height: 80px;
}

.uni-text-box {
  margin-bottom: 20px;
}

.hello-text {
  color: #7A7E83;
  font-size: 14px;
  line-height: 20px;
}


.uni-panel {
  margin-bottom: 12px;
}

.text-disabled {
192
  color: #a0a0a0!important;
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
}


/* --tab-bar-begin-- */

.uni-panel-h {
  background-color: #ffffff;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px;
}

/*
.uni-panel-h:active {
    background-color: #f8f8f8;
}
 */
.uni-panel-h-on {
  background-color: #f0f0f0;
}

.uni-panel-text {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

.uni-navigate-item {
  flex-direction: row;
  align-items: center;
  background-color: #FFFFFF;
  border-top-style: solid;
  border-top-color: #f0f0f0;
  border-top-width: 1px;
  padding: 12px;
  justify-content: space-between;
230
  /* #ifdef WEB */
231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246
  /* cursor: pointer; */
  /* #endif */
}

.uni-navigate-item:active {
  background-color: #f8f8f8;
}

.is--active {
  background-color: #f8f8f8;
}

.uni-navigate-text {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
247 248 249 250 251
}

/* left-windows */
.left-win-active {
  color: #007AFF!important;
252 253
}

254
/* --tab-bar-end-- */
H
hdx 已提交
255 256 257 258 259 260

/* #ifdef APP */
.page-scroll-view {
  flex: 1;
}
/* #endif */