/*QPalette{background:#FFFFFF;}*/ QWidget#wdgtWin{ background: url(:/image/login/bg_login.png); } QWidget#wdgtForm{ background: transparent; background-color: #FFFFFF; border: none; border-radius: 20px; } QWidget#wdgtForm QLabel{ color: #000000; font-family: "Microsoft YaHei"; font-size: 20px; font-weight: bold; } QWidget#wdgtForm QLabel#labelTitle{ color: #2F6FC6; font-size: 24px; } QWidget#wdgtForm QLineEdit{ background-color: white; /* 背景色:浅灰色 */ border: 2px solid #cccccc; /* 边框:灰色 */ border-radius: 8px; /* 圆角边框 */ padding: 5px 10px; /* 内边距,增加输入区域的间距 */ font-size: 24px; /* 字体大小 */ font-family: "Microsoft YaHei"; /* 字体 */ color: black; /* 字体颜色 */ icon-size: 24px; } QWidget#wdgtForm QPushButton{ background: transparent; background-color: #2F6FC6; border: none; border-radius: 16px; color: #FFFFFF; font-family: "Microsoft YaHei"; font-size: 20px; font-weight: bold; } QWidget#wdgtButt QPushButton{ border-radius: 3px; color: #FFFFFF; padding: 3px; margin: 0px; }