fund.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. .list-wrap.data-v-79cd6124 {
  28. width: 100%;
  29. margin-top: 20rpx;
  30. }
  31. .list-wrap .list-item.data-v-79cd6124 {
  32. width: 100%;
  33. height: auto !important;
  34. height: 220rpx;
  35. min-height: 220rpx;
  36. background-color: #fff;
  37. font-size: 26rpx;
  38. margin-bottom: 20rpx;
  39. }
  40. .list-wrap .list-item .t.data-v-79cd6124 {
  41. height: 80rpx;
  42. line-height: 80rpx;
  43. border-bottom: 2rpx solid #ebebeb;
  44. }
  45. .list-wrap .list-item .t view.data-v-79cd6124 {
  46. display: inline-block;
  47. font-size: 32rpx;
  48. color: #333;
  49. }
  50. .list-wrap .list-item .t view.data-v-79cd6124:first-child {
  51. padding-left: 32rpx;
  52. float: left;
  53. }
  54. .list-wrap .list-item .t view.data-v-79cd6124:last-child {
  55. padding-right: 32rpx;
  56. float: right;
  57. }
  58. .list-wrap .list-item .box.data-v-79cd6124 {
  59. height: auto !important;
  60. height: 136rpx;
  61. min-height: 136rpx;
  62. width: 100%;
  63. }
  64. .list-wrap .list-item .box .box-item.data-v-79cd6124 {
  65. width: 100%;
  66. height: 32rpx;
  67. float: left;
  68. font-size: 28rpx;
  69. color: #888;
  70. padding-top: 20rpx;
  71. }
  72. .list-wrap .list-item .box .box-item view.data-v-79cd6124 {
  73. display: inline-block;
  74. }
  75. .list-wrap .list-item .box .box-item view text.data-v-79cd6124 {
  76. padding-right: 10rpx;
  77. position: relative;
  78. top: 2rpx;
  79. }
  80. .list-wrap .list-item .box .box-item view.data-v-79cd6124:first-child {
  81. padding-left: 32rpx;
  82. float: left;
  83. }
  84. .list-wrap .list-item .box .box-item view.data-v-79cd6124:last-child {
  85. padding-right: 32rpx;
  86. float: right;
  87. }
  88. .list-wrap .list-item .box .box-item.data-v-79cd6124:nth-child(3) {
  89. width: 90%;
  90. padding: 20rpx 32rpx;
  91. height: auto !important;
  92. height: 60rpx;
  93. min-height: 60rpx;
  94. font-size: 26rpx;
  95. }