123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- @import "~@less/mixin.less";
- .top {
- margin-left: 60px;
- position: relative;
- margin: 20px 20px -21px 20px;
- span {
- margin-left: 60px;
- border: 1px dashed @part-border-color;
- border-bottom: 1px solid #fff;
- display: inline-block;
- width: 118px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- position: relative;
- z-index: 10;
- }
- .button {
- float: right;
- border-radius: 5px;
- border: 1px solid @template-color;
- // overflow: hidden;
- margin-top: -3px;
- position: relative;
- z-index: 10;
- }
- .disabledBtn{
- float: right;
- border-radius: 5px;
- border: 1px solid @placeholder-color;
- overflow: hidden;
- button{
- color:@placeholder-color;
- }
- }
- .pushButton {
- font-size: 12px;
- padding: 0 8px;
- background-color: #fff;
- height: 28px;
- line-height: 28px;
- border-radius: 5px;
- color: @template-color;
- cursor: pointer;
- // &:hover {
- // .importSelect {
- // display: block !important;
- // }
- // }
- }
- }
- .title {
- margin-top: -23px !important;
- }
- .excelList {
- padding-bottom: 20px;
- max-height: 240px;
- overflow-y: auto;
- }
- .excelListWaring {
- height: 30px;
- line-height: 30px;
- text-align: center;
- }
- .confirmBtn {
- .btnCom;
- width: 100px;
- height: 34px;
- line-height: 34px;
- margin: 10px auto;
- background-color: #78bddd;
- // border-radius: 5px;
- // text-align: center;
- color: #fff;
- // cursor: pointer;
- }
- .importInspect{
- padding: 0 !important;
- }
- .importInspectBtn {
- padding: 0 8px;
- font-size: 12px;
- }
- .importSelect {
- position: absolute;
- width: 120%;
- top: 29px;
- left: 0;
- z-index: 10;
- font-size: 12px;
- box-shadow: 0 10px 20px 0 #989DA3;
- border: 1px solid #dedede;
- background-color: #fff;
- display: none;
- li {
- height: 34px;
- line-height: 34px;
- padding-left: 10px;
- cursor: pointer;
- }
- li:hover {
- background-color: @ipt-color;
- color: #2A9BD5;
- }
- }
|