uni.css 3.7 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;
雪洛's avatar
雪洛 已提交
81 82 83 84 85 86 87
}

.uni-list-cell-db-text {
  width: 100%;
  /* #ifdef WEB || MP */
  word-break: break-all;
  /* #endif */
Y
yurj26 已提交
88 89
}

Y
init  
yurj26 已提交
90
.uni-label {
91
  width: 105px;
Y
yurj26 已提交
92
}
Y
init  
yurj26 已提交
93 94

.uni-input {
95 96
  height: 25px;
  padding: 8px 13px;
97
  /* line-height: 25px; */
98
  font-size: 14px;
Y
yurj26 已提交
99 100 101
  background: #FFF;
  flex: 1;
  box-sizing: content-box;
Y
init  
yurj26 已提交
102 103 104
}

.uni-flex {
105
  /* #ifdef WEB || MP */
Y
yurj26 已提交
106 107 108
  display: flex;
  /* #endif */
  flex-direction: row;
Y
init  
yurj26 已提交
109 110 111
}

.uni-flex-item {
Y
yurj26 已提交
112
  flex: 1;
Y
init  
yurj26 已提交
113 114 115
}

.uni-row {
Y
yurj26 已提交
116
  flex-direction: row;
Y
init  
yurj26 已提交
117 118 119
}

.uni-column {
Y
yurj26 已提交
120
  flex-direction: column;
Y
init  
yurj26 已提交
121 122 123
}

.uni-bg-red {
Y
yurj26 已提交
124
  background: #F76260;
Y
init  
yurj26 已提交
125 126 127
}

.uni-bg-green {
Y
yurj26 已提交
128
  background: #09BB07;
Y
init  
yurj26 已提交
129 130 131
}

.uni-bg-blue {
Y
yurj26 已提交
132
  background: #007AFF;
133
}
Y
init  
yurj26 已提交
134 135

.uni-btn-v {
136
  padding: 5px 0;
Y
init  
yurj26 已提交
137 138 139
}

.uni-btn {
140
  margin-top: 10px;
Y
init  
yurj26 已提交
141 142 143
}

.uni-link {
Y
yurj26 已提交
144
  color: #576B95;
145
  font-size: 13px;
Y
init  
yurj26 已提交
146 147 148
}

.uni-center {
Y
yurj26 已提交
149 150
  flex-direction: row;
  justify-content: center;
Y
init  
yurj26 已提交
151 152 153
}

.uni-textarea {
154
  padding: 9px;
Y
yurj26 已提交
155
  line-height: 1.6;
156 157 158 159
  font-size: 14px;
}


160
.uni-icon-size {
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 192 193 194 195 196 197 198
  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 {
199
  color: #a0a0a0!important;
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 230 231 232 233 234 235 236
}


/* --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;
237
  /* #ifdef WEB */
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253
  /* 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;
254 255 256 257 258
}

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

261
/* --tab-bar-end-- */
H
hdx 已提交
262 263 264 265 266 267

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