12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- @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: 8;
- }
- .button {
- float: right;
- border-radius: 5px;
- border: 1px solid @template-color;
- overflow: hidden;
- margin-top: -3px;
- }
- .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;
- }
- }
- .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 {
- width: 100px;
- height: 34px;
- line-height: 34px;
- margin: 10px auto;
- background-color: #78bddd;
- border-radius: 5px;
- text-align: center;
- color: #fff;
- cursor: pointer;
- }
|