consoledesk.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. page {
  2. background-color: #ffffff;
  3. display: block;
  4. width: 100%;
  5. height: 100%;
  6. overflow: auto;
  7. }
  8. .topImg {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. }
  13. .indextopbox {
  14. padding: 48rpx 32rpx 36rpx;
  15. z-index: 9;
  16. }
  17. .headimg {
  18. display: block;
  19. width: 120rpx;
  20. height: 120rpx;
  21. border-radius: 60rpx;
  22. }
  23. .name {
  24. margin-top: 16rpx;
  25. margin-bottom: 16rpx;
  26. }
  27. .toprightbox {
  28. display: block;
  29. margin-left: 38rpx;
  30. }
  31. .toprightbox image {
  32. display: block;
  33. width:auto;
  34. height: 32rpx;
  35. margin: 0 auto 18rpx;
  36. }
  37. .toprightbox text {
  38. position: absolute;
  39. top: -2rpx;
  40. right: 6rpx;
  41. width: 16rpx;
  42. height: 16rpx;
  43. background-image: linear-gradient(#e32c1c,
  44. #e32c1c),
  45. linear-gradient(#fc3771,
  46. #fc3771);
  47. border-radius: 50%;
  48. }
  49. .szhccgxImg {
  50. width: 30rpx;
  51. height: 30rpx;
  52. }
  53. .consoledesk-title1 {
  54. display: flex;
  55. align-items: center;
  56. padding: 0px 20rpx;
  57. justify-content: space-between;
  58. }
  59. .leftTitle {
  60. display: flex;
  61. align-items: center;
  62. }
  63. .rightTitle {
  64. display: flex;
  65. align-items: center;
  66. font-size: 24rpx;
  67. color: #9DB6CF;
  68. }
  69. .rightArrow {
  70. width: 35rpx;
  71. height: 35rpx;
  72. }
  73. .ml10 {
  74. margin-left: 18rpx;
  75. }
  76. .text-title1 {
  77. font-size: 32rpx;
  78. color: #384855;
  79. font-weight: 600;
  80. }
  81. .indexdatabox {
  82. display: block;
  83. width: 686rpx;
  84. margin: 0 auto;
  85. position: relative;
  86. z-index: 8;
  87. background-color: #ffffff;
  88. background-color: #ffffff;
  89. box-shadow: 0px 5rpx 16rpx 0px rgba(46, 88, 254, 0.12);
  90. border-radius: 14rpx;
  91. padding: 20rpx 0 10rpx;
  92. margin-top: 28rpx;
  93. }
  94. .consoleBox1 {
  95. padding: 30rpx 20rpx;
  96. }
  97. .consoleBox1,.consoleBox2 {
  98. display: flex;
  99. }
  100. .align-center {
  101. align-items: center;
  102. }
  103. .font24 {
  104. font-size: 24rpx;
  105. }
  106. .font32 {
  107. font-size: 32rpx;
  108. }
  109. .fontw600 {
  110. font-weight: 600;
  111. }
  112. .color384855 {
  113. color: #384855;
  114. }
  115. .line1 {
  116. width: 1rpx;
  117. height: 60rpx;
  118. background-color: #384855;
  119. }
  120. .flex-sub {
  121. flex:1;
  122. }
  123. .flex-column {
  124. display: flex;
  125. flex-direction: column;
  126. }
  127. .consoleBox3 {
  128. width: 200rpx;
  129. }
  130. .numbox {
  131. font-family: PingFang-SC-Bold, Source Han Sans CN Black;
  132. font-size: 34rpx;
  133. margin-bottom: 12rpx;
  134. line-height: 32rpx;
  135. color: #3c3b3b;
  136. }
  137. .numtext {
  138. font-size: 24rpx;
  139. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  140. color: #333333;
  141. opacity: 0.5;
  142. }
  143. .indexdatabox .leftbox text {
  144. display: block;
  145. position: absolute;
  146. bottom: 0%;
  147. right: 0;
  148. border-right: 2rpx solid #ccc;
  149. opacity: 0.4;
  150. height: 48rpx;
  151. }
  152. .rightbox {
  153. position: relative;
  154. top: 30rpx;
  155. height: 142rpx;
  156. border-left: 2rpx solid rgba(204, 204, 204, 0.2);
  157. }
  158. .rightbox .numbox {
  159. margin-top: 12rpx;
  160. margin-bottom: 18rpx;
  161. }
  162. .mainbox {
  163. margin-top: 51rpx;
  164. }
  165. .mainbox image {
  166. display: block;
  167. width: 118rpx;
  168. height: 118rpx;
  169. margin: 0 auto;
  170. }
  171. .unaysjoin {
  172. margin-top: 40%;
  173. }
  174. .unpermissimg {
  175. width: 80%;
  176. margin: 60px auto 20px;
  177. }
  178. .unaysjoin .unpermisstext {
  179. font-size: 30rpx;
  180. }
  181. .gray {
  182. -webkit-filter: grayscale(100%);
  183. -moz-filter: grayscale(100%);
  184. -ms-filter: grayscale(100%);
  185. -o-filter: grayscale(100%);
  186. filter: grayscale(100%);
  187. filter: gray;
  188. opacity:0.7;
  189. }
  190. .contentBox1 {
  191. padding: 0rpx 30rpx;
  192. }
  193. .c-title1 {
  194. display: flex;
  195. align-items: center;
  196. }
  197. .c-img12 {
  198. width: 28rpx;
  199. height: 28rpx;
  200. }
  201. .c-name {
  202. font-size: 32rpx;
  203. color: #384855;
  204. letter-spacing: 0;
  205. font-weight: 600;
  206. margin-left: 12rpx;
  207. }
  208. .c-tips {
  209. font-size: 24rpx;
  210. color: #9DB6CF;
  211. letter-spacing: 0;
  212. font-weight: 400;
  213. margin-left: 24rpx;
  214. margin-top: 10rpx;
  215. }
  216. .c-box-content {
  217. display: flex;
  218. margin: 24rpx auto;
  219. }
  220. .c-img23 {
  221. width: 40rpx;
  222. height: 49rpx;
  223. /* box-shadow: 0 2px 4px 0 rgba(50,151,255,0.40); */
  224. }
  225. .c-box-item {
  226. width: 224rpx;
  227. height: 122rpx;
  228. background: #FFFFFF;
  229. box-shadow: 0px 4rpx 16rpx 0rpx rgba(36,158,251,0.2);
  230. border-radius: 10rpx;
  231. display: flex;
  232. }
  233. .ml16 {
  234. margin-left: 16rpx;
  235. }
  236. .c-box-item-1 {
  237. font-size: 28rpx;
  238. color: #384855;
  239. letter-spacing: 0;
  240. font-weight: 400;
  241. }
  242. .flex-row {
  243. display: flex;
  244. }
  245. .c-box-item-2 {
  246. font-size: 22rpx;
  247. color: #9DB6CF;
  248. letter-spacing: 0;
  249. font-weight: 400;
  250. }
  251. .c-box-img1 {
  252. width: 72rpx;
  253. height: 100%;
  254. display: flex;
  255. justify-content: center;
  256. align-items: center;
  257. }
  258. .justify-center {
  259. justify-content: center;
  260. }
  261. .line2 {
  262. width: 100%;
  263. height: 16rpx;
  264. background: #F0F4F7;
  265. }
  266. .c-content-text {
  267. }
  268. .justify-end {
  269. justify-content: flex-end;
  270. }
  271. .justify-start {
  272. justify-content: flex-start;
  273. }
  274. .align-end {
  275. align-items: flex-end;
  276. }
  277. .align-start {
  278. align-items: flex-start;
  279. }
  280. .mt50 {
  281. margin-top: 50rpx;
  282. }
  283. .mt32 {
  284. margin-top: 32rpx;
  285. }
  286. .mt18 {
  287. margin-top: 18rpx;
  288. }
  289. .orgName{
  290. max-width: 190rpx;
  291. }