manbingguanli.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. .lin-sel-group {
  2. position: fixed;
  3. top: 45px;
  4. background: #fff;
  5. width: 100%;
  6. z-index: 11;
  7. display: none;
  8. max-height: 260px;
  9. overflow: scroll;
  10. overflow-x: hidden;
  11. overflow-y: scroll;
  12. }
  13. .lin-sel-group li {
  14. text-align: center;
  15. color: #17b3ec;
  16. height: 40px;
  17. line-height: 40px;
  18. font-size: 16px;
  19. border-bottom: 1px solid #f2f4f6;
  20. }
  21. .lin-sel-group img {
  22. width: 20px;
  23. margin: 10px;
  24. display: none;
  25. }
  26. .lin-sel-group li.checked img {
  27. display: inline;
  28. }
  29. .lin-mask {
  30. position: absolute;
  31. top: 45px;
  32. height: 100%;
  33. width: 100%;
  34. /*background: #000;*/
  35. height: 100%;
  36. z-index: 10;
  37. display: none;
  38. background-color: rgba(0, 0, 0, 0.5);
  39. }
  40. .lin-down-arrow {
  41. position: relative;
  42. top: -2px;
  43. left: 5px;
  44. height: 10px;
  45. width: 10px;
  46. border-bottom: 3px solid #fff;
  47. border-right: 3px solid #fff;
  48. display: inline-block;
  49. transform: rotate(45deg);
  50. -ms-transform: rotate(45deg);
  51. /* IE 9 */
  52. -moz-transform: rotate(45deg);
  53. /* Firefox */
  54. -webkit-transform: rotate(45deg);
  55. /* Safari 和 Chrome */
  56. -o-transform: rotate(45deg);
  57. /* Opera */
  58. zoom: 1;
  59. box-sizing: border-box;
  60. }
  61. .mb-head {
  62. background-color: #17B3EC;
  63. padding: 15px 0px 10px 0px;
  64. color: #fff;
  65. font-size: 14px;
  66. text-align: center;
  67. }
  68. .mb-head .tit {
  69. /*color: #a3e6fe;*/
  70. color: #fff;
  71. opacity: 0.8;
  72. font-size: 12px;
  73. }
  74. .mb-head .important-info img {
  75. height: 14px;
  76. vertical-align: middle;
  77. margin-right: 5px;
  78. }
  79. .mb-head .num {
  80. font-size: 24px;
  81. font-weight: bold;
  82. margin-bottom: 10px;
  83. }
  84. .mb-tag {
  85. display: -webkit-box;
  86. width: 100%;
  87. }
  88. .mb-tag li {
  89. width: 33.33333333%;
  90. }
  91. .mb-tag li div:nth-child(1) {
  92. font-size: 20px;
  93. font-weight: bold;
  94. }
  95. .demo-comtop {
  96. box-shadow: none;
  97. -webkit-box-shadow: none;
  98. }
  99. .h45 {
  100. height: 44px;
  101. }
  102. .mb-nav-tit {
  103. position: relative;
  104. color: #333;
  105. border-bottom: solid 1px #dcdcdc;
  106. }
  107. .mb-icon-notice {
  108. width: 25px;
  109. height: 40px;
  110. background: url('../images/icon_tishi.png') no-repeat;
  111. background-size: 14px 14px;
  112. background-position: center;
  113. }
  114. .mb-nav-line {
  115. padding: 0px 10px;
  116. display: -webkit-box;
  117. -webkit-box-align: center;
  118. }
  119. .mb-nav-line .man {
  120. height: 40px;
  121. padding-left: 36px;
  122. background: url('../images/icon_yujing.png') no-repeat;
  123. background-size: 28px 28px;
  124. background-position: left center;
  125. line-height: 40px;
  126. font-size: 16px;
  127. }
  128. .mb-nav {
  129. background-color: #fff;
  130. margin-top: 10px;
  131. border-top: solid 1px #dcdcdc;
  132. border-bottom: solid 1px #dcdcdc;
  133. }
  134. .mb-nav-tit .set {
  135. position: absolute;
  136. right: 10px;
  137. top: 10px;
  138. font-size: 14px;
  139. color: #17B3EC;
  140. }
  141. .mb-nav-text {
  142. padding: 10px 0;
  143. display: -webkit-box;
  144. width: 90%;
  145. margin: 0 auto;
  146. }
  147. .mb-nav-text .one {
  148. padding-left: 50px;
  149. width: 50%;
  150. }
  151. /*.mb-nav-text .one:first-child {
  152. margin-right: 10%;
  153. }*/
  154. .mb-nav-text .one div:nth-child(1) {
  155. color: #909090;
  156. font-size: 14px;
  157. }
  158. .mb-nav-text .one div:nth-child(2) {
  159. font-size: 20px;
  160. font-weight: bold;
  161. color: #333;
  162. }
  163. .mb-nav-text .one.icon-xuetang {
  164. background: url('../images/icon_xuetang.png') no-repeat;
  165. background-size: 24px 24px;
  166. background-position: 15px center;
  167. }
  168. .mb-nav-text .one.icon-xueya {
  169. background: url('../images/icon_xueya.png') no-repeat;
  170. background-size: 24px 24px;
  171. background-position: 15px center;
  172. }
  173. .mb-switch {
  174. display: -webkit-box;
  175. -webkit-box-align: center;
  176. }
  177. .mb-switch .man {
  178. height: 24px;
  179. line-height: 24px;
  180. font-size: 14px;
  181. color: #909090;
  182. padding-left: 10px;
  183. }
  184. .mb-nav-foot {
  185. position: relative;
  186. }
  187. .mb-nav-foot .switch {
  188. width: 42px;
  189. height: 28px;
  190. position: absolute;
  191. right: 10px;
  192. top: 7px;
  193. background: url('../images/toggle_off.png') no-repeat;
  194. background-size: contain;
  195. }
  196. .mb-nav-foot .switch.active {
  197. background: url('../images/toggle_on.png') no-repeat;
  198. background-size: contain;
  199. }
  200. .mb-sec-check {
  201. padding-left: 10px;
  202. margin-top: 10px;
  203. border-top: solid 1px #dcdcdc;
  204. border-bottom: solid 1px #dcdcdc;
  205. height: 40px;
  206. line-height: 40px;
  207. font-size: 16px;
  208. color: #333;
  209. display: -webkit-box;
  210. background: url('../images/icon_jinru.png') no-repeat;
  211. background-size: 9px 18px;
  212. background-position: calc(100% - 10px) center;
  213. background-color: #fff;
  214. }
  215. .mb-pic-chart {
  216. margin-top: 10px;
  217. background-color: #fff;
  218. border-top: solid 1px #dcdcdc;
  219. border-bottom: solid 1px #dcdcdc;
  220. }
  221. .mb-nav-line .name {
  222. height: 40px;
  223. padding-left: 36px;
  224. background: url('../images/icon_dabiao.png') no-repeat;
  225. background-size: 28px 28px;
  226. background-position: left center;
  227. line-height: 40px;
  228. font-size: 16px;
  229. }
  230. .mb-pic-chart .text {
  231. width: 50%;
  232. height: 147px;
  233. display: -webkit-flex;
  234. -webkit-justify-content: center;
  235. display: flex;
  236. justify-content: center;
  237. position: relative;
  238. }
  239. .mb-flex {
  240. display: flex;
  241. display: -webkit-flex;
  242. padding: 15px 0px;
  243. }
  244. .mb-pic-chart .inside {
  245. width: 100%;
  246. position: absolute;
  247. top: 0px;
  248. left: 0px;
  249. text-align: center;
  250. }
  251. .mb-pic-chart .inside p:nth-child(1) {
  252. font-size: 18px;
  253. color: #17B3EC;
  254. font-weight: bold;
  255. margin-top: 43px;
  256. }
  257. .mb-pic-chart .inside p:nth-child(2) {
  258. font-size: 12px;
  259. color: #999;
  260. }
  261. .mb-pic-chart .inside p:nth-child(3) {
  262. font-size: 14px;
  263. color: #666;
  264. margin-top: 42px;
  265. }
  266. /************************** 重点关注页面样式 *******************************/
  267. .bgc-59ce35{
  268. background-color: #59ce35;
  269. }
  270. .bgc-2fb499{
  271. background-color: #2fb499;
  272. }
  273. .bgc-17b3ec{
  274. background-color: #17b3ec;
  275. }
  276. .c-323232{
  277. color: #323232;
  278. }
  279. .c-f25{
  280. font-size: 25px;
  281. }
  282. .all-people{
  283. position: relative;
  284. }
  285. .all-people:after{
  286. content: '';
  287. position: absolute;
  288. height: 25px;
  289. width: 1px;
  290. background-color: #e1e1e1;
  291. top: 50%;
  292. margin-top: -13px;
  293. right: 0;
  294. }
  295. .img-cycle-div{
  296. display: inline-block;
  297. width: 34px;
  298. height: 34px;
  299. border-radius: 50%;
  300. background-color: #eff7fc;
  301. padding: 5px;
  302. }
  303. .header-icon{
  304. display: inline-block;
  305. width: 22px;
  306. height: 22px;
  307. border-radius: 50%;
  308. padding: 4px;
  309. }
  310. .header-icon img{
  311. width: 14px;
  312. }
  313. .icon-notice{
  314. display: inline-block;
  315. width: 14px;
  316. height: 14px;
  317. background: url(../images/icon_tishi.png) no-repeat;
  318. background-size: 14px 14px;
  319. background-position: center;
  320. }
  321. .pie-chart .text{
  322. position: absolute;
  323. width: 100px;
  324. height: 42px;
  325. top: 50%;
  326. margin-top: -21px;
  327. }
  328. .tag-box{
  329. display: inline-block;
  330. width: 7px;
  331. height: 7px;
  332. margin-right: 10px;
  333. }
  334. .switch-box{
  335. /*height: 30px;
  336. line-height: 30px;*/
  337. border: 1px solid #17b3ec;
  338. border-radius: 15px;
  339. text-align: center;
  340. }
  341. .switch-box span{
  342. width: 40px;
  343. display: inline-block;
  344. border-radius: 15px;
  345. color: #17b3ec;
  346. height: 30px;
  347. line-height: 30px;
  348. }
  349. .switch-box span.active{
  350. color: #fff;
  351. background-color: #17B3EC;
  352. /*border: 1px solid #17B3EC;*/
  353. }
  354. .cycle-div{
  355. width: 50px;
  356. height: 50px;
  357. line-height: 50px;
  358. border-radius: 50%;
  359. text-align: center;
  360. margin: 0 auto;
  361. }
  362. .border-red{
  363. border: 1px solid #ff4c4c;
  364. }
  365. .border-green{
  366. border: 1px solid #48d047;
  367. }
  368. .border-blue{
  369. border: 1px solid #17b3ec;
  370. }
  371. .mui-loading{
  372. margin: 0 auto;
  373. }