notice.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. page.data-v-8d2b93aa {
  8. position: relative;
  9. background-color: #eeeeee;
  10. }
  11. .enptyStatus.data-v-8d2b93aa {
  12. display: flex;
  13. justify-content: center;
  14. align-items: center;
  15. flex-direction: column;
  16. padding: 30px 10px;
  17. }
  18. .enptyStatus image.data-v-8d2b93aa {
  19. width: 120px;
  20. height: 150px;
  21. margin-top: 80px;
  22. }
  23. .enptyStatus .words.data-v-8d2b93aa {
  24. color: #ffae21;
  25. font-size: 18px;
  26. padding-top: 16px;
  27. }
  28. .add.data-v-8d2b93aa {
  29. position: fixed;
  30. bottom: 75px;
  31. right: 15px;
  32. text-align: center;
  33. z-index: 6;
  34. }
  35. .add .add-buttom.data-v-8d2b93aa {
  36. width: 36px;
  37. height: 36px;
  38. background: #6A6A6A;
  39. display: inline-block;
  40. text-align: center;
  41. line-height: 36px;
  42. opacity: 1;
  43. border-radius: 50%;
  44. }
  45. .add .add-tips.data-v-8d2b93aa {
  46. font-size: 10px;
  47. font-family: PingFang SC;
  48. font-weight: bold;
  49. line-height: 14px;
  50. color: #292929;
  51. opacity: 1;
  52. margin-top: 3px;
  53. }
  54. .active.data-v-8d2b93aa {
  55. position: relative;
  56. height: 100%;
  57. }
  58. .active .top.data-v-8d2b93aa {
  59. height: 132px;
  60. background-image: url(/static/images/active-bg.png);
  61. background-size: 100%;
  62. background-repeat: no-repeat;
  63. }
  64. .active .tab.data-v-8d2b93aa {
  65. display: flex;
  66. align-items: center;
  67. width: 80%;
  68. margin: 0 auto;
  69. }
  70. .active .tab .item.data-v-8d2b93aa,
  71. .active .tab .active-item.data-v-8d2b93aa {
  72. margin-top: 17px;
  73. font-size: 18px;
  74. font-family: PingFang SC;
  75. font-weight: bold;
  76. line-height: 20px;
  77. color: rgba(113, 113, 113, 0.43);
  78. opacity: 0.43;
  79. opacity: 1;
  80. flex: 1;
  81. text-align: center;
  82. }
  83. .active .tab .item view.data-v-8d2b93aa,
  84. .active .tab .active-item view.data-v-8d2b93aa {
  85. display: block;
  86. }
  87. .active .tab .item .week.data-v-8d2b93aa,
  88. .active .tab .active-item .week.data-v-8d2b93aa {
  89. padding-bottom: 12px;
  90. }
  91. .active .tab .item .line.data-v-8d2b93aa,
  92. .active .tab .active-item .line.data-v-8d2b93aa {
  93. width: 48px;
  94. height: 4px;
  95. background: #D12727;
  96. opacity: 1;
  97. border-radius: 1px;
  98. display: block;
  99. margin: 0 auto;
  100. }
  101. .active .tab .active-item.data-v-8d2b93aa {
  102. font-size: 18px;
  103. font-family: PingFang SC;
  104. font-weight: bold;
  105. line-height: 20px;
  106. color: #D12727;
  107. }
  108. .active .tab .active-item .week.data-v-8d2b93aa {
  109. padding-bottom: 8px;
  110. }
  111. .active .list.data-v-8d2b93aa {
  112. padding: 20px 16px;
  113. }
  114. .active .list .list-item.data-v-8d2b93aa {
  115. background: #FFFFFF;
  116. opacity: 1;
  117. border-radius: 12px;
  118. padding: 20px 10px;
  119. position: relative;
  120. display: flex;
  121. align-items: center;
  122. margin-bottom: 20px;
  123. }
  124. .active .list .list-item .tips.data-v-8d2b93aa {
  125. position: absolute;
  126. width: 52px;
  127. height: 21px;
  128. text-align: center;
  129. line-height: 21px;
  130. background: #FD6738;
  131. top: 0;
  132. right: 0;
  133. opacity: 1;
  134. border-radius: 0px 12px 0px 12px;
  135. font-size: 12px;
  136. font-family: PingFang SC;
  137. font-weight: bold;
  138. color: #FFFFFF;
  139. }
  140. .active .list .list-item .image.data-v-8d2b93aa {
  141. flex: 0 0 60px;
  142. width: 60px;
  143. height: 60px;
  144. margin-right: 6px;
  145. background-position: center;
  146. background-repeat: no-repeat;
  147. background-size: cover;
  148. }
  149. .active .list .list-item .right.data-v-8d2b93aa {
  150. flex: 1;
  151. }
  152. .active .list .list-item .right .title.data-v-8d2b93aa {
  153. width: 220px;
  154. font-size: 16px;
  155. font-family: PingFang SC;
  156. font-weight: bold;
  157. line-height: 20px;
  158. color: #282828;
  159. overflow: hidden;
  160. opacity: 1;
  161. white-space: nowrap;
  162. /*设置不换行*/
  163. overflow: hidden;
  164. /*设置隐藏*/
  165. text-overflow: ellipsis;
  166. /*设置隐藏部分为省略号*/
  167. }
  168. .active .list .list-item .right .text.data-v-8d2b93aa {
  169. font-size: 13px;
  170. font-family: PingFang SC;
  171. font-weight: 400;
  172. line-height: 20px;
  173. color: rgba(40, 40, 40, 0.47);
  174. margin-top: 3px;
  175. }
  176. .active .list .list-item .right .time.data-v-8d2b93aa {
  177. font-size: 10px;
  178. font-family: PingFang SC;
  179. font-weight: 400;
  180. line-height: 20px;
  181. color: rgba(40, 40, 40, 0.47);
  182. }