12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @import "~@less/mixin.less";
- @import "~@less/variables.less";
- .top {
- position: relative;
- margin: 20px 490px -21px 20px;
- span {
- margin-left: 68px;
- 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: 2;
- }
- }
- .importInspectBtn {
- padding: 0 8px;
- font-size: 12px;
- }
- .pushButton {
- float: right;
- // width: 90px;
- height: 28px;
- line-height: 28px;
- border: 1px solid @template-color;
- color: @template-color;
- background-color: #fff;
- border-radius: 5px;
- font-size: 12px;
- position: relative;
- bottom: 3px;
- cursor: pointer;
- text-align: center;
- box-sizing: content-box;
- }
- .title {
- margin-top: -23px !important;
- }
- .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;
- }
- }
|