index.less 5.0 KB

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