|
|
|
@ -146,14 +146,15 @@ a.decoration{text-decoration: underline}
|
|
|
|
|
.margin20{margin:20px;}
|
|
|
|
|
|
|
|
|
|
/*行高*/
|
|
|
|
|
.lineh-12{line-height: 12px}
|
|
|
|
|
.lineh-15{line-height: 15px}
|
|
|
|
|
.lineh-17{line-height: 17px}
|
|
|
|
|
.lineh-20{line-height: 20px}
|
|
|
|
|
.lineh-25{line-height: 25px}
|
|
|
|
|
.lineh-30{line-height: 30px}
|
|
|
|
|
.lineh-35{line-height: 35px}
|
|
|
|
|
.lineh-40{line-height: 40px}
|
|
|
|
|
.lineh-12{line-height: 12px !important;}
|
|
|
|
|
.lineh-15{line-height: 15px !important;}
|
|
|
|
|
.lineh-17{line-height: 17px !important;}
|
|
|
|
|
.lineh-20{line-height: 20px !important;}
|
|
|
|
|
.lineh-24{line-height: 24px !important;}
|
|
|
|
|
.lineh-25{line-height: 25px !important;}
|
|
|
|
|
.lineh-30{line-height: 30px !important;}
|
|
|
|
|
.lineh-35{line-height: 35px !important;}
|
|
|
|
|
.lineh-40{line-height: 40px !important;}
|
|
|
|
|
|
|
|
|
|
/*pre标签换行*/
|
|
|
|
|
.break_word{word-break: break-all;word-wrap: break-word;}
|
|
|
|
|