common.css 5.3 KB
Newer Older
H
hulinNeil 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
@font-face {
	font-family: texticons;
	font-weight: normal;
	font-style: normal;
	src: url('https://at.alicdn.com/t/font_702773_ttt8tj203j.ttf') format('truetype');
}

.index {
	flex: 1;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.row {
	flex-direction: row;
}

.column {
	flex-direction: column;
}

.card {
	position: relative;
郭胜强 已提交
25 26 27
	width: 710upx;
	margin: 20upx 20upx 20upx 20upx;
	border-radius: 10upx;
H
hulinNeil 已提交
28 29 30 31 32 33
	overflow: hidden;
	flex-direction: column;
	background-color: #FFFFFF;
}

.card-img {
郭胜强 已提交
34 35
	width: 710upx;
	height: 1065upx;
H
hulinNeil 已提交
36 37 38 39
}

.card-num {
	color: #FFFFFF;
郭胜强 已提交
40
	font-size: 26upx;
H
hulinNeil 已提交
41 42 43 44 45
	text-align: center;
}

.card-num-view {
	background-color: #FF80AB;
郭胜强 已提交
46 47 48
	height: 30upx;
	line-height: 30upx;
	padding: 0 10upx;
H
hulinNeil 已提交
49
	justify-content: center;
郭胜强 已提交
50
	border-radius: 30upx;
H
hulinNeil 已提交
51
	position: absolute;
郭胜强 已提交
52 53
	top: 20upx;
	right: 20upx;
H
hulinNeil 已提交
54 55 56 57 58 59 60 61 62 63
}

.card-bottm {
	justify-content: center;
	align-items: center;
}

.card-share-view {
	justify-content: center;
	align-items: center;
郭胜强 已提交
64
	padding: 14upx 0;
H
hulinNeil 已提交
65
	color: #FF80AB;
郭胜强 已提交
66 67
	margin: 20upx 20upx 20upx;
	font-size: 30upx;
H
hulinNeil 已提交
68 69 70 71 72 73 74 75 76
	font-family: texticons;
}

.card-share-view:before {
	content: '\e62d';
}

.car-title-view {
	flex: 1;
郭胜强 已提交
77
	padding: 14upx 0upx 14upx 20upx;
H
hulinNeil 已提交
78 79 80 81
}

.card-title {
	flex: 1;
郭胜强 已提交
82
	font-size: 30upx;
H
hulinNeil 已提交
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
	text-align: left;
	color: #555555;
	text-overflow: ellipsis;
	lines: 2;
	display: -webkit-box;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}









/*双列表*/

.card-list2 {
郭胜强 已提交
106 107
	width: 345upx;
	margin: 20upx 0 20upx 20upx;
H
hulinNeil 已提交
108 109 110
}

.card-list2-img {
郭胜强 已提交
111 112
	width: 345upx;
	height: 517upx;
H
hulinNeil 已提交
113 114 115
}

.card-list2-num-view {
郭胜强 已提交
116 117
	height: 27upx;
	border-radius: 27upx;
H
hulinNeil 已提交
118 119 120
}

.card-list2-num {
郭胜强 已提交
121
	font-size: 22upx;
H
hulinNeil 已提交
122 123 124
}

.card-list2-title {
郭胜强 已提交
125
	font-size: 26upx;
H
hulinNeil 已提交
126 127 128 129
}


.loadMore {
郭胜强 已提交
130
	font-size: 30upx;
H
hulinNeil 已提交
131
	color: #555;
郭胜强 已提交
132
	margin-bottom: 20upx;
H
hulinNeil 已提交
133 134 135 136 137 138 139 140 141 142 143 144
}






/* 分类页面 */

.tags {
	background: #fff;
	flex: 1;
郭胜强 已提交
145 146
	width: 710upx;
	margin: 20upx;
H
hulinNeil 已提交
147 148 149 150 151 152 153 154
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}

.tag {
	display: block;
郭胜强 已提交
155 156 157
	width: 177.5upx;
	height: 180upx;
	padding: 24upx;
H
hulinNeil 已提交
158 159 160 161 162
	box-sizing: border-box;
	text-align: center;
}

.tag-img {
郭胜强 已提交
163 164 165
	border-radius: 60upx;
	width: 120upx;
	height: 120upx;
H
hulinNeil 已提交
166 167 168
}

.tag-text {
郭胜强 已提交
169
	font-size: 28upx;
H
hulinNeil 已提交
170 171 172 173 174 175 176 177 178 179 180 181 182 183
	color: #555555;
}





/* 个人中心 */

.center {
	flex-direction: column;
}

.logo {
郭胜强 已提交
184 185 186
	width: 750upx;
	height: 240upx;
	padding: 20upx;
H
hulinNeil 已提交
187 188 189 190 191 192 193 194 195 196 197
	box-sizing: border-box;
	background-color: #FF80AB;
	flex-direction: row;
	align-items: center;
}

.logo-hover {
	opacity: 0.8;
}

.logo-img {
郭胜强 已提交
198 199 200
	width: 150upx;
	height: 150upx;
	border-radius: 150upx;
H
hulinNeil 已提交
201 202 203
}

.logo-title {
郭胜强 已提交
204
	height: 150upx;
H
hulinNeil 已提交
205 206 207 208
	flex: 1;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
郭胜强 已提交
209
	margin-left: 20upx;
H
hulinNeil 已提交
210 211 212
}

.uer-name {
郭胜强 已提交
213 214 215
	height: 60upx;
	line-height: 60upx;
	font-size: 38upx;
H
hulinNeil 已提交
216 217 218 219
	color: #FFFFFF;
}

.go-login.navigat-arrow {
郭胜强 已提交
220
	font-size: 38upx;
H
hulinNeil 已提交
221 222 223 224
	color: #FFFFFF;
}

.login-title {
郭胜强 已提交
225
	height: 150upx;
H
hulinNeil 已提交
226 227 228
	align-items: self-start;
	justify-content: center;
	flex-direction: column;
郭胜强 已提交
229
	margin-left: 20upx;
H
hulinNeil 已提交
230 231 232 233
}

.center-list {
	background-color: #FFFFFF;
郭胜强 已提交
234 235
	margin-top: 20upx;
	width: 750upx;
H
hulinNeil 已提交
236 237 238 239
	flex-direction: column;
}

.center-list-item {
郭胜强 已提交
240 241
	height: 90upx;
	width: 750upx;
H
hulinNeil 已提交
242 243
	box-sizing: border-box;
	flex-direction: row;
郭胜强 已提交
244
	padding: 0upx 20upx;
H
hulinNeil 已提交
245 246 247
}

.border-bottom {
郭胜强 已提交
248
	border-bottom-width: 1upx;
H
hulinNeil 已提交
249 250 251 252 253
	border-color: #c8c7cc;
	border-bottom-style: solid;
}

.list-icon {
郭胜强 已提交
254 255 256 257
	width: 40upx;
	height: 90upx;
	line-height: 90upx;
	font-size: 34upx;
H
hulinNeil 已提交
258 259 260
	color: #FF80AB;
	text-align: center;
	font-family: texticons;
郭胜强 已提交
261
	margin-right: 20upx;
H
hulinNeil 已提交
262 263 264
}

.list-text {
郭胜强 已提交
265 266 267
	height: 90upx;
	line-height: 90upx;
	font-size: 34upx;
H
hulinNeil 已提交
268 269 270 271 272 273
	color: #555;
	flex: 1;
	text-align: left;
}

.navigat-arrow {
郭胜强 已提交
274 275 276 277
	height: 90upx;
	width: 40upx;
	line-height: 90upx;
	font-size: 34upx;
H
hulinNeil 已提交
278 279 280 281 282 283 284 285 286 287 288 289 290 291
	color: #555;
	text-align: right;
	font-family: texticons;
}




/* 登录 */

.loginView {
	display: flex;
	flex: 1;
	flex-direction: column;
郭胜强 已提交
292 293
	width: 750upx;
	padding-top: 30upx;
H
hulinNeil 已提交
294 295 296 297
}

.input-view {
	border-bottom-style: solid;
郭胜强 已提交
298
	border-bottom-width: 3upx;
H
hulinNeil 已提交
299 300 301
	border-bottom-color: #ddd;
	background-color: #fff;
	flex-direction: row;
郭胜强 已提交
302 303
	width: 750upx;
	padding: 20upx 20upx;
H
hulinNeil 已提交
304 305 306 307
	box-sizing: border-box;
}

.label-view {
郭胜强 已提交
308 309
	width: 100upx;
	height: 60upx;
H
hulinNeil 已提交
310
	align-items: center;
郭胜强 已提交
311
	margin-right: 30upx;
H
hulinNeil 已提交
312 313 314 315
}

.label {
	flex: 1;
郭胜强 已提交
316 317
	line-height: 60upx;
	font-size: 38upx;
H
hulinNeil 已提交
318 319 320 321 322 323
	color: #555;
	text-align: left;
}

.input {
	flex: 1;
郭胜强 已提交
324 325
	height: 60upx;
	font-size: 38upx;
H
hulinNeil 已提交
326 327 328 329
	align-items: center;
}

.button-view {
郭胜强 已提交
330 331 332
	width: 750upx;
	margin-top: 50upx;
	padding: 0 20upx;
H
hulinNeil 已提交
333 334 335 336 337
	box-sizing: border-box;
	flex-direction: column;
}

button {
郭胜强 已提交
338 339 340
	width: 710upx;
	height: 80upx;
	line-height: 80upx;
H
hulinNeil 已提交
341
	text-align: center;
郭胜强 已提交
342
	font-size: 38upx;
H
hulinNeil 已提交
343 344 345 346 347 348 349 350
}

button.login {
	background-color: #FF80AB;
	color: #fff;
}

button.register {
郭胜强 已提交
351
	margin-top: 30upx;
H
hulinNeil 已提交
352 353 354
	color: #FF80AB;
	background-color: #fff;
	border-color: #FF80AB;
郭胜强 已提交
355
	border-width: 2upx;
H
hulinNeil 已提交
356 357 358 359 360 361 362 363 364 365 366 367
}

.register.hover,
.login.hover {
	opacity: 0.6;
}



/* 详情页面 */

.detail-btn-view {
郭胜强 已提交
368
	width: 750upx;
H
hulinNeil 已提交
369
	position: fixed;
郭胜强 已提交
370 371
	bottom: 75upx;
	font-size: 28upx;
H
hulinNeil 已提交
372 373 374 375
	justify-content: space-between;
}

.detail-btn-view view {
376
	opacity: 0.75;
郭胜强 已提交
377 378 379
	height: 80upx;
	border-radius: 80upx;
	width: 80upx;
H
hulinNeil 已提交
380 381
	justify-content: center;
	align-items: center;
郭胜强 已提交
382 383
	line-height: 80upx;
	margin: 0 30upx;
H
hulinNeil 已提交
384 385 386 387 388
	font-family: texticons;
	background: #eee;
	color: #555;
}
.detail-btn-view view text{
郭胜强 已提交
389
	margin-left: 10upx;
H
hulinNeil 已提交
390 391 392 393 394 395 396 397 398 399
}
.detail-btn-view .download:before { 
	content: '\e617';
}
.detail-btn-view .collect:before { 
	content: '\e68d';
}
.detail-btn-view .setting {
	flex: 1;
}