QWidget { font-family: 思源黑体M; font-weight: 500; font-size: 14px; color: #C8CCD2; line-height: 21px; text-align: left; font-style: normal; background: transparent; } /************ 设置背景 ************/ QWidget#widget_title { background: rgba(108,105,124,0.2); border-radius: 4px 4px 0px 0px; } /* QWidget#widget_content { background: #1E1E1E; border-radius: 4px; } */ /* QWidget#widget_display { background: #151515; border: 1px solid rgba(0,0,0,0.8); } */ QLabel#label_title { font-size: 20px; color: #CECECE; line-height: 30px; text-align: left; }