Commit 7e27c3cfe6b8765ef662c092746223562d4889a2
1 parent
c05d6050
app.wss
Showing
1 changed file
with
101 additions
and
1 deletions
app.wxss
1 | - | 1 | +.pdt20 { |
2 | + padding-top: 20rpx; | ||
3 | +} | ||
4 | +.pdt40 { | ||
5 | + padding-top: 40rpx; | ||
6 | +} | ||
2 | .flex { | 7 | .flex { |
3 | display: flex; | 8 | display: flex; |
4 | } | 9 | } |
@@ -409,8 +414,103 @@ background: #ffe3e2; | @@ -409,8 +414,103 @@ background: #ffe3e2; | ||
409 | flex-wrap:wrap; | 414 | flex-wrap:wrap; |
410 | } | 415 | } |
411 | 416 | ||
417 | +.line-through { | ||
418 | + text-decoration:line-through; | ||
419 | +} | ||
420 | + | ||
421 | + | ||
412 | 422 | ||
413 | .lh1 { | 423 | .lh1 { |
414 | line-height: 1; | 424 | line-height: 1; |
415 | } | 425 | } |
416 | 426 | ||
427 | + | ||
428 | + | ||
429 | + | ||
430 | + | ||
431 | + | ||
432 | + | ||
433 | +/* 图标字体(ty) */ | ||
434 | +@font-face { | ||
435 | + font-family: 'iconfont'; /* project id 2054717 */ | ||
436 | + src: url('//at.alicdn.com/t/font_2054717_cavurq8wjit.eot'); | ||
437 | + src: url('//at.alicdn.com/t/font_2054717_cavurq8wjit.eot?#iefix') format('embedded-opentype'), | ||
438 | + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.woff2') format('woff2'), | ||
439 | + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.woff') format('woff'), | ||
440 | + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.ttf') format('truetype'), | ||
441 | + url('//at.alicdn.com/t/font_2054717_cavurq8wjit.svg#iconfont') format('svg'); | ||
442 | +} | ||
443 | + | ||
444 | +.iconfont { | ||
445 | + font-family: "iconfont" !important; | ||
446 | + font-size: 16px; | ||
447 | + font-style: normal; | ||
448 | + -webkit-font-smoothing: antialiased; | ||
449 | + -moz-osx-font-smoothing: grayscale; | ||
450 | +} | ||
451 | + | ||
452 | +.icon-close:before { | ||
453 | + content: "\e62e"; | ||
454 | +} | ||
455 | + | ||
456 | +.icon-info:before { | ||
457 | + content: "\e603"; | ||
458 | +} | ||
459 | + | ||
460 | +.icon-people:before { | ||
461 | + content: "\e66a"; | ||
462 | +} | ||
463 | + | ||
464 | +.icon-fire:before { | ||
465 | + content: "\e694"; | ||
466 | +} | ||
467 | + | ||
468 | +.icon-live:before { | ||
469 | + content: "\e664"; | ||
470 | +} | ||
471 | + | ||
472 | +.icon-clock:before { | ||
473 | + content: "\e608"; | ||
474 | +} | ||
475 | + | ||
476 | +.icon-hot:before { | ||
477 | + content: "\e680"; | ||
478 | +} | ||
479 | + | ||
480 | +.icon-img:before { | ||
481 | + content: "\e8c1"; | ||
482 | +} | ||
483 | + | ||
484 | +.icon-shang:before { | ||
485 | + content: "\e604"; | ||
486 | +} | ||
487 | + | ||
488 | +.icon-xia:before { | ||
489 | + content: "\e650"; | ||
490 | +} | ||
491 | + | ||
492 | +.icon-daohang:before { | ||
493 | + content: "\e748"; | ||
494 | +} | ||
495 | + | ||
496 | +.icon-phone:before { | ||
497 | + content: "\e602"; | ||
498 | +} | ||
499 | + | ||
500 | +.icon-up:before { | ||
501 | + content: "\e601"; | ||
502 | +} | ||
503 | + | ||
504 | +.icon-arrow_right:before { | ||
505 | + content: "\e61f"; | ||
506 | +} | ||
507 | + | ||
508 | +.icon-arrow_down:before { | ||
509 | + content: "\e600"; | ||
510 | +} | ||
511 | + | ||
512 | +.icon-weizhi:before { | ||
513 | + content: "\e615"; | ||
514 | +} | ||
515 | + | ||
516 | + |