在jsp页面上方定义<style> 可以自定义class的样式

<style>
.border-orange{
border:1px solid orange;
width:120px;
box-sizing: border-box;
margin-bottom: 10px;
}
</style>

<span class="border-orange"> </span>

posted @ 2018-03-29 15:07  神只吃苹果  阅读(519)  评论(0编辑  收藏  举报