notice.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. .add.data-v-8d2b93aa {
  12. position: fixed;
  13. bottom: 75px;
  14. right: 15px;
  15. text-align: center;
  16. z-index: 6;
  17. }
  18. .add .add-buttom.data-v-8d2b93aa {
  19. width: 36px;
  20. height: 36px;
  21. background: #6A6A6A;
  22. display: inline-block;
  23. text-align: center;
  24. line-height: 36px;
  25. opacity: 1;
  26. border-radius: 50%;
  27. }
  28. .add .add-tips.data-v-8d2b93aa {
  29. font-size: 10px;
  30. font-family: PingFang SC;
  31. font-weight: bold;
  32. line-height: 14px;
  33. color: #292929;
  34. opacity: 1;
  35. margin-top: 3px;
  36. }
  37. .active.data-v-8d2b93aa {
  38. position: relative;
  39. height: 100%;
  40. }
  41. .active .top.data-v-8d2b93aa {
  42. height: 132px;
  43. background-image: url(/static/images/active-bg.png);
  44. background-size: 100%;
  45. background-repeat: no-repeat;
  46. }
  47. .active .tab.data-v-8d2b93aa {
  48. display: -webkit-box;
  49. display: -webkit-flex;
  50. display: flex;
  51. -webkit-box-align: center;
  52. -webkit-align-items: center;
  53. align-items: center;
  54. width: 80%;
  55. margin: 0 auto;
  56. }
  57. .active .tab .item.data-v-8d2b93aa,
  58. .active .tab .active-item.data-v-8d2b93aa {
  59. margin-top: 17px;
  60. font-size: 18px;
  61. font-family: PingFang SC;
  62. font-weight: bold;
  63. line-height: 20px;
  64. color: rgba(113, 113, 113, 0.43);
  65. opacity: 0.43;
  66. opacity: 1;
  67. -webkit-box-flex: 1;
  68. -webkit-flex: 1;
  69. flex: 1;
  70. text-align: center;
  71. }
  72. .active .tab .item view.data-v-8d2b93aa,
  73. .active .tab .active-item view.data-v-8d2b93aa {
  74. display: block;
  75. }
  76. .active .tab .item .week.data-v-8d2b93aa,
  77. .active .tab .active-item .week.data-v-8d2b93aa {
  78. padding-bottom: 12px;
  79. }
  80. .active .tab .item .line.data-v-8d2b93aa,
  81. .active .tab .active-item .line.data-v-8d2b93aa {
  82. width: 48px;
  83. height: 4px;
  84. background: #3B7653;
  85. opacity: 1;
  86. border-radius: 1px;
  87. display: block;
  88. margin: 0 auto;
  89. }
  90. .active .tab .active-item.data-v-8d2b93aa {
  91. font-size: 18px;
  92. font-family: PingFang SC;
  93. font-weight: bold;
  94. line-height: 20px;
  95. color: #3B7653;
  96. }
  97. .active .tab .active-item .week.data-v-8d2b93aa {
  98. padding-bottom: 8px;
  99. }
  100. .active .list.data-v-8d2b93aa {
  101. padding: 20px 16px;
  102. }
  103. .active .list .list-item.data-v-8d2b93aa {
  104. background: #FFFFFF;
  105. opacity: 1;
  106. border-radius: 12px;
  107. padding: 20px 10px;
  108. position: relative;
  109. display: -webkit-box;
  110. display: -webkit-flex;
  111. display: flex;
  112. -webkit-box-align: center;
  113. -webkit-align-items: center;
  114. align-items: center;
  115. margin-bottom: 20px;
  116. }
  117. .active .list .list-item .tips.data-v-8d2b93aa {
  118. position: absolute;
  119. width: 52px;
  120. height: 21px;
  121. text-align: center;
  122. line-height: 21px;
  123. background: #FD6738;
  124. top: 0;
  125. right: 0;
  126. opacity: 1;
  127. border-radius: 0px 12px 0px 12px;
  128. font-size: 12px;
  129. font-family: PingFang SC;
  130. font-weight: bold;
  131. color: #FFFFFF;
  132. }
  133. .active .list .list-item image.data-v-8d2b93aa {
  134. -webkit-box-flex: 0;
  135. -webkit-flex: 0 0 60px;
  136. flex: 0 0 60px;
  137. width: 60px;
  138. height: 60px;
  139. margin-right: 6px;
  140. }
  141. .active .list .list-item .right.data-v-8d2b93aa {
  142. -webkit-box-flex: 1;
  143. -webkit-flex: 1;
  144. flex: 1;
  145. }
  146. .active .list .list-item .right .title.data-v-8d2b93aa {
  147. width: 220px;
  148. font-size: 16px;
  149. font-family: PingFang SC;
  150. font-weight: bold;
  151. line-height: 20px;
  152. color: #282828;
  153. overflow: hidden;
  154. opacity: 1;
  155. white-space: nowrap;
  156. /*设置不换行*/
  157. overflow: hidden;
  158. /*设置隐藏*/
  159. text-overflow: ellipsis;
  160. /*设置隐藏部分为省略号*/
  161. }
  162. .active .list .list-item .right .text.data-v-8d2b93aa {
  163. font-size: 13px;
  164. font-family: PingFang SC;
  165. font-weight: 400;
  166. line-height: 20px;
  167. color: rgba(40, 40, 40, 0.47);
  168. margin-top: 3px;
  169. }
  170. .active .list .list-item .right .time.data-v-8d2b93aa {
  171. font-size: 10px;
  172. font-family: PingFang SC;
  173. font-weight: 400;
  174. line-height: 20px;
  175. color: rgba(40, 40, 40, 0.47);
  176. }