index.less 3.9 KB

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