EyeMapWidget.qss 1016 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. QWidget
  2. {
  3. font-family: 思源黑体M;
  4. background-color: #000000;
  5. }
  6. QLabel
  7. {
  8. font-family: 思源黑体M;
  9. color: #FFFFFF;
  10. text-align: left;
  11. font-style: normal;
  12. }
  13. QLabel#label_stationName
  14. {
  15. font-family: 思源黑体M;
  16. font-weight: 500;
  17. font-size: 24px;
  18. color: #D4F7FF;
  19. line-height: 24px;
  20. }
  21. QLabel#label_date, QLabel#label_time
  22. {
  23. font-weight: bold;
  24. font-size: 20px;
  25. color: rgba(255, 255, 255, 0.5);
  26. line-height: 30px;
  27. }
  28. /*
  29. QLabel#label_settingNum, #label_settingScale, #label_exit
  30. {
  31. font-weight: 400;
  32. font-size: 18px;
  33. color: #F3F7FF;
  34. line-height: 27px;
  35. } */
  36. QPushButton#pBtn_settingNum, #pBtn_settingScale, #pBtn_exit
  37. {
  38. font-weight: 400;
  39. font-size: 18px;
  40. color: #F3F7FF;
  41. line-height: 27px;
  42. border: none;
  43. border-radius: 4px;
  44. background: transparent;
  45. }
  46. QPushButton#pBtn_settingNum:hover, #pBtn_settingScale:hover, #pBtn_exit:hover
  47. {
  48. /* color: #1890ff; */
  49. background-color: rgba(255, 255, 255, 0.4);
  50. }