08 2022 档案
摘要:css样式代码: 点击查看代码 body { background-color: silver;/*设置页面背景色为银色*/ text-align: center;/*设置页面内容居中显示*/ } /*设置视频播放界面样式*/ #course { width: 640px; background-c
阅读全文
摘要:代码: css样式: 点击查看代码 div{ text-align:center; margin:10px; } #CDimage img{ border-radius:50%; } img{ border:0px; } button{ background: transparent; border
阅读全文
摘要:上代码! css代码: 点击查看代码 body { background-color: silver;/*设置页面背景颜色为银色*/ } /*设置游戏界面样式*/ #container { background-color: white; width: 600px; margin: auto; pa
阅读全文