main.qss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. QPushButton
  2. {
  3. font:12px;
  4. }
  5. QLabel
  6. {
  7. font:12px;
  8. }
  9. QLabel.bigfont
  10. {
  11. font-size:70px;
  12. color:#388d97;
  13. }
  14. QTextBrowser
  15. {
  16. font:12px;
  17. }
  18. QGroupBox
  19. {
  20. font:12px;
  21. }
  22. QRadioButton
  23. {
  24. font:12px;
  25. }
  26. QCheckBox
  27. {
  28. font:12px;
  29. }
  30. QTableWidget
  31. {
  32. font:12px;
  33. }
  34. QProgressBar.upload
  35. {
  36. border:1px solid #cccccc;
  37. text-align:center;
  38. }
  39. QProgressBar.upload::chunk
  40. {
  41. background-color:#2c83b5;
  42. width:10px;
  43. }
  44. QProgressBar.check
  45. {
  46. border:1px solid #cccccc;
  47. text-align:center;
  48. }
  49. QProgressBar.check::chunk
  50. {
  51. background-color:#06b025;
  52. width:10px;
  53. }
  54. QProgressBar.normal
  55. {
  56. border:1px solid gray;
  57. text-align:center;
  58. }
  59. QProgressBar.normal::chunk
  60. {
  61. background-color:#ff0000;
  62. width:10px;
  63. }
  64. QComboBox
  65. {
  66. font:12px;
  67. }
  68. QTreeView
  69. {
  70. font:12px;
  71. }
  72. QWidget.blackborder
  73. {
  74. border-color:#828790;
  75. border-style:solid;
  76. border-width: 1px;
  77. }
  78. QWidget.barframe
  79. {
  80. border-color:#d6d6d6;border-style:solid;border-width: 1px;
  81. background:#efefef;
  82. }
  83. QWidget.highframe
  84. {
  85. background-image:url(:/quick_default_bg.jpg);
  86. }
  87. QWidget.lowframe
  88. {
  89. background-image:url(:/forcast_default_bg.jpg);
  90. }
  91. QWidget.lowframe2
  92. {
  93. background-image:url(:/exact_default_bg.jpg);
  94. }
  95. QFrame.loginbg
  96. {
  97. background-image:url(:/login_bg.jpg) no-repeat;
  98. }
  99. QFrame.whiteframe
  100. {
  101. background:white;
  102. }
  103. QWidget.regbg
  104. {
  105. background-image:url(:/reg_bg.jpg) no-repeat;
  106. }
  107. QLineEdit.right
  108. {
  109. background:url(:/right.png) no-repeat;
  110. background-position:middle right;
  111. color:red;
  112. }
  113. QLineEdit.wrong
  114. {
  115. background:url(:/wrong.png) no-repeat;
  116. background-position:middle right;
  117. }
  118. QLabel.xxl-white
  119. {
  120. font:14px;
  121. color:white;
  122. }
  123. QCheckBox.xxl-white
  124. {
  125. font:12px;
  126. color:white;
  127. }
  128. QLabel.xl-white
  129. {
  130. font:20px;
  131. font-weight: bold;
  132. color:#0000dd;
  133. background:#dedede;
  134. border:1px solid white;
  135. }
  136. QPushButton.link-yellow
  137. {
  138. font:12px;
  139. color:#fff600;
  140. border:0px;
  141. text-decoration:underline;
  142. }
  143. QPushButton.link-newcolor
  144. {
  145. font:12px;
  146. color:#D36900;
  147. border:0px;
  148. text-decoration:underline;
  149. }
  150. QPushButton.big-yellow-bg
  151. {
  152. font:18px;
  153. background:#f24221;
  154. border:0px;
  155. color:white;
  156. width:260px;
  157. height:44px;
  158. font-family:΢ÈíÑźÚ;
  159. }
  160. QPushButton.small-red-bg
  161. {
  162. font:12px;
  163. background:#ff6600;
  164. border:1px solid #e44b15;
  165. color:white;
  166. width:60px;
  167. height:20px;
  168. font-weight:bold;
  169. }
  170. QPushButton.big-red-bg
  171. {
  172. font:18px;
  173. background:#f27c21 ;
  174. border:0px;
  175. color:white;
  176. width:260px;
  177. height:44px;
  178. font-family:΢ÈíÑźÚ;
  179. }
  180. QLabel.txt-yellow
  181. {
  182. font:12px;
  183. color:#fff600;
  184. border:0px;
  185. }
  186. QLabel.txt-newcolor
  187. {
  188. font:12px;
  189. color:#D36900;
  190. border:0px;
  191. }
  192. QPushButton.txt-green
  193. {
  194. font:13px;
  195. color:#128723;
  196. border:1px;
  197. width:30px;
  198. margin-top:2px;
  199. }
  200. QPushButton.txt-green::disabled
  201. {
  202. font:13px;
  203. color:#cccccc;
  204. border:1px;
  205. width:30px;
  206. margin-top:2px;
  207. }
  208. QPushButton.txt-green-autowidth
  209. {
  210. font:12px;
  211. color:#128723;
  212. border:1px;
  213. }
  214. QPushButton.imagebutton
  215. {
  216. font:12px;
  217. color:#128723;
  218. border:1px;
  219. background:url(:/btn_download.png) no-repeat;
  220. background-position:center center;
  221. }
  222. QPushButton.txt-green-bold
  223. {
  224. font:12px;
  225. color:#0e9200;
  226. border:1px;
  227. font-weight: bold;
  228. }
  229. QLabel.xxxl-green
  230. {
  231. font:18px;
  232. color:#128723;
  233. background:white;
  234. }
  235. QLabel.xxxl-white
  236. {
  237. font:20px;
  238. color:white;
  239. font-weight: bold;
  240. }
  241. QPushButton.btn_moveup:hover
  242. {
  243. background:url(:/btn_moveup.png) no-repeat;
  244. background-position:top right;
  245. width:18px;
  246. height:9px;
  247. padding:0;
  248. margin:0;
  249. border:0px;
  250. }
  251. QPushButton.move
  252. {
  253. width:28px;
  254. }
  255. QPushButton.btn_moveup
  256. {
  257. background:url(:/btn_moveup.png) no-repeat;
  258. background-position:top left;
  259. width:18px;
  260. height:9px;
  261. padding:0;
  262. margin:0;
  263. border:0px;
  264. }
  265. QPushButton.btn_moveup:pressed
  266. {
  267. background:url(:/btn_moveup.png) no-repeat;
  268. background-position:bottom left;
  269. width:18px;
  270. height:9px;
  271. padding:0;
  272. margin:0;
  273. border:0px;
  274. }
  275. QPushButton.btn_moveup:disabled
  276. {
  277. background:url(:/btn_moveup.png) no-repeat;
  278. background-position:bottom right;
  279. width:18px;
  280. height:9px;
  281. padding:0;
  282. margin:0;
  283. border:0px;
  284. }
  285. QPushButton.btn_movedown:hover
  286. {
  287. background:url(:/btn_movedown.png) no-repeat;
  288. background-position:top right;
  289. width:18px;
  290. height:9px;
  291. padding:0;
  292. margin:0;
  293. border:0px;
  294. }
  295. QPushButton.btn_movedown
  296. {
  297. background:url(:/btn_movedown.png) no-repeat;
  298. background-position:top left;
  299. width:18px;
  300. height:9px;
  301. padding:0;
  302. margin:0;
  303. border:0px;
  304. }
  305. QPushButton.btn_movedown:pressed
  306. {
  307. background:url(:/btn_movedown.png) no-repeat;
  308. background-position:bottom left;
  309. width:18px;
  310. height:9px;
  311. padding:0;
  312. margin:0;
  313. border:0px;
  314. }
  315. QPushButton.btn_movedown:disabled
  316. {
  317. background:url(:/btn_movedown.png) no-repeat;
  318. background-position:bottom right;
  319. width:18px;
  320. height:9px;
  321. padding:0;
  322. margin:0;
  323. border:0px;
  324. }
  325. QWidget.silverbg
  326. {
  327. background:url(:/tip_bg.png) no-repeat;
  328. background-position:center middle;
  329. }
  330. QLabel.servicetip
  331. {
  332. color:#ff0000;
  333. padding:5px 0px 5px 20px;
  334. background:#dcdcdc;
  335. background-position:left center;
  336. background-image:url(:/icon_online.png);
  337. background-repeat:no-repeat;
  338. }
  339. QLabel.servicetip_on
  340. {
  341. color:#efefef;
  342. padding:5px 0px 5px 20px;
  343. background:#dcdcdc;
  344. background-position:left center;
  345. background-image:url(:/icon_online.png);
  346. background-repeat:no-repeat;
  347. }
  348. QPushButton.big{
  349. width:150px;
  350. height:28px;
  351. }
  352. QPushButton.big1::hover
  353. {
  354. background:#f19900
  355. }
  356. QToolButton {
  357. border-style: solid;
  358. border-width: 1px;
  359. font:12px;
  360. margin-right:5px;
  361. }
  362. QToolButton::checked
  363. {
  364. border-color:#d6d6d6;
  365. background-color:#efefFf;
  366. border-radius: 5px;
  367. font:12px;
  368. margin-right:5px;
  369. }
  370. QToolButton::hover
  371. {
  372. border-color:#d6d6d6;
  373. border-radius: 5px;
  374. font:12px;
  375. margin-right:5px;
  376. }
  377. QTabBar::tab {min-height:30px;min-width:100px;font:12px}