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