index.less 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. @import "~@less/variables.less";
  2. .container{
  3. background: #fff;
  4. width: 460px;/*@push-width;*/
  5. float: right;
  6. padding-top: 20px;
  7. // z-index: 200;
  8. position: relative;
  9. // position: fixed;
  10. // top: 50px;
  11. // bottom: 10px;
  12. // right: 10px;
  13. padding-bottom:30px;
  14. border-left: 10px #e4e6e7 solid;
  15. }
  16. .title{
  17. color:#666;
  18. width: 100%;
  19. height: 45px;
  20. background: #eee;
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. }
  25. .content{
  26. padding-top: 50px;
  27. }
  28. .center {
  29. text-align: center;
  30. font-size: 14px;
  31. padding-top: 10px;
  32. padding-bottom: 50px;
  33. }
  34. .box {
  35. padding-top: 10px;
  36. box-sizing: border-box;
  37. }
  38. .ipt {
  39. font-size: 14px;
  40. width: 170px;
  41. // height: 20px;
  42. line-height: 18px;
  43. display: block;
  44. margin: 0 auto;
  45. text-align: left;
  46. }
  47. .line {
  48. width: 182px;
  49. height: 1px;
  50. margin: 8px auto 0 auto;
  51. background: #D8D8D8;
  52. }
  53. .leftName {
  54. width: 118px;
  55. text-align: right;
  56. padding-right: 16px;
  57. display: inline-block;
  58. }
  59. .iptWrap {
  60. padding: 0 15px;
  61. line-height: 18px;
  62. margin: 18px auto;
  63. text-align: left;
  64. .name {
  65. text-align: left;
  66. input {
  67. border: 1px solid #CCCCCC;
  68. padding: 5px 10px;
  69. width: 240px;
  70. }
  71. }
  72. .firstname {
  73. margin-top: 15px;
  74. }
  75. p {
  76. text-align: left;
  77. font-size: 12px;
  78. color: #6b6969;
  79. margin-bottom: 5px;
  80. }
  81. span {
  82. display: inline-block;
  83. cursor: pointer;
  84. font-size: 14px;
  85. i {
  86. color: #6b6969;
  87. }
  88. img {
  89. vertical-align: middle;
  90. position: relative;
  91. top: -1px;
  92. }
  93. }
  94. }
  95. .box {
  96. box-sizing: border-box;
  97. // height: 88px;
  98. }
  99. .department {
  100. position: relative;
  101. text-align: left;
  102. padding: 0 0 15px 16px;
  103. .selectFolder {
  104. position: relative;
  105. display: inline-block;
  106. input {
  107. border: 1px solid #CCCCCC;
  108. padding: 5px 10px;
  109. width: 240px;
  110. margin-right: 20px;
  111. }
  112. img {
  113. position: absolute;
  114. right: 20px;
  115. top: 0;
  116. width: 30px;
  117. height: 30px;
  118. }
  119. }
  120. }
  121. .departLis {
  122. position: absolute;
  123. top: 29px;
  124. left: 134px;
  125. max-height: 200px;
  126. overflow: auto;
  127. background-color: #fff;
  128. width: 240px;
  129. // box-shadow: 0 10px 20px 0 #989DA3;
  130. border: 1px solid #dedede;
  131. z-index: 101;
  132. li {
  133. height: 36px;
  134. line-height: 36px;
  135. padding: 0 10px;
  136. padding-top: 0;
  137. box-sizing: border-box;
  138. overflow: hidden;
  139. text-overflow: ellipsis;
  140. white-space: nowrap;
  141. border: 1px solid transparent;
  142. cursor: pointer;
  143. }
  144. li:hover {
  145. border: 1px solid #3B9ED0;
  146. }
  147. }
  148. .newFolder {
  149. margin-right: 15px;
  150. color: #3B9ED0;
  151. cursor: pointer;
  152. }
  153. .mangerFolder{
  154. color: #3B9ED0;
  155. cursor: pointer;
  156. }
  157. .iptWrap {
  158. padding: 0 15px;
  159. line-height: 18px;
  160. margin: 18px auto;
  161. text-align: left;
  162. .name {
  163. text-align: left;
  164. input {
  165. border: 1px solid #CCCCCC;
  166. padding: 5px 10px;
  167. display: inline-block;
  168. width: 240px;
  169. }
  170. }
  171. .firstname {
  172. margin-top: 15px;
  173. }
  174. p {
  175. text-align: left;
  176. font-size: 12px;
  177. color: #6b6969;
  178. margin-bottom: 5px;
  179. }
  180. span {
  181. display: inline-block;
  182. cursor: pointer;
  183. font-size: 14px;
  184. i {
  185. color: #6b6969;
  186. }
  187. img {
  188. vertical-align: middle;
  189. position: relative;
  190. top: -1px;
  191. }
  192. }
  193. }
  194. .selectFolderIpt {
  195. cursor: pointer;
  196. }