青春纸盒子

文: 芦苇

你喜欢我笑的样子

我靠上了落寞的窗子

晚风吹起了我的袖子

明月沾湿了你的眸子


转身,你走出了两个人的圈子

树影婆娑,整座院子


挽起袖子

回头,把揽你忧伤一地的影子

装进,青春,这纸盒子


更多代码请关注我的微信小程序: "ecoder"

luwei0915

导航

demo_33 评论发布弹窗实现

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

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

 2. 方法

 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;
        }
    }
}

posted on 2020-09-07 23:34  芦苇の  阅读(157)  评论(0编辑  收藏  举报