chartList.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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. .data-v-69bf97c2 .u-input__input {
  28. font-size: 64rpx !important;
  29. color: #303133;
  30. width: calc(100% - 200rpx) !important;
  31. }
  32. .data-v-69bf97c2 .u-column-item {
  33. display: flex;
  34. flex-direction: row;
  35. align-items: center;
  36. justify-content: center;
  37. font-size: 64rpx !important;
  38. color: #303133;
  39. padding: 8rpx;
  40. }
  41. .data-v-69bf97c2 .u-btn-picker.data-v-70102400 {
  42. padding: 16rpx;
  43. box-sizing: border-box;
  44. text-align: center;
  45. text-decoration: none;
  46. font-size: 64rpx !important;
  47. }
  48. .choose.data-v-69bf97c2 {
  49. text-align: center;
  50. padding: 20rpx;
  51. margin: 30rpx;
  52. color: #FFFFFF;
  53. background: #43CEB1;
  54. border-radius: 64rpx;
  55. }
  56. .active.data-v-69bf97c2 {
  57. background-color: #1890FF;
  58. }
  59. .select-type.data-v-69bf97c2 {
  60. border: 2rpx solid #3857F3;
  61. text-align: center;
  62. padding: 20rpx;
  63. margin: 30rpx;
  64. color: #3857F3;
  65. border-radius: 64rpx;
  66. }
  67. .total.data-v-69bf97c2 {
  68. width: 100%;
  69. padding: 40rpx 30rpx;
  70. text-align: center;
  71. color: #FFFFFF;
  72. }
  73. .list_s.data-v-69bf97c2 {
  74. min-height: 100vh;
  75. background-color: #F9F9F9;
  76. }
  77. .header_s.data-v-69bf97c2 {
  78. padding: 30rpx 30rpx 0rpx 30rpx;
  79. }
  80. .header_s .btn_s.data-v-69bf97c2 {
  81. margin: 0 15rpx;
  82. width: calc(50% - 15px);
  83. height: 100rpx;
  84. line-height: 100rpx;
  85. text-align: center;
  86. background-color: #3857F3;
  87. color: #fff;
  88. font-size: 64rpx;
  89. border-radius: 16rpx;
  90. }
  91. .footer_s.data-v-69bf97c2 {
  92. padding: 30rpx;
  93. }
  94. .footer_s .footer-item.data-v-69bf97c2 {
  95. background: #FFFFFF;
  96. height: auto;
  97. border-radius: 8rpx;
  98. margin-bottom: 30rpx;
  99. padding: 20rpx 0rpx 20rpx 66rpx;
  100. position: relative;
  101. }
  102. .footer_s .footer-item .item-title.data-v-69bf97c2 {
  103. font-size: 48rpx;
  104. font-family: PingFangSC-Medium, PingFang SC;
  105. font-weight: 500;
  106. color: #333333;
  107. padding-bottom: 20rpx;
  108. }
  109. .footer_s .footer-item .main-list-icon.data-v-69bf97c2 {
  110. position: absolute;
  111. top: 43rpx;
  112. left: 30rpx;
  113. width: 16rpx;
  114. height: 16rpx;
  115. background: #3857F3;
  116. border-radius: 2rpx;
  117. }
  118. .footer_s .footer-item .item-img.data-v-69bf97c2 {
  119. display: flex;
  120. justify-content: flex-start;
  121. flex-wrap: wrap;
  122. }
  123. .footer_s .footer-item .item-img image.data-v-69bf97c2 {
  124. width: calc(50% - 20rpx);
  125. height: 200rpx;
  126. padding-bottom: 20rpx;
  127. padding-right: 20rpx;
  128. }