本节目的:文章评论输入框实现,效果图:

demo_33 评论发布弹窗实现

 1. 引入弹出层组件并使用

demo_33 评论发布弹窗实现

 2. 方法

demo_33 评论发布弹窗实现

 3. 样式

.popup-wrap {
    background-color: #fff;
    .popup-header {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #666;
        border-bottom: 1px #F5F5F5 solid;
        .popup-header_item {
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
        }
    }
    .popup-content {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        .popup-textarea {
            width: 100%;
            height: 200px;
        }
        .popup-count {
            display: flex;
            justify-content: flex-end;
            font-size: 12px;
            color: #999;
        }
    }
}

相关文章:

  • 2021-11-15
  • 2022-01-07
  • 2022-12-23
  • 2022-01-06
  • 2021-11-19
  • 2022-12-23
  • 2021-06-29
猜你喜欢
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-02-23
  • 2021-05-31
相关资源
相似解决方案