index.less 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. @import "~@less/variables.less";
  2. .slideLi {
  3. // cursor: pointer;
  4. // color: #767676;
  5. position: relative;
  6. padding: 10px 0px 10px 0;
  7. border-bottom:1px dashed #989DA3;
  8. margin-top: 5px;
  9. span {
  10. display: inline-block;
  11. padding: 0 5px;
  12. box-sizing: border-box;
  13. vertical-align: middle;
  14. }
  15. i {
  16. font-style: normal;
  17. display: inline-block;
  18. vertical-align: top;
  19. padding-top: 3px;
  20. // &:before {
  21. // content: '\300C';
  22. // }
  23. // &:after {
  24. // content: '\300D';
  25. // }
  26. }
  27. &>p {
  28. cursor: pointer;
  29. color: #767676;
  30. display: inline-block;
  31. position: relative;
  32. vertical-align: top;
  33. }
  34. .partDel {
  35. width: 15px;
  36. height: 15px;
  37. margin-bottom: 11px;
  38. cursor: pointer;
  39. display: inline-block;
  40. position: absolute;
  41. right: -4px;
  42. top: 0px;
  43. background: @closeIcon;
  44. background-color: #fff;
  45. background-size: 100% 100%;
  46. }
  47. .bigname {
  48. .ellipsis;
  49. width: 400px;
  50. font-weight: bold;
  51. margin-right: 15px;
  52. }
  53. .smallname {
  54. width: 85px;
  55. margin-right: 15px;
  56. }
  57. .medType {
  58. width: 94px;
  59. cursor: pointer;
  60. margin-right: 30px;
  61. position: relative;
  62. padding: 0;
  63. a {
  64. padding: 0 5px;
  65. box-sizing: border-box;
  66. display: inline-block;
  67. border: 1px solid #AAAAAA;
  68. border-radius: 4px;
  69. width: 100%;
  70. position: relative;
  71. img{
  72. position: absolute;
  73. right: 8px;
  74. top: 9px;
  75. width: 8px;
  76. }
  77. }
  78. }
  79. .edit {
  80. width: 150px;
  81. margin-right: 15px;
  82. input {
  83. width: 100%;
  84. }
  85. img {
  86. width: 15px;
  87. position: relative;
  88. top: 3px;
  89. right: 5px;
  90. }
  91. .suifang {
  92. cursor: pointer;
  93. }
  94. }
  95. .pass {
  96. text-align: right;
  97. padding-left: 15px;
  98. box-sizing: border-box;
  99. width: 150px;
  100. margin-right: 15px;
  101. }
  102. .imgCheck {
  103. position: relative;
  104. top: 2px;
  105. margin: 0 3px 0 5px;
  106. cursor: pointer;
  107. }
  108. .selectLis {
  109. position: absolute;
  110. left: 0;
  111. top: 24px;
  112. width: 100%;
  113. background-color: #fff;
  114. box-shadow: 0 10px 20px 0 #989DA3;
  115. max-height: 100px;
  116. overflow: auto;
  117. z-index: 100;
  118. li {
  119. height: 35px;
  120. line-height: 35px;
  121. padding:0 8px;
  122. &:hover {
  123. background-color: #E2F1F8;
  124. }
  125. }
  126. }
  127. }
  128. .slideLi:hover{
  129. background:#F2F2F2;
  130. border-radius: 4px;
  131. .partDel{
  132. background: @closeHor;
  133. background-color: #fff;
  134. background-size: 100% 100%;
  135. }
  136. }
  137. .staticTagActive {
  138. cursor: pointer;
  139. color: #333;
  140. // display: inline-block;
  141. position: relative;
  142. vertical-align: top;
  143. padding: 2px 10px 10px 10px;
  144. box-sizing: border-box;
  145. width: 100%;
  146. float: left;
  147. span {
  148. border-bottom: 1px solid #666666 ;
  149. }
  150. }
  151. .staticTag {
  152. cursor: pointer;
  153. // color: #767676;
  154. color: @blue;
  155. padding-top: 10px;
  156. display: inline-block;
  157. position: relative;
  158. /* &:before {
  159. content: '\300C';
  160. }
  161. &:after {
  162. content: '\300D';
  163. } */
  164. }
  165. .table {
  166. color: #000;
  167. width: 100%;
  168. tr {
  169. line-height: 18px;
  170. height: 18px;
  171. width: 100%;
  172. font-size: unset;
  173. td {
  174. cursor: default;
  175. padding-top: 3px;
  176. font-size: unset;
  177. span {
  178. font-size: unset;
  179. }
  180. }
  181. }
  182. tr > td {
  183. padding: 0 10px;
  184. box-sizing: border-box;
  185. }
  186. }
  187. .searchResult {
  188. .searchResultT {
  189. img {
  190. float: right;
  191. }
  192. }
  193. }
  194. .excelDataLists {
  195. position: relative;
  196. background-color: #f1f1f1;
  197. border: 1px solid #ccc;
  198. .close {
  199. width: 13px;
  200. height: 13px;
  201. position: absolute;
  202. top: -5px;
  203. right: -5px;
  204. z-index: 30;
  205. background-color: #fff;
  206. border-radius: 50%;
  207. }
  208. .excelDataLis {
  209. padding: 2px 0px;
  210. border-bottom: 1px dashed #989DA3;
  211. .excelDataTitle {
  212. display: inline-block;
  213. width: 20%;
  214. vertical-align: top;
  215. padding-left: 10px;
  216. float: left;
  217. }
  218. table {
  219. width: 80%;
  220. tr {
  221. height: 16px;
  222. line-height: 16px;
  223. width: 100%;
  224. }
  225. td {
  226. text-align: left;
  227. padding-top: 6px;
  228. cursor: default;
  229. }
  230. .excelUnit {
  231. width: auto;
  232. margin-left: 5px;
  233. }
  234. }
  235. }
  236. }
  237. .center {
  238. text-align: center;
  239. font-size: 16px;
  240. padding-top: 10px;
  241. padding-bottom: 50px;
  242. }
  243. .slides {
  244. background-color: #EDEDED;
  245. text-align: center;
  246. height: 28px;
  247. line-height: 28px;
  248. margin: 10px 0 8px 0;
  249. cursor: pointer;
  250. span {
  251. color:#7d7d7d;
  252. }
  253. img{
  254. vertical-align: middle;
  255. }
  256. .num {
  257. color: @blue;
  258. }
  259. }
  260. .imgInfo {
  261. position: relative;
  262. }
  263. .imgInfo, .imgInfo1 {
  264. width: 15px;
  265. height: 17px;
  266. border-bottom: 0 none !important;
  267. background: url('../img/info2.png') no-repeat center center;
  268. background-size: 100% auto;
  269. position: absolute;
  270. top: -10px;
  271. left: 50%;
  272. margin-left: -8px;
  273. display: none;
  274. cursor: pointer;
  275. }
  276. .imgInfo1 {
  277. top: -13px;
  278. }
  279. .imgInfo:hover, .imgInfo1:hover {
  280. background: url('../img/info3.png') no-repeat center center;
  281. background-size: 100% auto;
  282. }
  283. .tagSpan {
  284. display: inline-block;
  285. position: relative;
  286. }
  287. .tagSpanS {
  288. font-weight: bold;
  289. color: #000;
  290. }
  291. .selectTagSpan {
  292. color: #000;
  293. font-weight: bold;
  294. }
  295. .tagSpan:hover {
  296. .imgInfo, .imgInfo1 {
  297. display: block;
  298. }
  299. }
  300. .iptValue {
  301. width: 60px;
  302. color: #3B9ED0;
  303. font-size: 12px;
  304. }
  305. .iptValueBtn {
  306. color: #3B9ED0;
  307. width: 60px;
  308. height: 22px;
  309. line-height: 22px;
  310. background-color: #EDF8FF;
  311. text-align: center;
  312. display: inline-block;
  313. font-size: 12px;
  314. border-radius: 4px;
  315. border-bottom: 0 !important;
  316. margin-left: 10px;
  317. }