consoledesk.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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. .navigtion {
  14. background-image: url('https://o.nczyzs.com/xcx/aaa/indextopmsg.png?x-oss-process=image/resize,w_400');
  15. background-repeat: no-repeat;
  16. background-size: 100%;
  17. }
  18. .indextopbox {
  19. padding: 48rpx 32rpx 36rpx;
  20. z-index: 9;
  21. }
  22. .headimg {
  23. display: block;
  24. width: 120rpx;
  25. height: 120rpx;
  26. border-radius: 60rpx;
  27. }
  28. .name {
  29. max-width: 180rpx;
  30. margin-top: 16rpx;
  31. margin-bottom: 16rpx;
  32. white-space: nowrap;
  33. overflow: hidden;
  34. text-overflow: ellipsis;
  35. }
  36. .toprightbox {
  37. display: block;
  38. margin-left: 38rpx;
  39. }
  40. .toprightbox image {
  41. display: block;
  42. width:auto;
  43. height: 32rpx;
  44. margin: 0 auto 18rpx;
  45. }
  46. .toprightbox text {
  47. position: absolute;
  48. top: -2rpx;
  49. right: 6rpx;
  50. width: 16rpx;
  51. height: 16rpx;
  52. background-image: linear-gradient(#e32c1c,
  53. #e32c1c),
  54. linear-gradient(#fc3771,
  55. #fc3771);
  56. border-radius: 50%;
  57. }
  58. .szhccgxImg {
  59. width: 30rpx;
  60. height: 30rpx;
  61. }
  62. .consoledesk-title1 {
  63. display: flex;
  64. align-items: center;
  65. padding: 0px 20rpx;
  66. justify-content: space-between;
  67. }
  68. .leftTitle {
  69. display: flex;
  70. align-items: center;
  71. }
  72. .rightTitle {
  73. display: flex;
  74. align-items: center;
  75. font-size: 24rpx;
  76. color: #9DB6CF;
  77. }
  78. .rightArrow {
  79. width: 35rpx;
  80. height: 35rpx;
  81. }
  82. .ml10 {
  83. margin-left: 18rpx;
  84. }
  85. .text-title1 {
  86. font-size: 32rpx;
  87. color: #384855;
  88. font-weight: 600;
  89. }
  90. .indexdatabox {
  91. display: block;
  92. width: 686rpx;
  93. margin: 0 auto;
  94. position: relative;
  95. z-index: 8;
  96. background-color: #ffffff;
  97. background-color: #ffffff;
  98. box-shadow: 0px 5rpx 16rpx 0px rgba(46, 88, 254, 0.12);
  99. border-radius: 14rpx;
  100. padding: 20rpx 0 10rpx;
  101. margin-top: 28rpx;
  102. }
  103. .consoleBox1 {
  104. padding: 30rpx 20rpx;
  105. }
  106. .consoleBox1,.consoleBox2 {
  107. display: flex;
  108. }
  109. .align-center {
  110. align-items: center;
  111. }
  112. .font24 {
  113. font-size: 24rpx;
  114. }
  115. .font32 {
  116. font-size: 32rpx;
  117. }
  118. .fontw600 {
  119. font-weight: 600;
  120. }
  121. .color384855 {
  122. color: #384855;
  123. }
  124. .line1 {
  125. width: 1rpx;
  126. height: 60rpx;
  127. background-color: #384855;
  128. }
  129. .flex-sub {
  130. flex:1;
  131. }
  132. .flex-column {
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. .consoleBox3 {
  137. width: 200rpx;
  138. }
  139. .numbox {
  140. font-family: PingFang-SC-Bold, Source Han Sans CN Black;
  141. font-size: 34rpx;
  142. margin-bottom: 12rpx;
  143. line-height: 32rpx;
  144. color: #3c3b3b;
  145. }
  146. .numtext {
  147. font-size: 24rpx;
  148. font-family: PingFangSC-Medium, Source Han Sans CN Medium;
  149. color: #333333;
  150. opacity: 0.5;
  151. }
  152. .indexdatabox .leftbox text {
  153. display: block;
  154. position: absolute;
  155. bottom: 0%;
  156. right: 0;
  157. border-right: 2rpx solid #ccc;
  158. opacity: 0.4;
  159. height: 48rpx;
  160. }
  161. .rightbox {
  162. position: relative;
  163. top: 30rpx;
  164. height: 142rpx;
  165. border-left: 2rpx solid rgba(204, 204, 204, 0.2);
  166. }
  167. .rightbox .numbox {
  168. margin-top: 12rpx;
  169. margin-bottom: 18rpx;
  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. .bimg{
  226. width: 90rpx;
  227. height: 84rpx;
  228. }
  229. .c-box-item {
  230. width: 224rpx;
  231. height: 122rpx;
  232. background: #FFFFFF;
  233. box-shadow: 0px 4rpx 16rpx 0rpx rgba(36,158,251,0.2);
  234. border-radius: 10rpx;
  235. display: flex;
  236. }
  237. .ml16 {
  238. margin-left: 16rpx;
  239. }
  240. .c-box-item-1 {
  241. font-size: 28rpx;
  242. color: #384855;
  243. letter-spacing: 0;
  244. font-weight: 400;
  245. }
  246. .flex-row {
  247. display: flex;
  248. }
  249. .c-box-item-2 {
  250. font-size: 22rpx;
  251. color: #9DB6CF;
  252. letter-spacing: 0;
  253. font-weight: 400;
  254. }
  255. .c-box-img1 {
  256. width: 72rpx;
  257. height: 100%;
  258. display: flex;
  259. justify-content: center;
  260. align-items: center;
  261. }
  262. .justify-center {
  263. justify-content: center;
  264. }
  265. .line2 {
  266. width: 100%;
  267. height: 16rpx;
  268. background: #F0F4F7;
  269. }
  270. .c-content-text {
  271. }
  272. .cimg {
  273. width: 36rpx;
  274. }
  275. .justify-end {
  276. justify-content: flex-end;
  277. }
  278. .justify-start {
  279. justify-content: flex-start;
  280. }
  281. .align-end {
  282. align-items: flex-end;
  283. }
  284. .align-start {
  285. align-items: flex-start;
  286. }
  287. .mt50 {
  288. margin-top: 50rpx;
  289. }
  290. .mt32 {
  291. margin-top: 32rpx;
  292. }
  293. .mt18 {
  294. margin-top: 18rpx;
  295. }
  296. .orgName{
  297. max-width: 190rpx;
  298. }
  299. .uneditbox{
  300. display: block;
  301. width: 28rpx;
  302. height: 28rpx;
  303. position: absolute;
  304. right: 20rpx;
  305. top: 50%;
  306. margin-top: -14rpx;
  307. }