index.less 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. @import "~@less/mixin.less";
  2. .container {
  3. height: 100%;
  4. // background-color: @ipt-wrap-color;
  5. position: relative;
  6. .left {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. width: 762px;
  11. height: 100%;
  12. border-right: 1px solid #D8D8D8;
  13. }
  14. .right {
  15. position: absolute;
  16. right: 0;
  17. top: 0;
  18. width: 238px;
  19. height: 100%;
  20. }
  21. .modalTop {
  22. height: 46px;
  23. line-height: 46px;
  24. background-color: @ipt-bg-color;
  25. padding: 0 20px;
  26. overflow: hidden;
  27. }
  28. .items {
  29. .search {
  30. font-size: 12px;
  31. float: right;
  32. height: 26px;
  33. line-height: 24px;
  34. border: 1px solid #9C9C9C;
  35. border-radius: 4px;
  36. padding: 0 11px;
  37. margin-top: 10px;
  38. cursor: pointer;
  39. }
  40. .search:hover {
  41. background-color: @blue;
  42. border: 1px solid @blue;
  43. color: #fff;
  44. }
  45. .pubLi {
  46. float: left;
  47. margin-right: 5px;
  48. position: relative;
  49. span {
  50. font-size: 12px;
  51. }
  52. input {
  53. background-color: #faf8f8;
  54. font-size: 12px;
  55. height: 26px;
  56. line-height: 26px;
  57. padding: 0 3px;
  58. box-sizing: border-box;
  59. }
  60. }
  61. .code{
  62. input {
  63. width: 74px;
  64. }
  65. }
  66. .name {
  67. input {
  68. width: 42px;
  69. }
  70. }
  71. .sex {
  72. input {
  73. width: 28px;
  74. }
  75. }
  76. .age {
  77. input {
  78. width: 28px;
  79. }
  80. }
  81. .time {
  82. .timeIpts{
  83. height: 26px;
  84. line-height: 26px;
  85. display: inline-block;
  86. background-color: #fff;
  87. }
  88. input.ipt {
  89. width: 126px;
  90. text-align: center;
  91. }
  92. input {
  93. cursor: pointer;
  94. background-color: #fff;
  95. }
  96. }
  97. }
  98. .modalRightT{
  99. height: 46px;
  100. line-height: 46px;
  101. background-color: #F0F0F0;
  102. padding: 0 20px;
  103. position: absolute;
  104. width: 100%;
  105. span.tip {
  106. font-size: 12px;
  107. float: left;
  108. }
  109. span.btnS {
  110. font-size: 12px;
  111. float: right;
  112. width: 64px;
  113. height: 26px;
  114. line-height: 26px;
  115. margin-top: 10px;
  116. color: #fff;
  117. text-align: center;
  118. border-radius: 4px;
  119. background-color: @blue;
  120. cursor: pointer;
  121. }
  122. }
  123. .modalRightB{
  124. padding: 20px;
  125. margin-bottom: 20px;
  126. overflow: auto;
  127. position: absolute;
  128. top: 46px;
  129. height: 100%;
  130. width: 100%;
  131. .title {
  132. font-size: 14px;
  133. padding-bottom: 6px;
  134. }
  135. .partLis {
  136. width: 100%;
  137. padding: 10px;
  138. margin-bottom: 20px;
  139. background-color: #E9F5FA;
  140. li {
  141. padding: 5px 0;
  142. }
  143. p {
  144. line-height: 22px;
  145. }
  146. .itemName {
  147. line-height: 22px;
  148. }
  149. }
  150. }
  151. .modalTable {
  152. .tablePubP {
  153. td.fst {
  154. width: 70px;
  155. max-width: 70px;
  156. }
  157. td.sec {
  158. width: 100px;
  159. max-width: 100px;
  160. }
  161. td.trd {
  162. width: 95px;
  163. max-width: 95px;
  164. }
  165. td.four {
  166. width: 80px;
  167. max-width: 80px;
  168. }
  169. td.fif {
  170. width: 48px;
  171. max-width: 48px;
  172. }
  173. td.six {
  174. width: 70px;
  175. max-width: 70px;
  176. }
  177. td.sev {
  178. width: 80px;
  179. max-width: 80px;
  180. }
  181. td.egt {
  182. width: 100px;
  183. max-width: 100px;
  184. }
  185. td.nig {
  186. width: 17px;
  187. max-width: 17px;
  188. }
  189. }
  190. .parentTable {
  191. height: 261px;
  192. overflow-y: auto;
  193. overflow-x: hidden;
  194. tr {
  195. cursor: pointer;
  196. }
  197. }
  198. .parentTables {
  199. height: 90px;
  200. overflow-y: auto;
  201. overflow-x: hidden;
  202. }
  203. .SonTable {
  204. .check {
  205. width: 20px;
  206. height: 20px;
  207. position: relative;
  208. top: 5px;
  209. }
  210. td.fst {
  211. width: 72px;
  212. max-width: 72px;
  213. cursor: pointer;
  214. }
  215. td.sec {
  216. width: 100px;
  217. max-width: 100px;
  218. }
  219. td.trd {
  220. width: 95px;
  221. max-width: 95px;
  222. }
  223. td.four {
  224. width: 100px;
  225. max-width: 100px;
  226. }
  227. td.sev {
  228. width: 17px;
  229. max-width: 17px;
  230. }
  231. }
  232. .sonTitle {
  233. height: 46px;
  234. line-height: 46px;
  235. background-color: #F0F0F0;
  236. padding: 0 20px;
  237. .btn {
  238. font-size: 12px;
  239. float: right;
  240. height: 26px;
  241. line-height: 24px;
  242. border: 1px solid #9C9C9C;
  243. border-radius: 4px;
  244. padding: 0 11px;
  245. margin-top: 10px;
  246. cursor: pointer;
  247. &:hover {
  248. background-color: @blue;
  249. border: 1px solid @blue;
  250. color: #fff;
  251. }
  252. }
  253. }
  254. table {
  255. tr {
  256. height: 24px;
  257. line-height: 24px;
  258. text-align: center;
  259. border-collapse: collapse;
  260. td {
  261. // overflow: hidden;
  262. // text-overflow: ellipsis;
  263. // white-space: nowrap;
  264. border: 1px solid #E7EAEB;
  265. padding: 8px 5px;
  266. box-sizing: border-box;
  267. vertical-align: middle;
  268. }
  269. }
  270. .head {
  271. background-color: #EAF7FA;
  272. }
  273. }
  274. }
  275. }