global.css
来自「Ajax结合webService实现的无刷新幻灯片」· CSS 代码 · 共 38 行
CSS
38 行
#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 + =
减小字号Ctrl + -
显示快捷键?