index.less 3.6 KB

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