123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- QWidget
- {
- font-family: 思源黑体M;
- text-align: left;
- font-style: normal;
- }
- QWidget#widget
- {
- background: #2E2D31;
- border-radius: 10px;
- border: 1px solid #595959;
- }
- QLabel#label_NC1
- {
- font-weight: bold;
- font-size: 18px;
- color: #D2D2D2;
- line-height: 27px;
- text-align: left;
- font-style: normal;
- text-transform: uppercase;
- }
- QWidget#widget_Top
- {
- background: rgba(108,105,124,0.2);
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- QLabel#label_Warn
- {
- font-weight: 400;
- font-size: 18px;
- color: #D2D2D2;
- line-height: 21px;
- text-align: left;
- font-style: normal;
- }
- QPushButton#pBtn_close
- {
- background: transparent;
- border: none;
- border-image: url(:/image/Resource/image/close_dark/close_default.png);
- }
- QPushButton#pBtn_close:hover
- {
- border-image: url(:/image/Resource/image/close_dark/close_pass.png);
- }
- QPushButton
- {
- background: #FFFFFF;
- border: 1px solid #E6E9F4;
- text-align: center;
- }
- /********* 按钮 *********/
- QPushButton#pBtn_ok
- {
- font-size:14px;
- font-weight: 500;
- text-align: center;
- color: #f3f7ff;
- line-height: 24px;
- border: 1px solid #000000;
- border-radius: 4px;
- background: #0058b1;
- }
- QPushButton#pBtn_ok::hover
- {
- font-size:14px;
- font-weight: 500;
- text-align: center;
- color: #f3f7ff;
- line-height: 24px;
- border: 1px solid #000000;
- border-radius: 4px;
- background: #1a69b8;
- }
- QPushButton#pBtn_cancel
- {
- font-size:14px;
- font-weight: 500;
- text-align: center;
- color: #f3f7ff;
- line-height: 24px;
- border: 1px solid #000000;
- border-radius: 4px;
- background: #3e3d42;
- }
- QPushButton#pBtn_cancel::hover
- {
- font-size:14px;
- font-weight: 500;
- text-align: center;
- color: #f3f7ff;
- line-height: 24px;
- border: 1px solid #000000;
- border-radius: 4px;
- background: #605e65;
- }
|