📄 global.css
字号:
#photoarea
{
border: blue 1px solid;
position:absolute;
width: 800px;
height: 600px;
}
#photo
{
border: blue 1px dotted;
position: absolute;
left: 40px;
top: 130px;
width: 500px;
height: 440px;
}
#desc
{
border: blue 1px dotted;
position: absolute;
left: 570px;
top: 130px;
width: 200px;
height: 400px;
}
#op
{
border: blue 1px dotted;
position: absolute;
left: 570px;
top: 540px;
width: 200px;
height: 20px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -