dataCenter.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. /* pages/dataCenter/dataCenter.wxss */
  2. /* 隐藏滚动条 */
  3. scroll-view ::-webkit-scrollbar {
  4. display:none;
  5. width:0;
  6. height:0;
  7. color:transparent;
  8. }
  9. /* 整体 */
  10. .content {
  11. background-color: #F5F5F5;
  12. }
  13. /* 标题 */
  14. .title {
  15. display: flex;
  16. padding: 49rpx 10rpx 20rpx 20rpx;
  17. }
  18. /* 标题-图片 */
  19. .title image {
  20. width: 54rpx;
  21. height: 53rpx;
  22. }
  23. /* 标题-字体 */
  24. .title-text {
  25. font-size: 32rpx;
  26. line-height: 66rpx;
  27. height: 53rpx;
  28. margin-left: 16rpx;
  29. font-family: DOUYU;
  30. }
  31. /* 图表 */
  32. ec-canvas {
  33. width: 100%;
  34. height: 100%;
  35. }
  36. /* 滑动 */
  37. .scroll-wrapper {
  38. white-space: nowrap;
  39. -webkit-overflow-scrolling: touch;
  40. background: #FFF;
  41. height: 90rpx;
  42. padding: 0 32rpx;
  43. box-sizing: border-box;
  44. }
  45. /* 滑动块 */
  46. .navigate-item {
  47. display: inline-block;
  48. text-align: center;
  49. height: 90rpx;
  50. line-height: 90rpx;
  51. margin: 0 30rpx;
  52. }
  53. /* 滑动块 */
  54. .names {
  55. font-size: 30rpx;
  56. color: #333333;
  57. font-weight: 500;
  58. }
  59. /* 滑动块 */
  60. .names.active {
  61. font-size: 30rpx;
  62. color: #508FF4;
  63. font-weight: 500;
  64. }
  65. /* 滑动块 */
  66. .currtline {
  67. margin: -8rpx auto 0 auto;
  68. height: 8rpx;
  69. border-radius: 4rpx;
  70. }
  71. /* 滑动块 */
  72. .currtline.active {
  73. background: #508FF4;
  74. transition: all .3s;
  75. }
  76. /* 详情 */
  77. .statistics-btn {
  78. height: 90rpx;
  79. margin-top: 20rpx;
  80. }
  81. /* 详情按钮 */
  82. .statistics-btn button {
  83. font-size: 27rpx;
  84. font-weight: 400;
  85. width: 240rpx !important;
  86. border: 1px solid #C5C5C5;
  87. background: #FFFFFF;
  88. }
  89. /* 分类标题 */
  90. .type-title {
  91. display: flex;
  92. padding: 30rpx 20rpx 20rpx 20rpx;
  93. }
  94. /* 圆点 */
  95. .dots {
  96. width: 14rpx;
  97. height: 14rpx;
  98. background: #F7C86A;
  99. border-radius: 50%;
  100. margin-top: 20rpx;
  101. }
  102. /* 分类文本 */
  103. .type-text {
  104. font-size: 32rpx;
  105. font-weight: 500;
  106. color: #333333;
  107. height: 50rpx;
  108. line-height: 50rpx;
  109. margin-left: 10rpx;
  110. }
  111. /* 评价框 */
  112. .evaluate {
  113. width: 205rpx;
  114. height: 50rpx;
  115. background: #F2F7FF;
  116. border: 1rpx solid #508FF4;
  117. border-radius: 10rpx;
  118. font-weight: 500;
  119. color: #508FF4;
  120. font-size: 24rpx;
  121. line-height: 50rpx;
  122. text-align: center;
  123. margin-bottom: 20rpx;
  124. }
  125. /* 南岸区政务服务事项总数 */
  126. .matters {
  127. width: 85rpx;
  128. height: 110rpx;
  129. background: #F2F7FF;
  130. border: 1rpx solid #508FF4;
  131. border-radius: 4rpx;
  132. font-size: 58rpx;
  133. font-weight: 500;
  134. color: #508FF4;
  135. line-height: 110rpx;
  136. text-align: center;
  137. }
  138. /* 南岸区政务服务事项总数 */
  139. .matters.default {
  140. color: #D1DFF5;
  141. }
  142. /* 三角形 */
  143. .triangles {
  144. width: 0;
  145. height: 0;
  146. position: relative;
  147. left: 20rpx;
  148. top: 50%;
  149. transform: translate(0, -50%);
  150. line-height: 93rpx;
  151. border-bottom: 18rpx solid transparent;
  152. border-left: 18rpx solid #0B868E;
  153. border-top: 18rpx solid transparent;
  154. }
  155. /* 一件事情一次办-文本 */
  156. .oneThing {
  157. line-height: 93rpx;
  158. width: 176rpx;
  159. height: 27rpx;
  160. font-size: 24rpx;
  161. font-weight: 500;
  162. color: #0B868E;
  163. }
  164. /* 一件事情一次办左上部文本 */
  165. .oneThing-left-top {
  166. position: absolute;
  167. top: 82rpx;
  168. left: 50%;
  169. font-size: 28rpx;
  170. color: #72A1DC;
  171. transform: translate(-50%, 0);
  172. }
  173. /* 一件事情一次办左下部文本 */
  174. .oneThing-left-bottom {
  175. position: absolute;
  176. display: flex;
  177. left: 50%;
  178. transform: translate(-50%, 0);
  179. top: 127rpx;
  180. color: #1E71D2;
  181. font-size: 46rpx;
  182. }
  183. /* 本年度公开信箱办理情况框 */
  184. .processing {
  185. width: 220rpx;
  186. height: 114rpx;
  187. background: #FFF3DA;
  188. border-radius: 10rpx;
  189. display: flex;
  190. position: relative;
  191. }
  192. .getmore{
  193. width: 300rpx;
  194. height: 40rpx;
  195. text-align: right;
  196. }
  197. .moretext{
  198. width: 170rpx;
  199. height: 60rpx;
  200. line-height: 60rpx;
  201. border: 1px solid #508FF4;
  202. border-radius: 10rpx;
  203. display: block;
  204. float: right;
  205. text-align: center;
  206. }