在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>
<style>
.border-orange{
border:1px solid orange;
width:120px;
box-sizing: border-box;
margin-bottom: 10px;
}
</style>
<span class="border-orange"> </span>