📄 jquery.easywidgets.css
字号:
/**
* This is the widgets basic CSS. Note that you can change
* the classes names using the plugin settings. But you can
* use directly the default classes names, this names.
*/
.widget-column {
margin: 0;
padding: 0;
float: left;
width: 33.3%;
height: auto;
list-style: none;
min-height: 400px;
}
.widget-placeholder {
border: #000 dashed 1px;
}
.widget {}
.widget-head {}
.widget-menu-links {
}
.widget-menu-links a {
margin: 0 0 0 0.5em;
}
.widget-editbox {}
.widget-content {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -