实现仿微信朋友圈评论输入框

实现仿微信朋友圈评论输入框

<div style="display: flex;position: fixed; bottom: 0;width:100%;padding-top: 5px;padding-bottom: 5px;background: #ccc;">
			<div   style="flex: 1;margin-left: 10px;margin-bottom: 0px;background: #fff;border-radius: 5px;line-height: 30px;max-height: 90px;overflow-y:scroll;" contentEditable="true"></div><div style="width: 100px;text-align: center;margin: 5px;margin-top: 0px;margin-bottom: 0px;height: 40px;line-height:40px;color: #fff;font-size: 12px;border-radius: 5px;background: #007aff;">发表评论</div>
		</div>

欢迎各位朋友指正


版权声明:本文为h_bugwriters原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。