cashlist.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. .top.data-v-0fd311a0 {
  28. height: 140rpx;
  29. line-height: 140rpx;
  30. background-color: #c30d24;
  31. color: #fff;
  32. padding: 0 30rpx;
  33. font-size: 32rpx;
  34. }
  35. .top text.data-v-0fd311a0:first-child {
  36. float: left;
  37. }
  38. .top text.data-v-0fd311a0:last-child {
  39. font-size: 30rpx;
  40. margin-top: 40rpx;
  41. float: right;
  42. width: 200rpx;
  43. height: 60rpx;
  44. line-height: 60rpx;
  45. text-align: center;
  46. border-radius: 60rpx;
  47. border: 2rpx solid #fff;
  48. }
  49. .list-wrap.data-v-0fd311a0 {
  50. width: 100%;
  51. margin-top: 20rpx;
  52. }
  53. .list-wrap .list-item.data-v-0fd311a0 {
  54. width: 100%;
  55. height: auto !important;
  56. height: 220rpx;
  57. background-color: #fff;
  58. font-size: 26rpx;
  59. margin-bottom: 20rpx;
  60. }
  61. .list-wrap .list-item .t.data-v-0fd311a0 {
  62. height: 80rpx;
  63. line-height: 80rpx;
  64. border-bottom: 2rpx solid #ebebeb;
  65. }
  66. .list-wrap .list-item .t text.data-v-0fd311a0 {
  67. font-size: 32rpx;
  68. color: #333;
  69. }
  70. .list-wrap .list-item .t text.data-v-0fd311a0:first-child {
  71. padding-left: 32rpx;
  72. float: left;
  73. }
  74. .list-wrap .list-item .t text.data-v-0fd311a0:last-child {
  75. padding-right: 32rpx;
  76. float: right;
  77. }
  78. .list-wrap .list-item .box.data-v-0fd311a0 {
  79. height: 136rpx;
  80. width: 100%;
  81. }
  82. .list-wrap .list-item .box .box-item.data-v-0fd311a0 {
  83. width: 100%;
  84. height: 32rpx;
  85. float: left;
  86. font-size: 28rpx;
  87. color: #888;
  88. padding-top: 20rpx;
  89. }
  90. .list-wrap .list-item .box .box-item view.data-v-0fd311a0 {
  91. display: inline-block;
  92. }
  93. .list-wrap .list-item .box .box-item view text.data-v-0fd311a0 {
  94. padding-right: 10rpx;
  95. position: relative;
  96. top: 2rpx;
  97. }
  98. .list-wrap .list-item .box .box-item view.data-v-0fd311a0:first-child {
  99. padding-left: 32rpx;
  100. float: left;
  101. }
  102. .list-wrap .list-item .box .box-item view.data-v-0fd311a0:last-child {
  103. padding-right: 32rpx;
  104. float: right;
  105. }
  106. .list-wrap .list-item .box .box-item .c-1.data-v-0fd311a0 {
  107. color: #888;
  108. }
  109. .list-wrap .list-item .box .box-item .c-3.data-v-0fd311a0 {
  110. color: #b91922;
  111. }
  112. .list-wrap .list-item .box .box-item .c-2.data-v-0fd311a0 {
  113. color: green;
  114. }
  115. .list-wrap .list-item .box .box-item.data-v-0fd311a0:nth-child(3) {
  116. width: 90%;
  117. padding: 20rpx 32rpx;
  118. height: auto !important;
  119. height: 60rpx;
  120. min-height: 60rpx;
  121. font-size: 26rpx;
  122. }