JAVA 经常使用的css

按钮颜色:btn-grey 灰色  btn-blue 蓝色
居中:text-align:center

边框线:
border:1px solid #0A0A0A;
border-left 设置左边框,一般单独设置左边框样式使用
border-right 设置右边框,一般单独设置右边框样式使用
border-top 设置上边框,一般单独设置上边框样式使用
border-bottom 设置下边框,一般单独设置下边框样式使用

style=”word-break:break-all;"  汉,英,数 都可以换行

//jsp结尾+上这个div,防止样式污染
class="clear"

position: absolute; 相对定位,浮动。

clear:both; 样式清空
text-indent: 40px;首行缩进



cursor(光标移入指定区域时展示):
http://www.w3school.com.cn/tiy/t.asp?f=csse_cursor

猜你喜欢

转载自blog.csdn.net/baidu_38794249/article/details/89398132