You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

211 lines
3.6 KiB

  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. //app.js
  7. var config = require("./config");
  8. export default {
  9. onLaunch: function(options) {},
  10. onShow(options) {
  11. },
  12. onHide() {},
  13. methods: {
  14. }
  15. };
  16. </script>
  17. <style>
  18. @import "./app.css";
  19. </style>
  20. <style lang="scss">
  21. @import "uview-ui/index.scss";
  22. /*每个页面公共css */
  23. //图表样式等
  24. .single{
  25. width: 100%;
  26. background: #FFFFFF;
  27. .title{
  28. width: 100%;
  29. height: 90rpx;
  30. border-bottom: 1rpx solid #E0E0E0;
  31. display: flex;
  32. .title1{
  33. flex: 2;
  34. font-size: 30rpx;
  35. font-weight: 600;
  36. color: #333333;
  37. line-height: 90rpx;
  38. text-indent: 30rpx;
  39. }
  40. .title3{
  41. flex: 3;
  42. height: 90rpx;
  43. display: flex;
  44. align-items: center;
  45. justify-content: flex-end;
  46. .title3-box{
  47. display: flex;
  48. align-items: center;
  49. width: 25%;
  50. justify-content: center;
  51. .activecltab{
  52. border-bottom: 2px solid #2671E2;
  53. }
  54. }
  55. }
  56. .title2{
  57. flex: 3;
  58. height: 90rpx;
  59. display: flex;
  60. align-items: center;
  61. .title2-che{
  62. width: 178rpx;
  63. height: 48rpx;
  64. background: #FFFFFF;
  65. border-radius: 6rpx;
  66. border: 1px solid #E0E0E0;
  67. line-height: 48rpx;
  68. font-size: 28rpx;
  69. font-weight: 400;
  70. color: #666666;
  71. text-indent: 12rpx;
  72. margin-left: 35rpx;
  73. position: relative;
  74. .righttochoose{
  75. width: 18rpx;
  76. height: 24rpx;
  77. position: absolute;
  78. top: 12rpx;
  79. right: 12rpx;
  80. }
  81. }
  82. }
  83. }
  84. .swiper-box{
  85. width: 97%;
  86. margin: 0 auto;
  87. }
  88. .hejibox{
  89. width: 100%;
  90. height: 80rpx;
  91. display: flex;
  92. .heji{
  93. width: 50%;
  94. height: 100%;
  95. font-size: 28rpx;
  96. font-weight: 400;
  97. color: #666666;
  98. line-height: 80rpx;
  99. text-indent: 30rpx;
  100. }
  101. }
  102. .danwei{
  103. width: 100%;
  104. height: 40rpx;
  105. font-size: 24rpx;
  106. font-weight: 400;
  107. color: #999999;
  108. line-height: 40rpx;
  109. text-indent: 30rpx;
  110. }
  111. .uchaserbox{
  112. width: 100%;
  113. height: 470rpx;
  114. }
  115. .jindu{
  116. width: 100%;
  117. height: 300rpx;
  118. .jindu-box{
  119. width: 100%;
  120. padding-left: 30rpx;
  121. padding-right: 30rpx;
  122. .jindu-boxche{
  123. width: 100%;
  124. height: 46rpx;
  125. display: flex;
  126. align-items: center;
  127. height: 50rpx;
  128. .jindu-name{
  129. width: 120rpx;
  130. font-size: 28rpx;
  131. color: #666666;
  132. }
  133. .jindu-zxl{
  134. width: 120rpx;
  135. font-size: 26rpx;
  136. margin-left: 16rpx;
  137. color: #666666;
  138. text-align: center;
  139. }
  140. }
  141. }
  142. }
  143. }
  144. //时间切换的样式
  145. .boxtittab {
  146. width: 100;
  147. height: 92rpx;
  148. background: #FFFFFF;
  149. border: 1px solid #E0E0E0;
  150. display: flex;
  151. align-items: center;
  152. .tabbox {
  153. flex: 1;
  154. height: 100%;
  155. text-align: center;
  156. line-height: 92rpx;
  157. color: #666666;
  158. font-size: 28rpx;
  159. display: flex;
  160. justify-content: center;
  161. .activecllasscet {
  162. width: 96rpx;
  163. border-bottom: 2px solid #2671E2;
  164. }
  165. }
  166. }
  167. //多个格子的样式
  168. .boxzonglan {
  169. width: 100%;
  170. min-height: 496rpx;
  171. background: #FFFFFF;
  172. padding: 30rpx 30rpx 30rpx 30rpx;
  173. .zonglantit {
  174. font-size: 30rpx;
  175. color: #333333;
  176. font-family: PingFangSC-Semibold, PingFang SC;
  177. font-weight: 600;
  178. }
  179. .zonglanbox {
  180. width: 100%;
  181. display: flex;
  182. flex-wrap: wrap;
  183. margin-top: 24rpx;
  184. .grid {
  185. width: 50%;
  186. height: 128rpx;
  187. border: 1px solid #E0E0E0;
  188. .audonum {
  189. color: #666666;
  190. text-indent: 40rpx;
  191. font-size: 26rpx;
  192. margin-top: 20rpx;
  193. }
  194. .num {
  195. color: #333333;
  196. text-indent: 40rpx;
  197. font-size: 32rpx;
  198. font-weight: 600;
  199. margin-top: 10rpx;
  200. }
  201. }
  202. }
  203. }
  204. </style>