| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | 
							- QListWidget
 
- {
 
- 	/* font-family:"Source Han Sans CN"; */
 
-     font-size: 14px;
 
-     /* font-weight: 400; */
 
-     color: "#3A3F63";
 
- 	border: none;
 
- 	border-right: 1px solid rgba(0, 0, 0, 0.06);
 
- 	background: #ffffff;
 
- 	outline: 0px;
 
- }
 
- QListView::item:hover 
 
- {
 
- 	background-color: rgb(245,245,245);
 
- 	/* font-family:"Source Han Sans CN"; */
 
-     /* font-size: 18px; */
 
-     /* font-weight: 400; */
 
-     color: "#3A3F63";
 
- }
 
- QListView::item:selected 
 
- {
 
- 	background-color: rgb(227, 238, 255);
 
- 	/* font-family:"Source Han Sans CN"; */
 
-     /* font-size: 14px; */
 
-     /* font-weight: 500; */
 
-     color: "#3A3F63";
 
- 	outline: none;
 
- }
 
- QScrollBar:vertical
 
- {
 
- 	border:none;
 
-     background-color: #e2e2e2;
 
-     width: 4px;
 
- }
 
- QScrollBar::handle:vertical
 
- {
 
- 	background: #e2e2e2;
 
-     border-radius: 2px;
 
- }
 
- QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical
 
- {
 
- 	background: #ffffff;/*transparent;*/
 
-     border: none;
 
- }
 
- QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
 
- {
 
- 	background: #ffffff;/*transparent;*/
 
-     border: none;
 
- }
 
 
  |