12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- QWidget
- {
- font-family: 思源黑体M;
- background-color: #000000;
- }
- QLabel
- {
- font-family: 思源黑体M;
- color: #FFFFFF;
- text-align: left;
- font-style: normal;
- }
- QLabel#label_stationName
- {
- font-family: 思源黑体M;
- font-weight: 500;
- font-size: 24px;
- color: #D4F7FF;
- line-height: 24px;
- }
- QLabel#label_date, QLabel#label_time
- {
- font-weight: bold;
- font-size: 20px;
- color: rgba(255, 255, 255, 0.5);
- line-height: 30px;
- }
- /*
- QLabel#label_settingNum, #label_settingScale, #label_exit
- {
- font-weight: 400;
- font-size: 18px;
- color: #F3F7FF;
- line-height: 27px;
- } */
- QPushButton#pBtn_settingNum, #pBtn_settingScale, #pBtn_exit
- {
- font-weight: 400;
- font-size: 18px;
- color: #F3F7FF;
- line-height: 27px;
- border: none;
- border-radius: 4px;
- background: transparent;
- }
- QPushButton#pBtn_settingNum:hover, #pBtn_settingScale:hover, #pBtn_exit:hover
- {
- /* color: #1890ff; */
- background-color: rgba(255, 255, 255, 0.4);
- }
|