mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 22:51:25 +08:00
底部按钮样式调整
This commit is contained in:
parent
298d8dcbe1
commit
f08e5641e0
@ -69,12 +69,12 @@ let command = {
|
||||
<input type="text" id="customarg" placeholder="解释器参数">
|
||||
<input type="text" id="customext" placeholder="后缀,不含.">
|
||||
</span>
|
||||
<span id="charset" class="footBtn robot">编码设置</span>
|
||||
<span id="charset" class="robot">编码设置</span>
|
||||
<span class="quickactions">
|
||||
<span id="addAction" class="footBtn robot">﹢动作</span>
|
||||
<span id="addKey" class="footBtn robot">﹢按键</span>
|
||||
<span id="showHelp" class="footBtn robot">?文档</span>
|
||||
<span id="beautifyCode" class="footBtn robot">格式化</span>
|
||||
<span id="addAction" class="robot">﹢动作</span>
|
||||
<span id="addKey" class="robot">﹢按键</span>
|
||||
<span id="showHelp" class="robot">?文档</span>
|
||||
<span id="beautifyCode" class="robot">格式化</span>
|
||||
</span>
|
||||
</p>
|
||||
<textarea id="cmd" placeholder="◆基础◆\nquickcommand环境下,点击“﹢按键”来执行模拟按键的操作;点击“﹢动作”添加打开软件,访问网址等\n常用动作\n◆进阶◆\nquickcommand:可使用nodejs、electron、uTools、quickCommand的api,详情查看文档\n其他脚本:本机装了相应环境即可执行,可以直接拖放脚本文件至此处,可在脚本参数输入框处填写传递\n给脚本的参数\ncustom:可以手动设置解释器路径、参数及脚本后缀\n◆快捷键◆\n支持VSCode快捷键\nAlt+Enter 全屏\nCtrl+B 运行\nCtrl+F 搜索\nShift+Alt+F 格式化(仅JS/PY)"></textarea>
|
||||
|
@ -289,8 +289,9 @@ body {
|
||||
|
||||
#options .footBtn {
|
||||
background: #02b340;
|
||||
color: rgba(255, 255, 255, 0);
|
||||
padding: 1px 5px;
|
||||
color: white;
|
||||
font-size: 0px;
|
||||
text-align: center;
|
||||
margin: 0px 5px;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
@ -301,7 +302,7 @@ body {
|
||||
}
|
||||
|
||||
#options .footBtn img {
|
||||
margin-top: 1px;
|
||||
margin-top: 5px;
|
||||
width: 15px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@ -313,10 +314,11 @@ body {
|
||||
|
||||
#options .footBtn:hover {
|
||||
background: #068506;
|
||||
color: white;
|
||||
height: 105px;
|
||||
font-size: medium;
|
||||
height: auto;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
transition: 0.2s;
|
||||
transition: 0.1s;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user