input-box.less 125 字节
Newer Older
1 2 3 4 5 6 7 8
.input-unit{
    position: relative;
    .unit-text{
        position: absolute;
        top: 0;
        right: 20px;
    }
}