摘要: 1.效果图 代码: 点击查看代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>设置颜色</title> </head> <body> <style> a{ display:inline; display:block; } . 阅读全文
posted @ 2026-04-06 20:24 createcoding 阅读(5) 评论(0) 推荐(0)
摘要: 1.悬浮鼠标状态效果添加 点击查看代码 <style type="text/css"> a{ /*内联、行元素,默认*/ display:inline; /*可以转成块元素*/ /*display:block;*/ /*更改超级链接默认的样式*/ /*更改文本颜色*/ color:#666666; 阅读全文
posted @ 2026-04-06 20:13 createcoding 阅读(4) 评论(0) 推荐(0)