uniapp 实现监听输入框,实时获取字数

时间:2025-04-02 18:08:42
<style>
    .aaa{
        background-color: #f2f2f2;
        width: 100%;
        height: 1600rpx
    }
    .activities{
        width: 92%;
        margin-left: 4%;
        background-color: white;
        border-radius: 16px;
        height: auto;
        margin-top: 35rpx;
        position: absolute;
    }
    .act_son{
        width: 100%;
        height: 50px;
        border-bottom: #e8e8e8 solid 1px;
        /* background-color: #007AFF;         */
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        line-height: 50px;
    }
    .act_son1{
        width: 100%;
        height: 200px;
        border-bottom: #e8e8e8 solid 1px;
        /* background-color: #007AFF;         */
        line-height: 50px;
        position: relative;
    }
    .act_son2{
        width: 100%;
        height: 50px;
        /* border-bottom: #e8e8e8 solid 1px; */
        /* background-color: #007AFF;         */
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        line-height: 50px;
    }
    .act_text{
        float: left;
        color: #282828;
        font-size: 15px;
        font-weight: 550;
        margin-left: 18px;
    }
    .act_text1{
        float: left;
        color: #686868;
        font-size: 15px;
        margin-left: 28px;
    }
    .act_img{
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 5px;
        margin-top: 20px;
    }
    .act_input{
        width: 480rpx;
        height: 40px;
        margin-top: 4px;
        color:#686868 ;
        float: left;
        margin-left: 10px;
        font-size: 15px;
        
    }
    .act_textarea{
        width: 480rpx;
        height: 140px;
        margin-top: 15px;
        color:#686868 ;
        font-size: 14px;
        /* background-color:#00c2de ; */
        position: absolute;
        right: 0;
    }
    .show_number{
        position: absolute;
        bottom: -5px;
        right: 18px;
        color: #686868;
        font-size: 10px;
    }
    .son1_img{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 11px;
        right: 18px;
    }
    .uploadFile{
        top: 50px;
        left: 11px;
        position: absolute;
    }
    .button{
        width:335px ;
        height: 50px;
        margin-left: 20px;
        top: 570px;
        background-color: #1a70ff;
        color: white;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        position: absolute;
        border-radius: 30px;
        letter-spacing: 2px;
    }
</style>