5 Star 40 Fork 18

Gitee 极速下载/ZenShot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/easysoft/zenshot
克隆/下载
zentaodemand.css 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
leexu007 提交于 2022-09-13 17:24 . * zenshot ui style
#ZTDemand {
background-color: #ffffff;
color: #1B1F28;
font-size: 13px;
border: 0px;
margin: 0px;
padding: 0px;
}
QLabel {
font-family: Microsoft YaHei;
font-size: 12px;
color: #3C4353;
font-weight: 400;
background-color: #EDEEF2;
font-weight: 400;
border: 1px solid rgba(215,219,222,1);
border-right: 0px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
QLineEdit {
font-family: Microsoft YaHei;
font-size: 12px;
line-height: 20px;
font-weight: 400;
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
padding-left: 8px;
}
QTextEdit {
font-family: Microsoft YaHei;
font-size: 12px;
line-height: 20px;
font-weight: 400;
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
padding-left: 8px;
}
QComboBox {
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
padding-left: 8px;
}
QComboBox::down-arrow
{
border-image: url(:/images/cbx-down.png);
background-color: transparent;
}
QDateEdit {
background-color: transparent;
border: 1px solid rgba(215,219,222,1);
border-radius: 2px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
QDateEdit::down-arrow
{
border-image: url(:/images/cbx-down.png);
background-color: transparent;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/ZenShot.git
git@gitee.com:mirrors/ZenShot.git
mirrors
ZenShot
ZenShot
main

搜索帮助