new_recover.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. body {
  2. font-family: "microsoft yahei";
  3. color: #333;
  4. }
  5. #app {
  6. min-width: 1024px;
  7. height: 100%;
  8. }
  9. p {margin-bottom: 0; margin-top: 0;}
  10. .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
  11. .re-title .team{font-size: 14px;color: #333;display: inline-block;}
  12. .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
  13. .re-title{border-bottom:solid 1px #ededed;}
  14. .lh28 {line-height: 28px;}
  15. .plr5 {padding-left: 5px; padding-right: 5px;}
  16. .c-12b7f5 {color: #12b7f5;)}
  17. .bgc-12b7f5 {background-color: #12b7f5;}
  18. .bgc-e1e1e1 {background-color: #e1e1e1;}
  19. .w40 {width: 32px; height: 24px; text-indent: 0.5em;}
  20. .w60 {width: 60px;}
  21. .w80 {width: 80px;}
  22. .lh18 {height: 18px; line-height: 18px;}
  23. .lh24 {height: 24px; line-height: 24px;}
  24. .h30 {height: 30px; line-height: 30px}
  25. .lh40 {line-height: 40px}
  26. .cur-pit {cursor: pointer;}
  27. .set-photo, .set-photo img {
  28. height: 45px;
  29. width: 45px;
  30. border-radius: 50%;
  31. margin: 0 auto;
  32. }
  33. .set-photo.imgw80, .set-photo.imgw80 img {
  34. width: 80px;
  35. height: 80px;
  36. }
  37. .w300 {width: 300px;}
  38. .c-h100 {height: 100%;}
  39. .c-h100-41 {height: calc(100% - 41px);}
  40. .c-h100-99 {height: calc(100% - 99px);}
  41. .c-h100-79 {height: calc(100% - 79px);}
  42. .w-100-66 {width: calc(100% - 66px);}
  43. .w-100-78 {width: calc(100% - 78px);}
  44. .w-100-300 {width: calc(100% - 301px);}
  45. .muban_con {
  46. width: 400px;
  47. margin: 0 auto;
  48. }
  49. .muban_con li {
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. border-radius: 5px;
  54. border: 1px solid #12b7f5;
  55. cursor: pointer;
  56. }
  57. .addmuban-btn {
  58. background: #12b7f5 url(../images/xinzeng_icon.png) no-repeat no-repeat 40% 9px;
  59. }
  60. ul {
  61. list-style: none;
  62. }
  63. .set-label span {
  64. background: url(../images/dianxuan_btn.png) no-repeat no-repeat 0px center;
  65. background-size: 15px 15px;
  66. }
  67. .set-label span:hover, .set-label span.active {
  68. background: url(../images/dianxuan_pre.png) no-repeat no-repeat 0px center;
  69. background-size: 15px 15px;
  70. }
  71. .search-input {
  72. border: 0;
  73. outline: none;
  74. height: 34px;
  75. width: calc(100% - 50px);
  76. }
  77. .search-btn {
  78. width: 30px;
  79. height: 34px;
  80. background: url(../../../images/sousuo_icon.png) no-repeat no-repeat center center;
  81. cursor: pointer;
  82. }
  83. .set-arrow {
  84. background: url(../images/shouqi_jiantou_icon.png) no-repeat no-repeat 0px center;
  85. background-size: 9px 9px;
  86. }
  87. .set-arrow.active {
  88. background: url(../images/zhankai_jiantou_icon.png) no-repeat no-repeat 0px center;
  89. background-size: 9px 9px;
  90. }
  91. .border-c12b7f5 {
  92. border-color: #12b7f5;
  93. }
  94. .bgc-green {background-color: #4dcd70;}
  95. .bgc-d7dce6 {background-color: #d7dce6;}
  96. .b-r-3 {border-radius: 3px;}
  97. .txt-ells {
  98. overflow: hidden;
  99. white-space: nowrap;
  100. text-overflow: ellipsis;
  101. }
  102. .bgc-4dcd70 {background-color: #4dcd70;}
  103. .bgc-55cefc {background-color: #55cefc;}
  104. .c-red {color: red;}
  105. .sub-tap {
  106. width: 18px;
  107. height: 18px;
  108. background: url(../images/qingchu_icon.png) no-repeat no-repeat right top;
  109. background-size: 18px 18px;
  110. }
  111. .w-50 {width: 50%;}
  112. .set-qiehuan {
  113. right: 10px;
  114. top: 15px;
  115. width: 25px;
  116. height: 25px;
  117. background: url(../images/qiehuan_btn.png) no-repeat no-repeat scroll 0px 0px;
  118. background-size: 25px 25px;
  119. }
  120. .set-qiehuan:hover {
  121. background: url(../images/qiehuan_ben_pre.png) no-repeat no-repeat scroll 0px 0px;
  122. background-size: 25px 25px;
  123. }
  124. .bgc-999 {background-color: #999;}
  125. .w100 {width: 100px;}
  126. .set-xia {
  127. background: url(../../../images/tiaozhuan_xia_icon.png) no-repeat no-repeat 85px center;
  128. background-size: 8px 4px;
  129. }
  130. .set-shang {
  131. background: url(../../../images/tiaozhuan_shang_icon.png) no-repeat no-repeat 85px center;
  132. background-size: 8px 4px;
  133. }
  134. .doc_list {
  135. left: 0;
  136. top: 16px;
  137. width: 98px;
  138. z-index: 999;
  139. background-color: #ffffff;
  140. }
  141. .doc_list li:hover {
  142. background-color: #e1e1e1;
  143. }
  144. .set-blue-span {
  145. top: 10px;
  146. left: 0px;
  147. width: 3px;
  148. height: 20px;
  149. background-color:#12b7f5;;
  150. }
  151. .set-right-arraw {
  152. background: url(../images/zhixiang_icon.png) no-repeat no-repeat right center;
  153. background-size: 14px 14px;
  154. }
  155. .f-w500 {
  156. font-weight: 500;
  157. }