index.less 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. @import "~@less/variables.less";
  2. .assess-cont{
  3. padding: 15px;
  4. }
  5. .assess-item{
  6. h2{
  7. line-height: 40px;
  8. font-size: 16px;
  9. /*background: #e5eefe;*/
  10. padding: 0 15px;
  11. font-weight: bold;
  12. }
  13. .item-content{
  14. padding: 0 15px;
  15. .choose-item{
  16. margin-right: 12px;
  17. display: inline-block;
  18. i{
  19. color: @blue;
  20. }
  21. }
  22. input[type=checkbox]{
  23. width: 14px;
  24. height: 14px;
  25. vertical-align: middle;
  26. margin-right: 4px;
  27. background-color: #fff;
  28. -webkit-appearance: none;
  29. border: 1px solid #c9c9c9;
  30. border-radius: 4px;
  31. outline: none;
  32. cursor: pointer;
  33. }
  34. }
  35. li {
  36. line-height: 35px;
  37. white-space: nowrap;
  38. width: 100%;
  39. overflow: hidden;
  40. text-overflow: ellipsis;
  41. .row{
  42. display: inline-block;
  43. }
  44. .results{
  45. position: relative;
  46. }
  47. .chooseItem{
  48. display: inline-block;
  49. margin-right: 10px;
  50. .recomand{
  51. color: @blue;
  52. }
  53. }
  54. .scale{
  55. color: @blue;
  56. cursor: pointer;
  57. }
  58. .blue{
  59. color:#3B9ED0;
  60. cursor: pointer;
  61. }
  62. .blue + img{
  63. vertical-align: middle;
  64. }
  65. .recommend{
  66. max-width: 200px;
  67. float: right;
  68. color: #929292;
  69. cursor: pointer;
  70. }
  71. }
  72. .edit-row{
  73. width: 100%;
  74. border:1px @placeholder-color solid;
  75. border-radius: 4px;
  76. padding: 5px;
  77. }
  78. .cont{
  79. display: inline-block;
  80. min-width: 302px;
  81. width: 49%;
  82. height: 250px;
  83. margin: 15px 0 5px;
  84. position: relative;
  85. .chart-box{
  86. width: 100%;
  87. height: 100%;
  88. }
  89. }
  90. .cont:nth-child(odd){
  91. /*margin-right: 2%;*/
  92. }
  93. .time-range{
  94. position: absolute;
  95. bottom: 224px;
  96. /*top: 26px;*/
  97. z-index: 2;
  98. width: 100%;
  99. text-align: center;
  100. /*margin-left: 18px;*/
  101. .range{
  102. display: inline-block;
  103. border:1px #DFDFDF solid;
  104. border-radius: 10px;
  105. background: #fff;
  106. padding: 5px 10px;
  107. margin-right: 10px;
  108. font-size: 12px;
  109. cursor: pointer;
  110. &.on{
  111. background: @blue;
  112. color: #fff;
  113. border-color: @blue;
  114. }
  115. }
  116. }
  117. }
  118. .printShow {
  119. display: none;
  120. }
  121. .footer{
  122. .print{
  123. .btnCom;
  124. width: 111px;
  125. height: 34px;
  126. line-height: 34px;
  127. background: #fff;
  128. margin-right: 20px;
  129. img{
  130. width: 20px;
  131. vertical-align: middle;
  132. margin-right: 4px;
  133. }
  134. }
  135. .okBtn{
  136. .btnCom;
  137. width: 80px;
  138. height: 34px;
  139. line-height: 32px;
  140. border: 1px solid #3B9ED0;
  141. box-sizing: border-box;
  142. margin-left: 20px;
  143. background: #3B9ED0;
  144. color: #fff;
  145. float: right;
  146. margin-right: 20px;
  147. }
  148. }
  149. .forMulBtn{
  150. .btnCom;
  151. height: 32px;
  152. line-height: 32px;
  153. color: #fff;
  154. background: #3B9ED0;
  155. margin-top: 15px;
  156. cursor: pointer;
  157. }
  158. .textareaStatic {
  159. display: none;
  160. line-height: 20px;
  161. white-space: pre;
  162. *white-space: pre;
  163. *word-wrap: break-word;
  164. border: 1px solid #bfbfbf;
  165. border-radius: 4px;
  166. padding: 5px;
  167. }
  168. .legend{
  169. padding: 0 36px;
  170. /*margin-bottom: 15px;*/
  171. &>div{
  172. display: inline-block;
  173. margin-top: 10px;
  174. }
  175. span{
  176. margin-right: 20px;
  177. }
  178. img{
  179. vertical-align: middle;
  180. width: 18px;
  181. margin-right: 3px;
  182. }
  183. }
  184. .loading{
  185. text-align: center;
  186. position: absolute;
  187. top: 49%;
  188. left: 49%;
  189. img{
  190. width: 40px;
  191. }
  192. }
  193. .no-data{
  194. color: #a5a3a3;
  195. text-align: center;
  196. margin-top: 40px;
  197. font-size: 18px;
  198. font-weight: bold;
  199. }
  200. .deleteIcon, .deleteIconNo {
  201. width: 20px;
  202. }
  203. .deleteIconNo {
  204. display: block;
  205. }
  206. .deleteIcon {
  207. display: none;
  208. }
  209. .recommend:hover {
  210. .deleteIcon {
  211. display: block;
  212. }
  213. .deleteIconNo {
  214. display: none;
  215. }
  216. }
  217. @media print {
  218. .printShow,.textareaStatic {
  219. display: block;
  220. }
  221. .deleteIcon,.edit-row {
  222. display: none;
  223. }
  224. }