@charset "utf-8"; body{ background-color:#332244;/*//背景颜色*/ background-image:("../kk.jpg");/*//背景图片*/ backgroud-repeat:no-repeat;/*//不平铺*/ background-position:center;/*居中*/ background-attachment:fixed;/*固定*/ text-indent:24px;/*缩进*/ text-align:center;/*水平对齐*/ word-spacing:20px;/*字间隔*/ letter-spacing:20px;/*字母间隔*/ text-transform:capitalize;首字母大写 text-decoration:line-through;/*删除线*/ font-family:"宋体";/*字体*/ font-size:16px;/*字体大小*/ font-style:italic;/*斜体*/ font-weight:bolder;/*加粗*/ }
时间: 2024-10-10 20:02:45