Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0
}
ul {
	list-style:none
}
.box {
	width:600px;
	margin:100px auto;
	border:1px solid #000;
	padding:20px;
}
textarea {
	width:450px;
	height:160px;
	outline:none;
	resize:none;
}
ul {
	width:450px;
	padding-left:80px;
}
ul li {
	line-height:25px;
	border-bottom:1px dashed #cccccc;
	display:none;
}
input {
	float:right;
}
ul li a {
	float:right;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

仿微博发布效果

更新时间:2023-03-20 17:20:13

仿微博发布效果

0