record.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .datebox.data-v-33b2a2af {
  28. display: flex;
  29. flex-direction: column;
  30. min-height: 500rpx;
  31. background-color: #fff;
  32. }
  33. .datebox .header.data-v-33b2a2af {
  34. height: 100rpx;
  35. display: flex;
  36. justify-content: space-between;
  37. padding: 0 45rpx;
  38. line-height: 100rpx;
  39. box-sizing: border-box;
  40. border-bottom: #e7e7e7 solid 1px;
  41. color: #959ea8;
  42. font-weight: bold;
  43. }
  44. .datebox .header view.data-v-33b2a2af:nth-child(2) {
  45. margin-right: 60rpx;
  46. }
  47. .datebox .header view.data-v-33b2a2af:last-child {
  48. font-weight: bold;
  49. font-size: 36rpx;
  50. }
  51. .datebox .header .isactive.data-v-33b2a2af {
  52. color: #1a1a1a;
  53. }
  54. .datebox .header .alltime.data-v-33b2a2af {
  55. color: #58be6b;
  56. }
  57. .datebox .content.data-v-33b2a2af {
  58. display: flex;
  59. flex-direction: column;
  60. }
  61. .datebox .content .picker-view.data-v-33b2a2af {
  62. width: 750rpx;
  63. height: 280rpx;
  64. margin-top: 20rpx;
  65. }
  66. .datebox .content .item.data-v-33b2a2af {
  67. align-items: center;
  68. justify-content: center;
  69. line-height: 50px;
  70. text-align: center;
  71. }
  72. .datebox .content .submit.data-v-33b2a2af {
  73. background-color: #58be6b;
  74. height: 85rpx;
  75. border-radius: 40rpx;
  76. width: 600rpx;
  77. margin: 30rpx auto;
  78. font-size: 36rpx;
  79. font-weight: bold;
  80. color: #fff;
  81. text-align: center;
  82. line-height: 84rpx;
  83. }
  84. .datebox .content .change_date.data-v-33b2a2af {
  85. display: flex;
  86. flex-direction: column;
  87. padding: 0 45rpx;
  88. color: #949da7;
  89. font-weight: bold;
  90. margin-top: 30rpx;
  91. }
  92. .datebox .content .change_date .datelist.data-v-33b2a2af {
  93. display: flex;
  94. }
  95. .datebox .content .change_date .datelist .active.data-v-33b2a2af {
  96. background-color: #eef8f0;
  97. color: #58be6b;
  98. font-weight: bold;
  99. }
  100. .datebox .content .change_date .datelist view.data-v-33b2a2af {
  101. width: 128rpx;
  102. height: 60rpx;
  103. background-color: #f5f5f5;
  104. border-radius: 10rpx;
  105. text-align: center;
  106. line-height: 60rpx;
  107. margin-top: 28rpx;
  108. margin-right: 22rpx;
  109. font-weight: normal;
  110. }
  111. .datebox .content .change_date .iptlist.data-v-33b2a2af {
  112. display: flex;
  113. margin-top: 20rpx;
  114. }
  115. .datebox .content .change_date .iptlist .active.data-v-33b2a2af {
  116. border: #1d2129 solid 1px;
  117. }
  118. .datebox .content .change_date .iptlist .define-input.data-v-33b2a2af {
  119. background-color: #f5f5f5;
  120. width: 248rpx;
  121. height: 60rpx;
  122. line-height: 60rpx;
  123. border-radius: 15rpx;
  124. font-size: 28rpx;
  125. font-weight: 500;
  126. text-align: center;
  127. color: #949da7;
  128. }
  129. .datebox .content .change_date .iptlist view.data-v-33b2a2af:nth-child(2) {
  130. line-height: 60rpx;
  131. padding: 0 10rpx;
  132. }
  133. .records.data-v-33b2a2af {
  134. width: 690rpx;
  135. padding: 25rpx 30rpx;
  136. display: flex;
  137. flex-direction: column;
  138. padding-bottom: 128rpx;
  139. }
  140. .records .changebox.data-v-33b2a2af {
  141. display: flex;
  142. justify-content: space-between;
  143. font-weight: bold;
  144. padding: 0 10rpx;
  145. font-size: 26rpx;
  146. }
  147. .records .changebox .date.data-v-33b2a2af {
  148. display: flex;
  149. }
  150. .records .changebox .arrow.data-v-33b2a2af {
  151. width: 0;
  152. height: 0;
  153. border-top: 12rpx solid #1d2129;
  154. border-right: 12rpx solid transparent;
  155. border-left: 12rpx solid transparent;
  156. margin-left: 10rpx;
  157. margin-top: 13rpx;
  158. transition: all 0.5s ease 0s;
  159. }
  160. .records .changebox .up.data-v-33b2a2af {
  161. width: 0;
  162. height: 0;
  163. border-top: 12rpx solid #1d2129;
  164. border-right: 12rpx solid transparent;
  165. border-left: 12rpx solid transparent;
  166. margin-left: 10rpx;
  167. margin-top: 13rpx;
  168. -webkit-transform: rotate(180deg);
  169. transform: rotate(180deg);
  170. transition: all 0.5s ease 0s;
  171. }
  172. .records .changebox .allcar.data-v-33b2a2af {
  173. display: flex;
  174. }
  175. .records .norecord.data-v-33b2a2af {
  176. text-align: center;
  177. color: #939da7;
  178. line-height: 180rpx;
  179. }
  180. .records .month.data-v-33b2a2af {
  181. width: 690rpx;
  182. display: flex;
  183. flex-direction: column;
  184. margin-top: 30rpx;
  185. }
  186. .records .month .title.data-v-33b2a2af {
  187. width: 690rpx;
  188. height: 184rpx;
  189. background-image: url("https://rl-zk-image.oss-cn-hangzhou.aliyuncs.com/image/bgr.png");
  190. background-size: 100% 100%;
  191. display: flex;
  192. padding: 20rpx 30rpx;
  193. box-sizing: border-box;
  194. font-size: 30rpx;
  195. font-weight: bold;
  196. flex-direction: column;
  197. justify-content: space-around;
  198. }
  199. .records .month .title .money.data-v-33b2a2af {
  200. display: flex;
  201. justify-content: space-between;
  202. }
  203. .records .month .title text.data-v-33b2a2af {
  204. font-size: 45rpx;
  205. }
  206. .records .month .list.data-v-33b2a2af {
  207. display: flex;
  208. background-color: #fff;
  209. width: 690rpx;
  210. border-bottom-left-radius: 35rpx;
  211. border-bottom-right-radius: 35rpx;
  212. padding: 0 35rpx;
  213. box-sizing: border-box;
  214. flex-direction: column;
  215. padding-bottom: 15rpx;
  216. }
  217. .records .month .list .info.data-v-33b2a2af {
  218. width: 100%;
  219. margin-top: 20rpx;
  220. margin-bottom: 10rpx;
  221. }
  222. .records .month .list .first.data-v-33b2a2af {
  223. display: flex;
  224. justify-content: space-between;
  225. font-size: 30rpx;
  226. }
  227. .records .month .list .first view.data-v-33b2a2af:last-child {
  228. font-size: 32rpx;
  229. font-weight: bold;
  230. }
  231. .records .month .list .second.data-v-33b2a2af {
  232. color: #86909c;
  233. font-size: 28rpx;
  234. display: flex;
  235. justify-content: space-between;
  236. margin-top: 2rpx;
  237. }