OneEyeMap.qss 644 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. QWidget
  2. {
  3. font-family: 思源黑体M;
  4. font-weight: 500;
  5. font-size: 14px;
  6. color: #C8CCD2;
  7. line-height: 21px;
  8. text-align: left;
  9. font-style: normal;
  10. background: transparent;
  11. }
  12. /************ 设置背景 ************/
  13. /* QWidget#widget_title
  14. {
  15. background: rgba(108,105,124,0.2);
  16. border-radius: 4px 4px 0px 0px;
  17. } */
  18. /* QWidget#widget_content
  19. {
  20. background: #1E1E1E;
  21. border-radius: 4px;
  22. } */
  23. /* QWidget#widget_display
  24. {
  25. background: #151515;
  26. border: 1px solid rgba(0,0,0,0.8);
  27. } */
  28. QLabel#label_title
  29. {
  30. font-size: 20px;
  31. color: #CECECE;
  32. line-height: 30px;
  33. text-align: left;
  34. }