device-management.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /*@font-face {
  2. font-family: Muiicons;
  3. font-weight: 400;
  4. font-style: normal;
  5. src: url('../../../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3');
  6. src: url('../../../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  7. }*/
  8. @font-face {
  9. font-family: Muiicons;
  10. font-weight: normal;
  11. font-style: normal;
  12. src: url('../../../fonts/mui.ttf') format('truetype');
  13. }
  14. .c-999{color: #999;}
  15. .c-17b3ec{color: #17b3ec;}
  16. .c-btn-17b3ec{
  17. background-color: #17b3ec;
  18. font-size: 14px;
  19. border-radius: 5px;
  20. padding: 10px 15px;
  21. }
  22. .filter-label{
  23. color: #999;
  24. display: inline-block;
  25. position: relative;
  26. padding: 0 10px;
  27. }
  28. .filter-label:after{
  29. content: '';
  30. position: absolute;
  31. width: 1px;
  32. height: 15px;
  33. top: 50%;
  34. margin-top: -7px;
  35. right: 0;
  36. background-color: #e1e1e1;
  37. }
  38. .filter-label:last-child:after{
  39. width: 0;
  40. }
  41. .fa-angle-right{
  42. font-size: 20px;
  43. color: #909090;
  44. }
  45. .list-item{
  46. background-color: #fff;
  47. padding: 10px 15px;
  48. border-bottom: 1px solid #e1e1e1;
  49. }
  50. .c-checkbox, .c-radio{
  51. position: relative;
  52. width: 26px;
  53. height: 26px;
  54. display: inline-block;
  55. }
  56. .c-checkbox input[type=checkbox],
  57. .c-radio input[type=radio]{
  58. position: absolute;
  59. width: 26px;
  60. height: 26px;
  61. right: 0;
  62. top: 0;
  63. display: inline-block;
  64. border: 0;
  65. outline: 0!important;
  66. background-color: transparent;
  67. -webkit-appearance: none;
  68. }
  69. .c-checkbox input[type=checkbox]:before,
  70. .c-radio input[type=radio]:before{
  71. font-family: Muiicons;
  72. font-size: 26px;
  73. font-weight: 400;
  74. line-height: 1;
  75. text-decoration: none;
  76. color: #ccc;
  77. border-radius: 0;
  78. background: 0 0;
  79. -webkit-font-smoothing: antialiased;
  80. }
  81. .c-checkbox input[type=checkbox]:before{
  82. content: '\e411';
  83. }
  84. .c-checkbox input[type=checkbox]:checked:before,
  85. .c-radio input[type=radio]:checked:before{
  86. color: #17b3ec;
  87. }
  88. .c-checkbox input[type=checkbox]:checked:before{
  89. content: '\e442';
  90. }
  91. .check-all{
  92. display: inline-block;
  93. position: relative;
  94. width: 21px;
  95. height: 21px;
  96. background: url(../images/weixuanzhe_icon.png) no-repeat;
  97. background-size: 21px 21px;
  98. top: 7px;
  99. margin-right: 10px;
  100. }
  101. .check-all.checked{
  102. background: url(../images/queren_icon.png) no-repeat;
  103. background-size: 21px 21px;
  104. }
  105. .mui-popover.mui-popover-action .mui-table-view{
  106. color: #666;
  107. font-size: 14px;
  108. }
  109. .mui-popover.mui-popover-action .mui-table-view a:hover{
  110. color: #17b3ec;
  111. }
  112. .mui-table-view-cell>a.active{
  113. color: #17b3ec;
  114. }
  115. .header-link.disabled{
  116. opacity: 0.6;
  117. }
  118. .device-card{
  119. position: relative;
  120. display: -webkit-box;
  121. display: box;
  122. -webkit-box-pack: center;
  123. -webkit-box-align: center;
  124. box-pack: center;
  125. box-align: center;
  126. border: 1px solid #e1e1e1;
  127. border-radius: 8px;
  128. background-color: #fff;
  129. margin-top: 10px;
  130. padding: 15px 10px 15px 15px;
  131. }
  132. .img-box{
  133. width: 80px;
  134. height: 80px;
  135. border: 1px solid #e1e1e1;
  136. border-radius: 2px;
  137. padding: 2px;
  138. }
  139. .img-box>img{
  140. width: 100%;
  141. height: 100%;
  142. object-fit: contain;
  143. }
  144. .flag-box{
  145. position: absolute;
  146. top: 0;
  147. left: 0;
  148. }
  149. .flag-box>img{
  150. width: 30px;
  151. }
  152. /*选择提醒居民*/
  153. .item-li{
  154. margin-top: 10px;
  155. }
  156. .item-li:first-child{
  157. margin-top: 0;
  158. }