Files
webend/public/html/help.css
T
2026-06-12 12:31:35 +08:00

16 lines
719 B
CSS

@charset "utf-8";
/*帮助内容*/
.helpContent_border{width:100%; margin:0 0 30px 0px;}
.helpContent_border .helpContent_title{width:100%; padding: 20px 0 10px 0; text-align:center; font-size:20px; font-weight:bold;}
.helpContent_border .content{width:100%; padding:25px 0 0 0;}
.helpContent_border .content .title{font-size:16px; font-weight:bold;padding-left: 10px;}
.helpContent_border .content .msg{padding:10px 0 0 20px; font-size:12px; line-height:24px;}
.helpContent_border .content .img_border{width:100%; padding:20px 0 20px 0; text-align:center;}
.helpContent_border .content .img_border img{max-width:850px;}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
text-align: center;
}