sign.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .header-box.data-v-964858d2 {
  27. border-top: 2rpx solid rgba(223, 223, 223, 0.5);
  28. }
  29. .calendar.data-v-964858d2 {
  30. background: #fff;
  31. }
  32. .calendar .sign-everyday.data-v-964858d2 {
  33. height: 100rpx;
  34. background: white;
  35. border: 2rpx solid rgba(223, 223, 223, 0.4);
  36. }
  37. .calendar .sign-everyday .sign-everyday-title.data-v-964858d2 {
  38. font-size: 32rpx;
  39. color: #333333;
  40. font-weight: 500;
  41. }
  42. .calendar .sign-everyday .sign-num-box.data-v-964858d2 {
  43. font-size: 26rpx;
  44. font-weight: 500;
  45. color: #999999;
  46. }
  47. .calendar .sign-everyday .sign-num-box .sign-num.data-v-964858d2 {
  48. font-size: 30rpx;
  49. font-weight: 600;
  50. color: #ff6000;
  51. padding: 0 10rpx;
  52. font-family: OPPOSANS;
  53. }
  54. .calendar .bar.data-v-964858d2 {
  55. height: 100rpx;
  56. }
  57. .calendar .bar .date.data-v-964858d2 {
  58. font-size: 30rpx;
  59. font-family: OPPOSANS;
  60. font-weight: 500;
  61. color: #333333;
  62. line-height: normal;
  63. }
  64. .calendar .cicon-back.data-v-964858d2 {
  65. margin-top: 6rpx;
  66. font-size: 30rpx;
  67. color: #c4c4c4;
  68. line-height: normal;
  69. }
  70. .calendar .cicon-forward.data-v-964858d2 {
  71. margin-top: 6rpx;
  72. font-size: 30rpx;
  73. color: #c4c4c4;
  74. line-height: normal;
  75. }
  76. .calendar .week .week-item.data-v-964858d2 {
  77. font-size: 24rpx;
  78. font-weight: 500;
  79. color: #999999;
  80. flex: 1;
  81. }
  82. .calendar .myDateTable.data-v-964858d2 {
  83. display: flex;
  84. flex-wrap: wrap;
  85. }
  86. .calendar .myDateTable .dateCell.data-v-964858d2 {
  87. width: 107.1428571429rpx;
  88. height: 80rpx;
  89. font-size: 26rpx;
  90. font-weight: 400;
  91. color: #333333;
  92. }
  93. .is-sign.data-v-964858d2 {
  94. width: 48rpx;
  95. height: 48rpx;
  96. position: relative;
  97. }
  98. .is-sign .is-sign-num.data-v-964858d2 {
  99. font-size: 24rpx;
  100. font-family: OPPOSANS;
  101. font-weight: 500;
  102. line-height: normal;
  103. }
  104. .is-sign .is-sign-image.data-v-964858d2 {
  105. position: absolute;
  106. left: 0;
  107. top: 0;
  108. width: 48rpx;
  109. height: 48rpx;
  110. }
  111. .cell-num.data-v-964858d2 {
  112. font-size: 24rpx;
  113. font-family: OPPOSANS;
  114. font-weight: 500;
  115. color: #333333;
  116. line-height: normal;
  117. }
  118. .cicon-title.data-v-964858d2 {
  119. position: absolute;
  120. right: -10rpx;
  121. top: -6rpx;
  122. font-size: 20rpx;
  123. color: red;
  124. }
  125. .sign-box.data-v-964858d2 {
  126. height: 140rpx;
  127. width: 100%;
  128. }
  129. .sign-box .sign-btn.data-v-964858d2 {
  130. width: 710rpx;
  131. height: 80rpx;
  132. border-radius: 35rpx;
  133. font-size: 30rpx;
  134. font-weight: 500;
  135. box-shadow: 0 0.2em 0.5em rgba(255, 96, 0, 0.4);
  136. background: linear-gradient(90deg, #ff6000, #fe832a);
  137. color: #fff;
  138. }
  139. .sign-box .already-btn.data-v-964858d2 {
  140. width: 710rpx;
  141. height: 80rpx;
  142. border-radius: 35rpx;
  143. font-size: 30rpx;
  144. font-weight: 500;
  145. }
  146. .model-box.data-v-964858d2 {
  147. width: 520rpx;
  148. background: linear-gradient(177deg, #ff6000 0%, #fe832a 100%);
  149. border-radius: 10rpx;
  150. }
  151. .model-box .cicon-check-round.data-v-964858d2 {
  152. font-size: 70rpx;
  153. color: #fff;
  154. }
  155. .model-box .score-title.data-v-964858d2 {
  156. font-size: 34rpx;
  157. font-family: OPPOSANS;
  158. font-weight: 500;
  159. color: #fcff00;
  160. }
  161. .model-box .model-title.data-v-964858d2 {
  162. font-size: 28rpx;
  163. font-weight: 500;
  164. color: #ffffff;
  165. }
  166. .model-box .model-bg.data-v-964858d2 {
  167. width: 520rpx;
  168. height: 6.75rem;
  169. background-size: 100% 100%;
  170. background-image: var(--19707c8c);
  171. background-repeat: no-repeat;
  172. border-radius: 0 0 10rpx 10rpx;
  173. }
  174. .model-box .model-bg .title.data-v-964858d2 {
  175. font-size: 34rpx;
  176. font-weight: bold;
  177. color: #ff6000;
  178. }
  179. .model-box .model-bg .subtitle.data-v-964858d2 {
  180. font-size: 26rpx;
  181. font-weight: 500;
  182. color: #999999;
  183. }
  184. .model-box .model-bg .cancel-btn.data-v-964858d2 {
  185. width: 220rpx;
  186. height: 70rpx;
  187. border: 2rpx solid #ff6000;
  188. border-radius: 35rpx;
  189. font-size: 28rpx;
  190. font-weight: 500;
  191. color: #ff6000;
  192. line-height: normal;
  193. margin-right: 10rpx;
  194. }
  195. .model-box .model-bg .confirm-btn.data-v-964858d2 {
  196. width: 300rpx;
  197. height: 70rpx;
  198. background: linear-gradient(90deg, #ff6000, #fe832a);
  199. box-shadow: 0 0.2em 0.5em rgba(255, 96, 0, 0.4);
  200. border-radius: 35rpx;
  201. font-size: 28rpx;
  202. font-weight: 500;
  203. color: #ffffff;
  204. line-height: normal;
  205. }
  206. .activity-title.data-v-964858d2 {
  207. font-size: 32rpx;
  208. font-weight: 500;
  209. color: #333333;
  210. line-height: normal;
  211. }
  212. .activity-des.data-v-964858d2 {
  213. font-size: 26rpx;
  214. font-weight: 500;
  215. color: #666666;
  216. line-height: 40rpx;
  217. }