加载中...

摘要: css的选择器: p:after{ content:"台词:";} //css选择器,在p标签之后添加内容 p:before{ content:”内容”} //css选择器,在p标签之前添加内容 css常用属性: z-index:1; //定位叠放次序(z轴),数值越大,盒子越靠上,默认auto,可 阅读全文
posted @ 2019-01-21 21:13 royal6 阅读(322) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <title>上传文件TEST</title> <style> .demo{ width:50%; margin:120px auto;} </style> </head> <body> <di 阅读全文
posted @ 2019-01-21 21:05 royal6 阅读(256) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-01-21 14:53 royal6 阅读(3) 评论(0) 推荐(0) 编辑