123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- QWidget
- {
- font-family: 思源黑体R;
- font-weight: 400;
- font-size: 14px;
- color: #1D2129;
- line-height: 22px;
- text-align: left;
- font-style: normal;
- text-transform: none;
- }
- /* 整体背景 */
- QWidget
- {
- background: #FFFFFF;
- }
- QWidget#widget
- {
- border-radius: 4px 4px 4px 4px;
- }
- QPushButton
- {
- font-family: 思源黑体M;
- font-weight: 400;
- font-size: 14px;
- color: #3A3F63;
- line-height: 22px;
- text-align: center;
- font-style: normal;
- text-transform: none;
- }
- /*===============================================================
- * widget_Top
- ================================================================*/
- QLabel#label_X1
- {
- text-align: center;
- color: #F53F3F;
- }
- QPushButton#pBtn_defaultPlan
- {
- /* background: #202428; */
- border-radius: 20px 20px 20px 20px;
- }
- QPushButton#pBtn_defaultPlan:checked
- {
- border-image: url(:/ICON/ICON/Switch_Open.png);
- }
- QPushButton#pBtn_defaultPlan
- {
- border-image: url(:/ICON/ICON/Switch_Close.png);
- }
- QRadioButton#rBtn_moment::indicator:unchecked, QRadioButton#rBtn_day::indicator:unchecked
- {
- background: #FFFFFF;
- border-radius: 8px;
- border: 0px solid #E5E6EB;
- border-image: url(:/ICON/ICON/rBtn_Unchaecked.png);
- }
- QRadioButton#rBtn_moment::indicator:checked, QRadioButton#rBtn_day::indicator:checked
- {
- background: #FFFFFF;
- border-radius: 8px;
- border: 0px solid #165DFF;
- color: #B1B3B4;
- border-image: url(:/ICON/ICON/rBtn_Checked.png);
- }
- QLabel#label_Tip
- {
- border-image: url(:/ICON/ICON/Tip_Light.png);
- }
- QLabel#label_TipText
- {
- padding:8px;
- color: #FFFFFF;
- line-height: 14px;
- border-radius: 4px;
- background-color: rgba(0,0,0,0.4);
- border: 0px solid rgba(255,255,255,0.15);
- }
- /*===============================================================
- * widget_Content
- ================================================================*/
- QWidget#widget_content
- {
- border-radius: 0px 0px 0px 0px;
- border: 1px solid #DAE0F2;
- }
- QWidget#widget_weekpBtn
- {
- background-color: #F5F5FA;
- border-right: 1px solid #DAE0F2;
- }
- /* 周几按钮 */
- QPushButton#pBtn_Monday, #pBtn_Tuesday, #pBtn_Wednesday, #pBtn_Thursday, #pBtn_Friday, #pBtn_Saturday, #pBtn_Sunday, #pBtn_SpecialDay
- {
- background-color: #F5F5FA;
- text-align: left;
- padding-left: 19px;
- border-radius: 0px 0px 0px 0px;
- border: 0px;
- border-right:0px solid #4458FE;
- }
- QPushButton#pBtn_Monday:checked, #pBtn_Tuesday:checked, #pBtn_Wednesday:checked, #pBtn_Thursday:checked, #pBtn_Friday:checked, #pBtn_Saturday:checked, #pBtn_Sunday:checked, #pBtn_SpecialDay:checked
- {
- color:#4458FE;
- background-color:rgba(68, 88, 254, 0.10);
- text-align: left;
- padding-left: 19px;
- border-radius: 0px;
- border-right: 2px solid #4458FE;
- }
- /*===============================================================
- * widget_bottom
- ================================================================*/
- QWidget#widget_bottom
- {
- border-radius: 0px 0px 0px 0px;
- border-left: 1px solid #DAE0F2;
- border-right: 1px solid #DAE0F2;
- border-bottom: 1px solid #DAE0F2;
- }
- QPushButton#pBtn_addPlan, QPushButton#pBtn_clearPlan, QPushButton#pBtn_importPlan, QPushButton#pBtn_exportPlan
- {
- font-family: 思源黑体M;
- background-color: #FFFFFF;
- border-radius: 4px;
- border: 1px solid #E6E9F4;
- }
- QPushButton#pBtn_addPlan:hover, #pBtn_clearPlan:hover, #pBtn_importPlan:hover, #pBtn_exportPlan:hover
- {
- font-family: 思源黑体M;
- color: #4458FE;
- background-color: #FFFFFF;
- border-radius: 4px;
- border: 1px solid #4458FE;
- }
- /*===============================================================
- * WidgetItems
- ================================================================*/
- /*QScrollBar*/
- QScrollArea
- {
- background:transparent;
- border-radius:0px;
- border:none;
- }
- QScrollBar:horizontal, QScrollBar:vertical
- {
- border:none;
- background-color: rgba(255, 255, 255, 0);
- margin: 0px 0px 0px 0px;
- }
- QScrollBar:horizontal
- {
- height: 12px;
- }
- QScrollBar:vertical
- {
- width: 6px;
- }
- QScrollBar::handle:horizontal,QScrollBar::handle:vertical
- {
- background: #E2E2E2;
- border-radius: 3px;
- min-width: 8px;
- }
- QScrollBar::handle:horizontal
- {
- min-width: 8px;
- }
- QScrollBar::handle:vertical
- {
- min-height: 113px;
- }
- QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal,
- QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical
- {
- background-color: rgba(255, 255, 255, 0);
- border: none;
- }
- QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal,
- QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
- {
- background-color: rgba(255, 255, 255, 0);
- background: none;
- }
- /*===============================================================
- * TimeWidget 时间选择器
- *===============================================================*/
- TimeWidget
- {
- /* background: transparent; */
- border-radius: 4px;
- padding-left:12px;
- border: 1px solid #438EFF;
- }
- CDate
- {
- background: #FFFFFF;
- border-radius: 4px;
- padding-left:12px;
- border: 1px solid #E6E9F4;
- }
|