index.less 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. @import "~@less/variables.less";
  2. .container {
  3. .contentZIndex2;
  4. padding-top: 10px;
  5. position: fixed;
  6. bottom: 0;
  7. left: 50%;
  8. margin-left: -600px;
  9. width: 1200px;
  10. // min-width: 720px;
  11. // min-width: 547px;
  12. background-color: #fff;
  13. // z-index: 240;
  14. padding-bottom: 10px;
  15. border-bottom: 10px solid #e4e6e7;
  16. border-top: 1px solid #BBBFC1;
  17. text-align: center;
  18. .button {
  19. width: 111px;
  20. height: 34px;
  21. outline: none;
  22. border-radius: 4px;
  23. cursor: pointer;
  24. color: @blue;
  25. border: 0 none;
  26. cursor: pointer;
  27. background: #fff;
  28. img{
  29. vertical-align: middle;
  30. position: relative;
  31. top: -2px;
  32. }
  33. }
  34. .preButton {
  35. height: 34px;
  36. line-height: 34px;
  37. outline: none;
  38. cursor: pointer;
  39. color: @blue;
  40. border: 0 none;
  41. background-color: #fff;
  42. margin-left:20px;
  43. img{
  44. vertical-align: middle;
  45. position: relative;
  46. top: -2px;
  47. }
  48. }
  49. .saveButton {
  50. width: 80px;
  51. height: 34px;
  52. line-height: 32px;
  53. text-align: center;
  54. outline: none;
  55. border-radius: 4px;
  56. cursor: pointer;
  57. border: 1px solid @bannerBg;
  58. box-sizing: border-box;
  59. margin-left:20px;
  60. background: @bannerBg;
  61. color: #fff;
  62. float: none;
  63. display: inline-block;
  64. }
  65. .minstyle{
  66. width: 60px;
  67. margin-left: 15px;
  68. margin-right: 10px;
  69. font-size: 13px;
  70. }
  71. .clearButton {
  72. border: 1px solid #9C9C9C;
  73. border-radius: 4px;
  74. background-color: #fff;
  75. margin-left: 0;
  76. margin-right: 15px;
  77. color: #333;
  78. }
  79. .modal{
  80. position: fixed;
  81. left: 50%;
  82. margin-left: -360px;
  83. top: 0px;
  84. }
  85. .table{
  86. width: 650px;
  87. height: 78px;
  88. text-align: left;
  89. margin: 25px 1px 2px 5px;
  90. td{
  91. font-size: 12px;
  92. border: 1px solid #CCD2D9;
  93. text-align: left;
  94. padding: 10px;
  95. }
  96. }
  97. .sign{
  98. float: left;
  99. width: 100px;
  100. font-Size: 14px;
  101. line-height: 21px;
  102. }
  103. .textbox{
  104. float: left;
  105. width: 220px;
  106. height: 60px;
  107. border: 1px solid #979797;
  108. text-align: center;
  109. font-size: 20px;
  110. line-height: 50px;
  111. color: #979797;
  112. }
  113. .footer{
  114. clear: both;
  115. text-align: right;
  116. margin-top:20px;
  117. margin-bottom: 20px;
  118. }
  119. }
  120. .iptWrap {
  121. padding: 0 15px;
  122. line-height: 18px;
  123. margin: 18px auto;
  124. text-align: left;
  125. .name {
  126. text-align: left;
  127. input {
  128. border: 1px solid #CCCCCC;
  129. padding: 5px 10px;
  130. display: inline-block;
  131. width: 240px;
  132. }
  133. }
  134. .firstname {
  135. margin-top: 15px;
  136. }
  137. p {
  138. text-align: left;
  139. font-size: 12px;
  140. color: #6b6969;
  141. margin-bottom: 5px;
  142. }
  143. span {
  144. display: inline-block;
  145. cursor: pointer;
  146. font-size: 14px;
  147. i {
  148. color: #6b6969;
  149. }
  150. img {
  151. vertical-align: middle;
  152. position: relative;
  153. top: -1px;
  154. }
  155. }
  156. }
  157. .msg {
  158. text-align: center;
  159. font-size: 16px;
  160. padding-top: 10px;
  161. padding-bottom: 50px;
  162. }
  163. .box {
  164. box-sizing: border-box;
  165. // height: 88px;
  166. }
  167. .department {
  168. position: relative;
  169. text-align: left;
  170. padding: 0 0 15px 16px;
  171. .selectFolder {
  172. position: relative;
  173. display: inline-block;
  174. input {
  175. border: 1px solid #CCCCCC;
  176. padding: 5px 10px;
  177. width: 240px;
  178. margin-right: 20px;
  179. }
  180. img {
  181. position: absolute;
  182. right: 20px;
  183. top: 0;
  184. width: 30px;
  185. height: 30px;
  186. }
  187. }
  188. }
  189. .male {
  190. padding-top: 15px;
  191. span {
  192. padding-right: 16px;
  193. }
  194. }
  195. .line {
  196. height: 1px;
  197. background-color: #979797;
  198. position: relative;
  199. top: -2px;
  200. }
  201. .titleTip {
  202. position: absolute;
  203. top:15px;
  204. left: 20px;
  205. }
  206. .departLis {
  207. position: absolute;
  208. top: 29px;
  209. left: 0;
  210. max-height: 200px;
  211. overflow: auto;
  212. background-color: #fff;
  213. width: 240px;
  214. // box-shadow: 0 10px 20px 0 #989DA3;
  215. border: 1px solid #dedede;
  216. z-index: 101;
  217. li {
  218. height: 36px;
  219. line-height: 36px;
  220. padding: 0 10px;
  221. padding-top: 0;
  222. box-sizing: border-box;
  223. overflow: hidden;
  224. text-overflow: ellipsis;
  225. white-space: nowrap;
  226. border: 1px solid transparent;
  227. cursor: pointer;
  228. }
  229. li:hover {
  230. border: 1px solid #3B9ED0;
  231. }
  232. }
  233. .departLisFolder {
  234. left: 116px;
  235. }
  236. .leftName {
  237. width: 100px;
  238. text-align: right;
  239. padding-right: 16px;
  240. display: inline-block;
  241. }
  242. .addList {
  243. position: relative;
  244. top: -6px;
  245. }
  246. .newFolder {
  247. margin-right: 15px;
  248. color: #3B9ED0;
  249. cursor: pointer;
  250. }
  251. .mangerFolder {
  252. color: #3B9ED0;
  253. cursor: pointer;
  254. }
  255. .newFolderWrap {
  256. .folderModal {
  257. z-index: 120;
  258. position: fixed;
  259. width: 100%;
  260. height: 100%;
  261. top: 0;
  262. left: 0;
  263. background: #000;
  264. opacity: .3;
  265. filter: alpha(opacity=60);
  266. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60);";
  267. }
  268. .nameWrap{
  269. z-index: 130;
  270. position: fixed;
  271. top: 50%;
  272. left: 50%;
  273. margin: auto;
  274. border-radius: 5px;
  275. background: #fff;
  276. width: 500px;
  277. margin-left: -250px;
  278. margin-top: -115px;
  279. .mainWrap {
  280. padding: 50px 10px;
  281. }
  282. .title {
  283. height: 40px;
  284. line-height: 40px;
  285. border-bottom: 1px solid #979797;
  286. img{
  287. float: right;
  288. }
  289. }
  290. .leftName {
  291. width: 135px;
  292. text-align: right;
  293. padding-right: 16px;
  294. display: inline-block;
  295. }
  296. .titleCon {
  297. float: left;
  298. height: 40px;
  299. line-height: 40px;
  300. margin-left: 10px;
  301. }
  302. input {
  303. border: 1px solid #CCCCCC;
  304. padding: 5px 10px;
  305. width: 240px;
  306. }
  307. }
  308. .delFoot{
  309. .halfBtn {
  310. width: 50%;
  311. display: inline-block;
  312. text-align: center;
  313. height: 65px;
  314. }
  315. .delBtn{
  316. display: inline-block;
  317. width: 100px;
  318. height: 34px;
  319. line-height: 32px;
  320. border-radius: 5px;
  321. margin: 0 auto;
  322. cursor: pointer;
  323. }
  324. .delDel{
  325. color: #fff;
  326. background: #3B9ED0;
  327. }
  328. .delCancel{
  329. background: #fff;
  330. border: 1px solid #1E1E1E;
  331. color: #1E1E1E;
  332. }
  333. }
  334. }
  335. .selectFolderIpt {
  336. cursor: pointer;
  337. }
  338. .outBox{
  339. padding: 33px 0 0 33px;
  340. .innerInp{
  341. margin-top: -11px;
  342. .innerInput{
  343. outline-style: none ;
  344. border: 1px solid #ccc;
  345. border-radius: 3px;
  346. padding: 7px 4px;
  347. font-size: 14px;
  348. font-family: "Microsoft YaHei";
  349. }
  350. .innerInput:focus{
  351. border-color: #66afe9;
  352. outline: 0;
  353. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  354. box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
  355. }
  356. }
  357. .valit{
  358. float: left;
  359. margin-top: 8px;
  360. color: #D9001B;
  361. position: relative;
  362. top: 0;
  363. left: 70px;
  364. height: 20px;
  365. }
  366. }