app.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. @import "assets/styles/weui.wxss";
  2. @import "assets/styles/font-awesome.wxss";
  3. @import "assets/libs/zanui/index.wxss";
  4. page {
  5. background-color: #f8f8f8;
  6. font-size: 14px;
  7. font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
  8. }
  9. .page__hd {
  10. padding: 40px;
  11. }
  12. .page__bd {
  13. padding-bottom: 40px;
  14. }
  15. .page__bd_spacing {
  16. padding-left: 15px;
  17. padding-right: 15px;
  18. }
  19. .page__ft {
  20. padding-bottom: 10px;
  21. text-align: center;
  22. }
  23. .page__title {
  24. text-align: left;
  25. font-size: 20px;
  26. font-weight: 400;
  27. }
  28. .page__desc {
  29. margin-top: 5px;
  30. color: #888;
  31. text-align: left;
  32. font-size: 14px;
  33. }
  34. .page__title {
  35. display: block;
  36. text-align: center;
  37. font-size: 20px;
  38. font-weight: 400;
  39. }
  40. .page__desc {
  41. display: block;
  42. margin-top: 5px;
  43. color: #888;
  44. text-align: center;
  45. font-size: 14px;
  46. }
  47. .p10 {
  48. padding: 10px;
  49. }
  50. .p15 {
  51. padding: 15px;
  52. }
  53. .m10 {
  54. margin: 10px;
  55. }
  56. .m15 {
  57. margin: 15px;
  58. }
  59. .share {
  60. position: absolute;
  61. top: 20px;
  62. right: 20px;
  63. width: 24px;
  64. height: 24px;
  65. border: none;
  66. background: #fff;
  67. z-index: 99;
  68. padding: 0;
  69. border-radius: 50%;
  70. line-height: 24px;
  71. font-size: 14px;
  72. opacity: 0.6;
  73. color: #444;
  74. }
  75. .post-list .zan-card {
  76. border-bottom: 1px solid #eee;
  77. padding: 15px 15px;
  78. background:#fff;
  79. margin-bottom:15px;
  80. }
  81. .post-list .zan-card__thumb {
  82. width: 100%;
  83. height: 220px;
  84. float:inherit;
  85. }
  86. .post-list .zan-card__detail {
  87. margin-left:0;
  88. margin-top:20px;
  89. }
  90. .post-list .zan-card__thumb .image {
  91. border-radius:3px;
  92. display: block;
  93. height: 100%;
  94. width: 100%;
  95. background-repeat: no-repeat;
  96. background-size:cover;
  97. background-position: center center;
  98. }
  99. .post-list .zan-card__left-col {
  100. margin-right: 0px;
  101. }
  102. .post-list .author {
  103. font-size: 13px;
  104. }
  105. .tab .zan-tab__bd--scroll .zan-tab__item {
  106. min-width: 70px;
  107. }
  108. .tab .zan-tab__bd--scroll .zan-tab__item {
  109. min-width: 50px;
  110. }
  111. .zan-loadmore--nodata {
  112. margin-top:21px;
  113. }