SOURCE

console 命令行工具 X clear

                    
>
console
<div class="wrapper">
    <div class="left"></div>
    <div class="right">运营后台添加文本输出框:拉黑原因,且文字控制在100个字以内,当前字段为必填项 编辑区域输入文字或符号,字数提示会根据文本框中的实时逐渐递减。当文本框中文字或字符已达上限,则显示toast,字数已达上限</div>
</div>
.left {
    width: 50px;
    height: 50px;
    background-color: pink;
}

.wrapper {
    height: 500px;
    background-color: yellow;
    position: relative;
}

.right {
    position: absolute;
    left: 60px;
    top: 0;
    right: 0;
    bottom: 0;
}