123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- @import "~@less/variables.less";
- .container{
- background: #fff;
- width: 460px;/*@push-width;*/
- float: right;
- padding-top: 20px;
- // z-index: 200;
- position: relative;
- // position: fixed;
- // top: 50px;
- // bottom: 10px;
- // right: 10px;
- padding-bottom:30px;
- border-left: 10px #e4e6e7 solid;
- }
- .title{
- color:#666;
- width: 100%;
- height: 45px;
- background: #eee;
- position: absolute;
- top: 0;
- left: 0;
- }
- .content{
- padding-top: 50px;
- }
- .center {
- text-align: center;
- font-size: 14px;
- padding-top: 10px;
- padding-bottom: 50px;
- }
- .box {
- padding-top: 10px;
- box-sizing: border-box;
- }
- .ipt {
- font-size: 14px;
- width: 170px;
- // height: 20px;
- line-height: 18px;
- display: block;
- margin: 0 auto;
- text-align: left;
- }
- .line {
- width: 182px;
- height: 1px;
- margin: 8px auto 0 auto;
- background: #D8D8D8;
- }
- .leftName {
- width: 118px;
- text-align: right;
- padding-right: 16px;
- display: inline-block;
- }
- .iptWrap {
- padding: 0 15px;
- line-height: 18px;
- margin: 18px auto;
- text-align: left;
- .name {
- text-align: left;
- input {
- border: 1px solid #CCCCCC;
- padding: 5px 10px;
- width: 240px;
- }
- }
- .firstname {
- margin-top: 15px;
- }
- p {
- text-align: left;
- font-size: 12px;
- color: #6b6969;
- margin-bottom: 5px;
- }
- span {
- display: inline-block;
- cursor: pointer;
- font-size: 14px;
- i {
- color: #6b6969;
- }
- img {
- vertical-align: middle;
- position: relative;
- top: -1px;
- }
- }
- }
- .box {
- box-sizing: border-box;
- // height: 88px;
- }
- .department {
- position: relative;
- text-align: left;
- padding: 0 0 15px 16px;
- .selectFolder {
- position: relative;
- display: inline-block;
- input {
- border: 1px solid #CCCCCC;
- padding: 5px 10px;
- width: 240px;
- margin-right: 20px;
- }
- img {
- position: absolute;
- right: 20px;
- top: 0;
- width: 30px;
- height: 30px;
- }
- }
- }
- .departLis {
- position: absolute;
- top: 29px;
- left: 134px;
- max-height: 200px;
- overflow: auto;
- background-color: #fff;
- width: 240px;
- // box-shadow: 0 10px 20px 0 #989DA3;
- border: 1px solid #dedede;
- z-index: 101;
- li {
- height: 36px;
- line-height: 36px;
- padding: 0 10px;
- padding-top: 0;
- box-sizing: border-box;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- border: 1px solid transparent;
- cursor: pointer;
- }
- li:hover {
- border: 1px solid #3B9ED0;
- }
- }
- .newFolder {
- margin-right: 15px;
- color: #3B9ED0;
- cursor: pointer;
- }
- .mangerFolder{
- color: #3B9ED0;
- cursor: pointer;
- }
- .iptWrap {
- padding: 0 15px;
- line-height: 18px;
- margin: 18px auto;
- text-align: left;
- .name {
- text-align: left;
- input {
- border: 1px solid #CCCCCC;
- padding: 5px 10px;
- display: inline-block;
- width: 240px;
- }
- }
- .firstname {
- margin-top: 15px;
- }
- p {
- text-align: left;
- font-size: 12px;
- color: #6b6969;
- margin-bottom: 5px;
- }
- span {
- display: inline-block;
- cursor: pointer;
- font-size: 14px;
- i {
- color: #6b6969;
- }
- img {
- vertical-align: middle;
- position: relative;
- top: -1px;
- }
- }
- }
- .selectFolderIpt {
- cursor: pointer;
- }
|