<style>
.border-orange{
border:1px solid orange;
width:120px;
box-sizing: border-box;
margin-bottom: 10px;
}
</style>
<span class="border-orange"> </span>
<style>
.border-orange{
border:1px solid orange;
width:120px;
box-sizing: border-box;
margin-bottom: 10px;
}
</style>
<span class="border-orange"> </span>
在jsp页面上方定义<style> 可以自定义class的样式
原文:https://www.cnblogs.com/shenzhichipingguo/p/8669919.html