warning_dark.qss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. QWidget
  2. {
  3. font-family: 思源黑体M;
  4. text-align: left;
  5. font-style: normal;
  6. }
  7. QWidget#widget
  8. {
  9. background: #2E2D31;
  10. border-radius: 10px;
  11. border: 1px solid #595959;
  12. }
  13. QLabel#label_NC1
  14. {
  15. font-weight: bold;
  16. font-size: 18px;
  17. color: #D2D2D2;
  18. line-height: 27px;
  19. text-align: left;
  20. font-style: normal;
  21. text-transform: uppercase;
  22. }
  23. QLabel#label_line
  24. {
  25. background: rgba(255,255,255,0.15);
  26. }
  27. QLabel#label_Warn
  28. {
  29. font-weight: 400;
  30. font-size: 18px;
  31. color: #D2D2D2;
  32. line-height: 21px;
  33. text-align: left;
  34. font-style: normal;
  35. }
  36. QPushButton#pBtn_close{
  37. background: transparent;
  38. border: none;
  39. border-image: url(:/image/Resource/image/close_dark/close_default.png);
  40. }
  41. QPushButton#pBtn_close:hover{
  42. border-image: url(:/image/Resource/image/close_dark/close_pass.png);
  43. }
  44. QPushButton
  45. {
  46. background: #FFFFFF;
  47. border: 1px solid #E6E9F4;
  48. text-align: center;
  49. }
  50. /********* 按钮 *********/
  51. QPushButton#pBtn_ok
  52. {
  53. font-size:14px;
  54. font-weight: 500;
  55. text-align: center;
  56. color: #f3f7ff;
  57. line-height: 24px;
  58. border: 1px solid #000000;
  59. border-radius: 4px;
  60. background: #0058b1;
  61. }
  62. QPushButton#pBtn_ok::hover
  63. {
  64. font-size:14px;
  65. font-weight: 500;
  66. text-align: center;
  67. color: #f3f7ff;
  68. line-height: 24px;
  69. border: 1px solid #000000;
  70. border-radius: 4px;
  71. background: #1a69b8;
  72. }
  73. QPushButton#pBtn_cancel
  74. {
  75. font-size:14px;
  76. font-weight: 500;
  77. text-align: center;
  78. color: #f3f7ff;
  79. line-height: 24px;
  80. border: 1px solid #000000;
  81. border-radius: 4px;
  82. background: #3e3d42;
  83. }
  84. QPushButton#pBtn_cancel::hover
  85. {
  86. font-size:14px;
  87. font-weight: 500;
  88. text-align: center;
  89. color: #f3f7ff;
  90. line-height: 24px;
  91. border: 1px solid #000000;
  92. border-radius: 4px;
  93. background: #605e65;
  94. }