源码:
.textarea{width: 100%; height: 10rem;
form{
height: 10rem;
textarea{ outline: none; padding:5%;
height: 79%; width: 90%; border-top:1px solid @colorf3;border-bottom:1px solid @colorf3;
}
.i{ position: absolute; bottom:10px; left: 10px; z-index: 9;}
}
}
效果:
解决:
.textarea{width: 100%; height: 10rem; border:none;
form{
height: 10rem;
textarea{ outline: none; padding:5%;
height: 79%; width: 90%; border: none; border-top:1px solid @colorf3;border-bottom:1px solid @colorf3;
}
.i{ position: absolute; bottom:10px; left: 10px; z-index: 9;}
}
}
效果:


4万+

被折叠的 条评论
为什么被折叠?



