@import "~@less/mixin.less"; .container { height: 100%; // background-color: @ipt-wrap-color; position: relative; .left { position: absolute; top: 0; left: 0; width: 762px; height: 100%; border-right: 1px solid #D8D8D8; } .right { position: absolute; right: 0; top: 0; width: 238px; height: 100%; } .modalTop { height: 46px; line-height: 46px; background-color: @ipt-bg-color; padding: 0 20px; } .items { .search { font-size: 12px; float: right; height: 26px; line-height: 24px; border: 1px solid #9C9C9C; border-radius: 4px; padding: 0 11px; margin-top: 10px; cursor: pointer; } .search:hover { background-color: @blue; border: 1px solid @blue; color: #fff; } .pubLi { float: left; margin-right: 5px; position: relative; span { font-size: 12px; } input { font-size: 12px; height: 26px; line-height: 26px; padding: 0 3px; box-sizing: border-box; cursor: pointer; } } .code{ input { width: 74px; } } .name { input { width: 42px; } } .sex { input { width: 28px; } } .age { input { width: 28px; } } .time { .timeIpts{ height: 26px; line-height: 26px; display: inline-block; background-color: #fff; } input.ipt { width: 126px; text-align: center; } } } .modalRightT{ height: 46px; line-height: 46px; background-color: #F0F0F0; padding: 0 20px; position: absolute; width: 100%; span.tip { font-size: 12px; float: left; } span.btnS { font-size: 12px; float: right; width: 64px; height: 26px; line-height: 26px; margin-top: 10px; color: #fff; text-align: center; border-radius: 4px; background-color: @blue; cursor: pointer; } } .modalTable { .parentTable { height: 330px; overflow: auto; } .sonTitle { height: 46px; line-height: 46px; background-color: #F0F0F0; padding: 0 20px; .btn { font-size: 12px; float: right; height: 26px; line-height: 24px; border: 1px solid #9C9C9C; border-radius: 4px; padding: 0 11px; margin-top: 10px; cursor: pointer; &:hover { background-color: @blue; border: 1px solid @blue; color: #fff; } } } table { border-collapse: collapse; tr { height: 40px; line-height: 40px; text-align: center; td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border: 1px solid #E7EAEB; padding: 0 5px; box-sizing: border-box; } td.fst { width: 48px; max-width: 48px; } td.sec { width: 116px; max-width: 116px; } td.trd { width: 215px; max-width: 215px; cursor: pointer; } td.four { // width: 255px; } td.fif { width: 150px; max-width: 150px; } td.six { width: 150px; max-width: 150px; } } .head { background-color: #EAF7FA; } } } }