大数据平台的小程序版本

index.wxss 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. page{
  2. background:#F5F6F8;
  3. padding-bottom: 70rpx;
  4. }
  5. .topView{
  6. background:#2562FF ;
  7. height: 200rpx;
  8. position: fixed;
  9. width: 100%;
  10. top: 0;
  11. }
  12. .topCaozuo{
  13. width: 690rpx;
  14. height: 90rpx;
  15. margin: auto;
  16. display: flex;
  17. align-items: center;
  18. justify-content: space-between;
  19. position: fixed;
  20. top: 0;
  21. left: 0;
  22. right: 0;
  23. background:#2562FF;
  24. z-index: 2;
  25. padding: 20rpx;
  26. }
  27. .topCaozuo .upload_white{
  28. width: 40rpx;
  29. height: 40rpx;
  30. margin-left: 80rpx;
  31. }
  32. .claimItem{
  33. width: 690rpx;
  34. height: 246rpx;
  35. background: #FFFFFF;
  36. padding: 20rpx;
  37. margin: auto;
  38. margin-top: 28rpx;
  39. position: relative;
  40. }
  41. .claimItemFirst{
  42. margin-top: 100rpx;
  43. }
  44. .claimItem .userBox{
  45. display: flex;
  46. align-items: center;
  47. padding-left: 20rpx;
  48. padding-top: 10rpx;
  49. }
  50. .claimItem .userBoxBig{
  51. display: flex;
  52. align-items: center;
  53. justify-content: space-between;
  54. }
  55. .claimItem .userBox .userImg{
  56. width: 76rpx;
  57. height: 76rpx;
  58. border-radius: 50%;
  59. }
  60. .claimItem .userBox .overdue{
  61. width: 80rpx;
  62. height: 70rpx;
  63. }
  64. .claimItem .againActivation{
  65. background: #ffffff;
  66. color: #2662FF;
  67. border: 1px solid #2662FF;
  68. font-size: 22rpx;
  69. width: 130rpx;
  70. line-height: 40rpx;
  71. padding: 0 16rpx;
  72. border-radius: 40rpx;
  73. text-align: center;
  74. margin-left: 12rpx;
  75. }
  76. .claimItem .userBox .userNameBox{
  77. margin-left: 16rpx;
  78. width: 310rpx;
  79. }
  80. .claimItem .userBox .userName{
  81. color: #101426;
  82. font-size: 28rpx;
  83. line-height: 40rpx;
  84. font-weight: bold;
  85. width: 100%;
  86. white-space: nowrap;
  87. text-overflow: ellipsis;
  88. overflow: hidden;
  89. word-break: break-all;
  90. }
  91. .claimItem .claimItemData{
  92. display: flex;
  93. align-items: center;
  94. margin-top: 20rpx;
  95. }
  96. .claimItem .claimItemData .data{
  97. width: 20%;
  98. text-align: center;
  99. }
  100. .claimItem .claimItemData .data text{
  101. color: #101426;
  102. font-size:30rpx;
  103. line-height: 42rpx;
  104. font-weight: bold;
  105. }
  106. .claimItem .claimItemData .data view{
  107. margin-top: 12rpx;
  108. color: #89899C;
  109. font-size: 24rpx;
  110. line-height: 28rpx;
  111. }
  112. .addSphButton{
  113. width: 334rpx;
  114. height: 72rpx;
  115. background: #2662FF;
  116. border-radius: 10rpx;
  117. color: #FFFFFF;
  118. font-size:28rpx;
  119. line-height: 72rpx;
  120. display: flex;
  121. align-items: center;
  122. justify-content: center;
  123. margin: auto;
  124. margin-top: 80rpx;
  125. position: relative;
  126. }
  127. .addSphButton image{
  128. width: 32rpx;
  129. height: 32rpx;
  130. margin-right: 10rpx;
  131. }
  132. .addSphButtonTop{
  133. margin: auto;
  134. background: #FFFFFF;
  135. color: #2662FF;
  136. width: 198rpx;
  137. height: 56rpx;
  138. font-size:24rpx;
  139. line-height: 34rpx;
  140. margin-left: 0;
  141. }
  142. .renNull{
  143. width: 300rpx;
  144. height: 300rpx;
  145. margin: 40rpx auto;
  146. display: block;
  147. margin-top: 160rpx;
  148. }
  149. .renNullHint{
  150. color: #888;
  151. font-size: 24rpx;
  152. text-align: center;
  153. }
  154. .claimTask{
  155. position: fixed;
  156. top: 0;
  157. left: 0;
  158. width: 100%;
  159. height: 100vh;
  160. background:rgba(0, 0, 0, 0.5) ;
  161. z-index: 3;
  162. }
  163. .claimTask .content{
  164. width: 640rpx;
  165. height: 640rpx;
  166. background: #ffffff;
  167. border-radius: 10rpx;
  168. position: absolute;
  169. top: 0;
  170. left: 0;
  171. right: 0;
  172. bottom: 0;
  173. margin: auto;
  174. color: #101426;
  175. padding: 40rpx;
  176. }
  177. .claimTask .content .ClaimTitle{
  178. font-size:38rpx ;
  179. line-height: 50rpx;
  180. font-weight: bold;
  181. text-align: center;
  182. margin-bottom: 30rpx;
  183. }
  184. .claimTask .content .ClaimHint1{
  185. font-size: 28rpx;
  186. }
  187. .claimTask .content .ClaimHint{
  188. display: flex;
  189. align-items: center;
  190. font-size: 26rpx;
  191. margin: 30rpx;
  192. }
  193. .claimTask .content .ClaimHint image{
  194. width: 34rpx;
  195. height: 34rpx;
  196. margin-right: 10rpx;
  197. }
  198. .claimTask .content .ClaimHint text{
  199. flex: 1;
  200. }
  201. .claimTask .content .ClaimHint2{
  202. color: #ff0000;
  203. font-size: 24rpx;
  204. }
  205. .buttons{
  206. display: flex;
  207. align-items: center;
  208. justify-content: space-around;
  209. margin-top: 40rpx;
  210. }
  211. .buttons .button{
  212. color: #2662FF;
  213. border: 1px solid #2662FF;
  214. font-size: 24rpx;
  215. border-radius: 60rpx;
  216. line-height: 60rpx;
  217. width: 200rpx;
  218. text-align: center;
  219. }
  220. .buttons .buttonyes{
  221. color: #ffffff;
  222. background: #2662FF;
  223. }
  224. .authorizeContent .title{
  225. text-align: center;
  226. font-size: 34rpx;
  227. line-height: 40rpx;
  228. padding-top: 43rpx;
  229. }
  230. .authorizeContent .evmCantiner{
  231. margin-top: 40rpx;
  232. position: relative;
  233. }
  234. .authorizeContent .evmCantiner .evm{
  235. width: 400rpx;
  236. height: 400rpx;
  237. display: block;
  238. margin: auto;
  239. }
  240. .authorizeContent .uploadImg{
  241. width: 400rpx;
  242. height: 400rpx;
  243. position: absolute;
  244. top: 0;
  245. left: 0;
  246. right: 0;
  247. bottom: 0;
  248. margin: auto;
  249. }
  250. .authorizeContent .claimEvmHint{
  251. font-size: 26rpx;
  252. color: #666;
  253. text-align: center;
  254. }
  255. .header{
  256. width: 160rpx;
  257. height: 23px;
  258. border-radius: 30px;
  259. color: #ffffff;
  260. font-size: 24rpx;
  261. line-height: 22px;
  262. text-align: center;
  263. background: rgba(255, 255, 255, 0.2);
  264. font-size: 24rpx;
  265. }
  266. .header .search{
  267. width: 38rpx;
  268. height: 38rpx;
  269. position: absolute;
  270. left: 30rpx;
  271. top: 50%;
  272. transform: translateY(-50%);
  273. }
  274. .header .platform_icon{
  275. width: 23rpx;
  276. height: 10rpx;
  277. vertical-align: middle;
  278. }
  279. .delete_icon{
  280. width: 40rpx;
  281. height: 40rpx;
  282. }