📄 staff.css
字号:
directory
{
display: block;
}
employee
{
display: block;
border: solid;
}
name
{
display: inline;
font-weight: bold;
width: 100px;
}
title
{
display: inline;
font-style: italic;
width: 150px;
}
phone
{
display: inline;
color: red;
width: 150px;
}
email
{
display: inline;
color: blue;
width: 100px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -