protal.css 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496
  1. html, body, a, a:link, a:visited, a:hover, a:active, select, input, label, button, textarea {
  2. font-size: 13px;
  3. }
  4. /*首页头部*/
  5. .logo {
  6. width: 295px;
  7. height: 65px;
  8. float: left;
  9. background: url("../../locale/images/logo.png") left center no-repeat;
  10. background-size: 295px 60px;
  11. }
  12. /*左侧菜单样式*/
  13. .theme-left-layout {
  14. background: #232323;
  15. }
  16. .theme-left-layout .theme-left-switch {
  17. z-index: 9999;
  18. cursor: pointer;
  19. position: absolute;
  20. left: auto;
  21. right: 0;
  22. top: 50%;
  23. margin: -30px 0 0;
  24. width: 26px;
  25. height: 35px;
  26. line-height: 35px;
  27. text-align: center;
  28. color: #fff;
  29. background: #2a2a2a;
  30. }
  31. .theme-left-layout .theme-left-normal {
  32. }
  33. .theme-left-layout .theme-left-minimal {
  34. display: none;
  35. }
  36. .theme-left-layout .theme-left-normal,
  37. .theme-left-layout .theme-left-minimal {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .theme-left-layout .datalist .panel-body,
  42. .theme-left-layout .layout .panel-body,
  43. .theme-left-layout .accordion,
  44. .theme-left-layout .accordion .accordion-header {
  45. background: transparent;
  46. color: #fff;
  47. }
  48. .theme-left-layout .panel-header,
  49. .theme-left-layout .panel-body,
  50. .theme-left-layout .accordion {
  51. border-color: #1b1b1b;
  52. }
  53. .theme-left-layout .datagrid-row-selected,
  54. .theme-left-layout .datagrid-row-over,
  55. .theme-left-layout .accordion-header-selected .accordion .accordion-collapse:link,
  56. .accordion .accordion-collapse:visited,
  57. .accordion .accordion-collapse:hover,
  58. .accordion .accordion-collapse:active,
  59. .accordion .accordion-collapse:focus,
  60. .accordion .accordion-expand:link,
  61. .accordion .accordion-expand:visited,
  62. .accordion .accordion-expand:hover,
  63. .accordion .accordion-expand:active,
  64. .accordion .accordion-expand:focus {
  65. background-color: #1e1e1e !important;
  66. }
  67. .theme-left-layout .theme-left-normal .datalist .datagrid-cell {
  68. padding: 8px 15px 8px 30px;
  69. color: #878787;
  70. }
  71. .theme-left-layout .theme-left-minimal .datalist .datagrid-cell {
  72. text-align: center;
  73. padding: 10px 15px;
  74. }
  75. .theme-left-layout .theme-left-minimal .datalist {
  76. padding: 20px 0;
  77. }
  78. .theme-left-layout a,
  79. .theme-left-layout a:link,
  80. .theme-left-layout a:visited,
  81. .theme-left-layout a:hover,
  82. .theme-left-layout a:active {
  83. color: #fff;
  84. }
  85. .theme-left-user-panel {
  86. padding: 15px 0 !important;
  87. }
  88. .theme-left-user-panel dl {
  89. overflow: hidden;
  90. clear: both;
  91. }
  92. .theme-left-user-panel dl dt,
  93. .theme-left-user-panel dl dd {
  94. float: left;
  95. }
  96. .theme-left-user-panel dl dt img {
  97. -moz-border-radius: 45px;
  98. -webkit-border-radius: 45px;
  99. border-radius: 45px;
  100. margin: 15px 15px 0 15px;
  101. }
  102. .theme-left-user-panel dl dd b {
  103. margin: 10px 0 0;
  104. font-size: 14px;
  105. }
  106. .theme-left-user-panel dl dd b i {
  107. margin: 0 0 0 10px;
  108. font-weight: normal;
  109. }
  110. .theme-left-user-panel dl dd span {
  111. color: #999;
  112. text-overflow: ellipsis;
  113. }
  114. .theme-left-user-panel dl p {
  115. margin: 5px 0 0;
  116. }
  117. .theme-left-user-panel dl p i {
  118. font-style: normal;
  119. }
  120. .theme-left-user-panel dl dd span,
  121. .theme-left-user-panel dl dd b,
  122. .theme-left-user-panel dl p {
  123. display: block;
  124. }
  125. .theme-navigate-unit-name,
  126. .theme-navigate-unit-name:hover {
  127. background: none;
  128. border: none;
  129. /*margin: 0 60px 0 5px;*/
  130. }
  131. .theme-navigate-unit-name .l-btn-text {
  132. color: #767676 !important;
  133. font-size: 12px;
  134. }
  135. /*头部菜单按钮全局样式,根据需要删减*/
  136. .theme-navigate {
  137. height: 41px;
  138. }
  139. .theme-navigate .left,
  140. .theme-navigate .right {
  141. height: 46px;
  142. }
  143. .theme-navigate {
  144. overflow: hidden;
  145. clear: both;
  146. padding: 5px 0 0 280px;
  147. }
  148. .theme-navigate .left {
  149. float: left;
  150. }
  151. .theme-navigate .right {
  152. float: right;
  153. padding: 0 20px 0 0;
  154. }
  155. .theme-navigate .l-btn-text {
  156. color: #c3c3c3;
  157. margin: 3px 5px;
  158. }
  159. .theme-navigate .l-btn,
  160. .theme-navigate .l-btn:hover {
  161. padding: 3px 8px;
  162. border: none;
  163. background: none;
  164. }
  165. .theme-navigate .l-btn:hover,
  166. .theme-navigate .m-btn-plain-active {
  167. background: #2d2d2d;
  168. }
  169. /*头部菜单按钮全局样式,根据需要删减*/
  170. /*头部用户信息,根据需要删减*/
  171. .theme-navigate-user-button.l-btn-plain,
  172. .theme-navigate-user-button.l-btn-plain:hover {
  173. padding: 3px 10px;
  174. background: #1b8cf2;
  175. margin-right: 15px;
  176. }
  177. .theme-navigate-user-button.l-btn-plain:hover,
  178. .theme-navigate-user-button.m-btn-plain-active {
  179. background: #339cfb;
  180. }
  181. .theme-navigate-user-button .l-btn-text {
  182. margin-right: 40px !important;
  183. color: #FFF;
  184. }
  185. .theme-navigate-user-button .m-btn-downarrow {
  186. background: url('images/menu_arrows_white.png') no-repeat 0 center;
  187. }
  188. .theme-navigate-user-button:hover .m-btn-downarrow {
  189. background: url('images/menu_arrows_white.png') no-repeat -16px center;
  190. }
  191. .theme-navigate-user-panel {
  192. width: 320px !important;
  193. padding: 0 !important;
  194. }
  195. .theme-navigate-user-panel dl,
  196. .theme-navigate-user-panel dl dt,
  197. .theme-navigate-user-panel dl dd {
  198. overflow: hidden;
  199. clear: both;
  200. }
  201. .theme-navigate-user-panel dl dd {
  202. padding: 15px;
  203. }
  204. .theme-navigate-user-panel dl dd img {
  205. float: left;
  206. -moz-border-radius: 45px;
  207. -webkit-border-radius: 45px;
  208. border-radius: 45px;
  209. margin: 0 15px 0 0;
  210. }
  211. .theme-navigate-user-panel dl dd b {
  212. margin: 10px 0 0;
  213. font-size: 14px;
  214. }
  215. .theme-navigate-user-panel dl dd b i {
  216. margin: 0 0 0 10px;
  217. font-weight: normal;
  218. }
  219. .theme-navigate-user-panel dl dd span {
  220. color: #999;
  221. }
  222. .theme-navigate-user-panel dl p {
  223. margin: 5px 0 0;
  224. }
  225. .theme-navigate-user-panel dl p i {
  226. font-style: normal;
  227. }
  228. .theme-navigate-user-panel dl dd span,
  229. .theme-navigate-user-panel dl dd b,
  230. .theme-navigate-user-panel dl p {
  231. display: block;
  232. }
  233. .theme-navigate-user-panel dl dt {
  234. background: #f5f5f5 url(images/footer_projection.png) left top repeat-x;
  235. border-top: 1px solid #b9b9b9;
  236. padding: 10px 15px;
  237. }
  238. .theme-navigate-user-panel dl dt a {
  239. display: block;
  240. float: left;
  241. background: #fdfdfd;
  242. border: 1px solid #e3e3e3;
  243. padding: 5px 15px;
  244. }
  245. .theme-navigate-user-panel dl dt .theme-navigate-user-modify {
  246. float: left;
  247. }
  248. .theme-navigate-user-panel dl dt .theme-navigate-user-logout {
  249. float: right;
  250. }
  251. /*头部用户信息,根据需要删减*/
  252. /*头部更多菜单,根据需要删减*/
  253. .theme-navigate-more-button .l-btn-text {
  254. background: url(images/navigate_more.png) center center no-repeat;
  255. }
  256. .theme-navigate-menu-panel.menu,
  257. .theme-navigate-user-panel.menu,
  258. .theme-navigate-more-panel.menu {
  259. -moz-border-radius: 0 0 3px 3px;
  260. -webkit-border-radius: 0 0 3px 3px;
  261. border-radius: 0 0 3px 3px;
  262. border-top: none;
  263. }
  264. /*头部更多菜单,根据需要删减*/
  265. .theme-navigate-menu-panel {
  266. top: 46px !important;
  267. }
  268. .theme-navigate-user-panel,
  269. .theme-navigate-more-panel {
  270. top: 47px !important;
  271. }
  272. .theme-navigate-menu-panel .menu-text,
  273. .theme-navigate-more-panel .menu-text {
  274. padding-left: 25px;
  275. }
  276. .theme-navigate-menu-panel,
  277. .theme-navigate-menu-panel + .menu-shadow {
  278. margin: 0 0 0 -15px;
  279. }
  280. .dropdown-menu {
  281. border-top-left-radius: 0;
  282. border-top-right-radius: 0;
  283. }
  284. /*头部下拉菜单样式,根据需要删减*/
  285. .theme-navigate-combobox + .combo,
  286. .theme-navigate-combobox + .combo .textbox-text,
  287. .theme-navigate-combobox + .combo .combo-arrow {
  288. color: #c3c3c3;
  289. background-color: #2d2d2d;
  290. height: 36px !important;
  291. line-height: 36px !important;
  292. }
  293. .theme-navigate-combobox + .combo .textbox-text {
  294. padding: 8px 10px 8px 15px;
  295. }
  296. .theme-navigate-combobox + .combo {
  297. border: none;
  298. box-shadow: none;
  299. border-radius: 0;
  300. }
  301. .theme-navigate-combobox + .combo .combo-arrow {
  302. height: 36px !important;
  303. line-height: 36px !important;
  304. width: 30px !important;
  305. opacity: 1.0;
  306. filter: alpha(opacity=100);
  307. }
  308. .theme-navigate-combobox + .combo .textbox-addon {
  309. padding: 0;
  310. }
  311. .theme-navigate-combobox-panel {
  312. margin: 5px 0 0;
  313. -moz-box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2);
  314. -webkit-box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2);
  315. box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2);
  316. }
  317. .theme-navigate-combobox-panel .combo-panel {
  318. border-top: none;
  319. border-color: #c4c4c4;
  320. padding: 10px 0;
  321. }
  322. .theme-navigate-combobox-panel,
  323. .theme-navigate-combobox-panel .combo-panel {
  324. -moz-border-radius: 0 0 3px 3px;
  325. -webkit-border-radius: 0 0 3px 3px;
  326. border-radius: 0 0 3px 3px;
  327. }
  328. .theme-navigate-combobox-panel .combobox-item {
  329. padding: 5px 15px;
  330. }
  331. /*头部下拉菜单样式,根据需要删减*/
  332. /*头部搜索框样式,根据需要删减*/
  333. .theme-navigate-search + .searchbox {
  334. border: none;
  335. background-color: #2d2d2d;
  336. box-shadow: none;
  337. margin: 0 0 0 2px;
  338. height: 36px !important;
  339. }
  340. .theme-navigate-search + .searchbox .searchbox-button {
  341. width: 36px !important;
  342. }
  343. .theme-navigate-search + .searchbox .l-btn {
  344. background: none;
  345. border: none;
  346. }
  347. .theme-navigate-search + .searchbox .l-btn .m-btn-downarrow {
  348. background: url('images/combo_arrow.png') no-repeat 0 center;
  349. }
  350. .theme-navigate-search + .searchbox .textbox-text {
  351. box-shadow: none;
  352. background-color: transparent;
  353. }
  354. .theme-navigate-search + .searchbox .textbox-addon-right {
  355. border-left: none;
  356. background-color: transparent;
  357. }
  358. .theme-navigate-search + .searchbox .searchbox-button {
  359. background: url('images/searchbox_navigate_button.png') no-repeat center center;
  360. }
  361. .theme-navigate-search + .searchbox input {
  362. color: #c3c3c3;
  363. }
  364. /*头部搜索框样式,根据需要删减*/
  365. .theme-header-layout {
  366. background: #004c8b;
  367. }
  368. .theme-navigate {
  369. padding: 0 !important;
  370. clear: none !important;
  371. height: 65px;
  372. }
  373. .theme-navigate .right {
  374. float: right;
  375. padding: 0px;
  376. height: 65px !important;
  377. }
  378. .theme-navigate .l-btn {
  379. height: 65px;
  380. line-height: 65px;
  381. margin-left: 14px;
  382. background-color: #004c8b;
  383. padding: 0;
  384. border-radius: 0;
  385. }
  386. .theme-navigate .l-btn-text {
  387. color: #fff;
  388. line-height: 43px;
  389. margin: 11px 9px;
  390. }
  391. .theme-navigate .l-btn, .theme-navigate .l-btn:hover {
  392. padding: 0;
  393. }
  394. .theme-navigate .l-btn:hover,
  395. .theme-navigate .m-btn-plain-active {
  396. background-color: #579ec8;
  397. }
  398. .theme-navigate i {
  399. margin-left: 5px;
  400. }
  401. /*登录框架开始*/
  402. .theme-login-layout {
  403. background: #eef0ed;
  404. }
  405. /*登录form框架*/
  406. #theme-login-form {
  407. width: 800px;
  408. margin: 0 auto 50px auto;
  409. background: #fff;
  410. overflow: hidden;
  411. clear: both;
  412. padding: 70px 0 100px;
  413. position: relative;
  414. }
  415. #theme-login-form .QRcode {
  416. position: absolute;
  417. top: 0;
  418. right: 0;
  419. width: 93px;
  420. height: 93px;
  421. background: url('images/QRcode.png') no-repeat center center;
  422. filter: alpha(opacity=50);
  423. -moz-opacity: 0.5;
  424. -khtml-opacity: 0.5;
  425. opacity: 0.5;
  426. }
  427. #theme-login-form .QRcode:hover {
  428. filter: alpha(opacity=100);
  429. -moz-opacity: 1;
  430. -khtml-opacity: 1;
  431. opacity: 1;
  432. cursor: pointer;
  433. }
  434. #theme-login-form .QRcode-layout {
  435. position: absolute;
  436. top: 0;
  437. right: 0;
  438. bottom: 0;
  439. left: 0;
  440. width: 100%;
  441. height: 100%;
  442. background: #fff;
  443. z-index: 99999;
  444. }
  445. #theme-login-form .QRcode-layout-close {
  446. position: absolute;
  447. top: 0;
  448. right: 0;
  449. width: 30px;
  450. height: 30px;
  451. margin: 10px;
  452. background: url('images/QRcode-close.png') no-repeat center center #e3e3e3;
  453. cursor: pointer;
  454. border-radius: 15px;
  455. -moz-border-radius: 15px;
  456. -webkit-border-radius: 15px;
  457. }
  458. #theme-login-form .QRcode-layout .QRcode-header {
  459. width: 500px;
  460. margin: 80px auto 50px auto;
  461. }
  462. #theme-login-form .QRcode-layout .QRcode-header b,
  463. #theme-login-form .QRcode-layout .QRcode-header span {
  464. display: block;
  465. text-align: center;
  466. }
  467. #theme-login-form .QRcode-layout .QRcode-header b {
  468. font-size: 24px;
  469. color: #015cc2;
  470. margin: 0 0 5px;
  471. }
  472. #theme-login-form .QRcode-layout .QRcode-header span {
  473. font-size: 12px;
  474. color: #595959;
  475. }
  476. #theme-login-form .QRcode-layout .QRcode-content {
  477. width: 215px;
  478. height: 215px;
  479. margin: 0 auto;
  480. }
  481. .theme-login-header {
  482. height: 100px;
  483. }
  484. .theme-login-footer {
  485. width: 800px;
  486. margin: 0 auto;
  487. color: #666666;
  488. }
  489. .theme-login-footer,
  490. .login-footer dl {
  491. overflow: hidden;
  492. clear: both;
  493. }
  494. .theme-login-footer dl dt {
  495. height: 30px;
  496. line-height: 30px;
  497. margin: 0 0 5px 0;
  498. color: #a8a8a8;
  499. }
  500. .theme-login-footer dl dt a {
  501. margin: 0 5px;
  502. }
  503. .theme-login-footer dl dt a,
  504. .login-footer dl dt a:link,
  505. .login-footer dl dt a:visited,
  506. .login-footer dl dt a:hover,
  507. .login-footer dl dt a:active,
  508. .login-footer dl dt a:focus {
  509. color: #666666;
  510. }
  511. #theme-login-form dl {
  512. width: 300px;
  513. margin: 0 auto;
  514. }
  515. #theme-login-form dl dd {
  516. margin: 0 0 5px;
  517. clear: both;
  518. height: auto;
  519. overflow: hidden;
  520. }
  521. #theme-login-form dl dt img {
  522. margin: 0 auto 30px auto;
  523. width: 128px;
  524. display: block;
  525. }
  526. /*登录表单*/
  527. /*登录选择表单,根据需要删减*/
  528. .theme-login-select + .combo,
  529. .theme-login-select + .combo .textbox-text,
  530. .theme-login-select + .combo .combo-arrow {
  531. height: 38px !important;
  532. line-height: 38px !important;
  533. color: #fff;
  534. }
  535. .theme-login-select + .combo {
  536. border: 1px solid #1e7bee;
  537. box-shadow: none;
  538. -moz-border-radius: 2px;
  539. -webkit-border-radius: 2px;
  540. border-radius: 2px;
  541. }
  542. .theme-login-select + .combo .textbox-addon-right,
  543. .theme-login-select + .combo .textbox-addon-left,
  544. .theme-login-select + .combo .textbox-text {
  545. background-color: transparent;
  546. }
  547. .theme-login-select + .combo .textbox-text {
  548. padding: 0 15px;
  549. }
  550. .theme-login-select + .combo,
  551. .theme-login-select + .combo .combo-arrow {
  552. background-color: #1e7bee;
  553. }
  554. .theme-login-select + .combo .combo-arrow {
  555. background: url(images/set.png) center center no-repeat;
  556. opacity: 1.0;
  557. filter: alpha(opacity=100);
  558. width: 34px !important;
  559. }
  560. .theme-login-select-panel {
  561. margin: -2px 0 0;
  562. }
  563. .theme-login-select-panel .combo-panel {
  564. padding: 5px 0;
  565. -moz-border-radius: 0 0 3px 3px;
  566. -webkit-border-radius: 0 0 3px 3px;
  567. border-radius: 0 0 3px 3px;
  568. }
  569. .theme-login-select-panel .combo-panel,
  570. .theme-login-select-panel .combobox-item-selected {
  571. background-color: #1e7bee;
  572. }
  573. .theme-login-select-panel .combobox-item {
  574. color: #fff;
  575. padding: 6px 15px;
  576. }
  577. .theme-login-select-panel .combobox-item-hover {
  578. background-color: #fff;
  579. color: #0d478f;
  580. }
  581. .theme-login-select-panel .panel-header,
  582. .theme-login-select-panel .panel-body {
  583. border: none;
  584. }
  585. /*登录选择表单,根据需要删减*/
  586. /*登录输入表单,根据需要删减*/
  587. .theme-login-text + .textbox,
  588. .theme-login-text + .textbox .textbox-text {
  589. height: 38px !important;
  590. line-height: 38px !important;
  591. color: #333333;
  592. }
  593. .theme-login-text + .textbox .textbox-text {
  594. background-color: transparent;
  595. padding: 4px 15px;
  596. }
  597. .theme-login-text + .textbox {
  598. -moz-border-radius: 2px;
  599. -webkit-border-radius: 2px;
  600. border-radius: 2px;
  601. }
  602. .theme-login-text + .textbox,
  603. .theme-login-text + .textbox.textbox-invalid,
  604. .theme-login-text + .textbox.textbox-invalid.textbox-focused {
  605. border-color: #d2d2d2;
  606. -moz-box-shadow: none;
  607. -webkit-box-shadow: none;
  608. box-shadow: none;
  609. }
  610. .theme-login-text + .textbox .textbox-prompt {
  611. color: #9d9d9d;
  612. }
  613. /*登录输入表单,根据需要删减*/
  614. /*邮箱输入表单,根据需要删减*/
  615. .theme-login-form .group-mail label,
  616. .theme-login-form .group-mail .textbox,
  617. .theme-login-form .group-mail .textbox .textbox-text {
  618. height: 38px !important;
  619. line-height: 38px !important;
  620. }
  621. .theme-login-form .group-mail label {
  622. line-height: 38px !important;
  623. }
  624. .theme-login-form .group-mail .textbox {
  625. -moz-border-radius: 2px 0 0 2px;
  626. -webkit-border-radius: 2px 0 0 2px;
  627. border-radius: 2px 0 0 2px;
  628. }
  629. .theme-login-form .group-mail .textbox.textbox-invalid,
  630. .theme-login-form .group-mail .textbox.textbox-invalid,
  631. .theme-login-form .group-mail .textbox.textbox-focused {
  632. border-color: #d2d2d2;
  633. -moz-box-shadow: none;
  634. -webkit-box-shadow: none;
  635. box-shadow: none;
  636. }
  637. .theme-login-form .group-mail .combo {
  638. -moz-border-radius: 0 3px 3px 0;
  639. -webkit-border-radius: 0 3px 3px 0;
  640. border-radius: 0 3px 3px 0;
  641. }
  642. .theme-mail-select-panel {
  643. margin: -2px 0 0 -23px;
  644. width: 142px !important;
  645. }
  646. .theme-mail-select-panel .combo-panel,
  647. .theme-mail-select-panel .combobox-item-selected {
  648. background-color: #eeeeee;
  649. }
  650. .theme-mail-select-panel .combo-panel {
  651. padding: 0 0;
  652. -moz-border-radius: 0 0 3px 3px;
  653. -webkit-border-radius: 0 0 3px 3px;
  654. border-radius: 0 0 3px 3px;
  655. border-top: none;
  656. }
  657. .theme-mail-select-panel .combobox-item {
  658. padding: 6px 15px 6px 30px;
  659. }
  660. .theme-mail-select-panel .combobox-item-hover {
  661. background-color: #fff;
  662. }
  663. /*邮箱输入表单,根据需要删减*/
  664. .theme-login-form .submit {
  665. background: #009ce4;
  666. border: none;
  667. }
  668. .theme-login-form .submit,
  669. .theme-login-form .submit .l-btn-text {
  670. height: 40px !important;
  671. line-height: 40px !important;
  672. margin: 0 5px 0 0;
  673. padding: 0 10px;
  674. color: #fff;
  675. }
  676. .theme-login-form .button,
  677. .theme-login-form .button .l-btn-text {
  678. height: 38px !important;
  679. line-height: 38px !important;
  680. margin: 0;
  681. padding: 0 10px;
  682. }
  683. /*登录表单*/
  684. /*登录框架结束*/
  685. /*主框架*/
  686. .theme-user-info-panel {
  687. overflow: hidden;
  688. clear: both;
  689. padding: 30px 20px 40px 30px;
  690. }
  691. .theme-user-info-panel .left {
  692. float: left;
  693. }
  694. .theme-user-info-panel .right {
  695. float: right;
  696. }
  697. .theme-user-info-panel .center {
  698. overflow: hidden;
  699. padding: 0 0 0 30px;
  700. }
  701. .theme-user-info-panel .left img {
  702. margin: 10px 0 0;
  703. -moz-border-radius: 65px;
  704. -webkit-border-radius: 65px;
  705. border-radius: 65px;
  706. }
  707. .theme-user-info-panel .center h1 {
  708. font-size: 24px;
  709. margin: 10px 0 5px;
  710. }
  711. .theme-user-info-panel .center h1 span {
  712. font-weight: normal;
  713. margin: 0 0 0 10px;
  714. }
  715. .theme-user-info-panel .center h2 {
  716. font-size: 12px;
  717. font-weight: normal;
  718. color: #848484;
  719. }
  720. .theme-user-info-panel .center ul {
  721. margin: 5px 0 0;
  722. overflow: hidden;
  723. clear: both;
  724. }
  725. .theme-user-info-panel .center ul li {
  726. margin: 0 15px 0 0;
  727. color: #575757;
  728. float: left;
  729. line-height: 22px;
  730. }
  731. .theme-user-info-panel .center ul li i {
  732. position: relative;
  733. top: 1px;
  734. color: #a4a4a4;
  735. }
  736. .theme-user-info-panel .right ul {
  737. overflow: hidden;
  738. clear: both;
  739. }
  740. .theme-user-info-panel .right ul li {
  741. float: left;
  742. text-align: center;
  743. font-size: 42px;
  744. margin: 0 30px 0 0;
  745. padding: 0 30px 0 0;
  746. border-right: 1px solid #e8e8e8;
  747. }
  748. .theme-user-info-panel .right ul li:last-child {
  749. border-right: none;
  750. padding: 0;
  751. margin: 0 15px 0 0;
  752. }
  753. .theme-user-info-panel .right ul li span {
  754. display: block;
  755. font-size: 12px;
  756. margin: 10px 0 5px;
  757. color: #8c8c8c;
  758. }
  759. .side-menu,
  760. .side-menu dt,
  761. .side-menu dd {
  762. overflow: hidden;
  763. clear: both;
  764. }
  765. .side-menu dt {
  766. padding: 20px 10px;
  767. border-bottom: 1px solid #efefef;
  768. }
  769. .side-menu dd {
  770. padding: 10px;
  771. border-bottom: 1px solid #efefef;
  772. }
  773. .side-menu dd span {
  774. float: right;
  775. }
  776. .side-menu .hover {
  777. border-left: 4px solid #1b8cf2;
  778. background: #fafafa;
  779. }
  780. .theme-navigate .user-photo {
  781. display: inline-block;
  782. width: 30px;
  783. height: 30px;
  784. line-height: 30px;
  785. border: 1px solid #fff;
  786. border-radius: 50%;
  787. margin: -4px 8px 0 0;
  788. max-width: 40px;
  789. max-height: 40px;
  790. overflow: hidden;
  791. vertical-align: middle;
  792. background-color: #fff;
  793. color: #eee;
  794. }
  795. .user-photo {
  796. background: #fff url(./images/userphoto.png) left center no-repeat;
  797. background-size: 100% 100%;
  798. }
  799. /*主框架结束*/
  800. .window-layout .layout-panel-south .layout-body {
  801. text-align: right;
  802. height: 60px !important;
  803. line-height: 60px !important;
  804. padding: 0 15px;
  805. }
  806. .window-layout .layout-panel-south .layout-body .l-btn-text {
  807. padding: 0 25px;
  808. }
  809. .window-layout .tabs-header {
  810. padding-top: 10px;
  811. }
  812. .window-layout .tabs {
  813. padding-left: 10px;
  814. }
  815. .form-layout {
  816. padding: 10px;
  817. }
  818. .form-layout p {
  819. background: #1b8cf2;
  820. color: #fff;
  821. -moz-border-radius: 3px;
  822. -webkit-border-radius: 3px;
  823. border-radius: 3px;
  824. height: 36px;
  825. line-height: 36px;
  826. margin: 0 0 10px;
  827. padding: 0 18px;
  828. }
  829. .form-layout p span {
  830. margin: 0 10px;
  831. }
  832. .form-layout p span,
  833. .form-layout p span a,
  834. .form-layout p span a:link,
  835. .form-layout p span a:visited,
  836. .form-layout p span a:hover,
  837. .form-layout p span a:active {
  838. color: #b0daff;
  839. }
  840. .form-layout dl {
  841. margin: 0 0 2px;
  842. padding: 0 18px;
  843. height: auto;
  844. overflow: hidden;
  845. }
  846. .form-layout,
  847. .form-layout dl,
  848. .form-layout p {
  849. clear: both;
  850. }
  851. .form-layout dl dt {
  852. width: 80px;
  853. }
  854. .form-layout dl dt,
  855. .form-layout dl dd {
  856. float: left;
  857. }
  858. .form-layout dl,
  859. .form-layout dl dt,
  860. .form-layout dl dd {
  861. line-height: 34px;
  862. height: auto;
  863. }
  864. .form-layout .portrait-layout {
  865. position: relative;
  866. }
  867. .form-layout .portrait-layout img {
  868. -moz-border-radius: 65px;
  869. -webkit-border-radius: 65px;
  870. border-radius: 65px;
  871. }
  872. .form-layout .portrait-layout input {
  873. position: absolute;
  874. width: 129px;
  875. height: 129px;
  876. cursor: pointer;
  877. filter: alpha(opacity=0);
  878. -moz-opacity: 0;
  879. -khtml-opacity: 0;
  880. opacity: 0;
  881. }
  882. .group-form {
  883. overflow: hidden;
  884. clear: both;
  885. height: auto;
  886. }
  887. .group-form dl {
  888. clear: none;
  889. float: left;
  890. width: 40%;
  891. }
  892. .preview-set-panel,
  893. .preview-set-panel .preview-content {
  894. overflow: hidden;
  895. clear: both;
  896. }
  897. .preview-set-panel .left,
  898. .preview-set-panel .right {
  899. height: 330px;
  900. overflow: hidden;
  901. }
  902. .preview-set-panel .left {
  903. float: left;
  904. width: 60%;
  905. }
  906. .preview-set-panel .right {
  907. float: right;
  908. width: 35%;
  909. }
  910. .preview-set-panel .preview-caption {
  911. font-weight: bold;
  912. margin: 10px 0 15px;
  913. font-size: 14px;
  914. }
  915. .preview-set-panel .preview-cut {
  916. background: #f7f7f7;
  917. margin: 0 auto 10px;
  918. overflow: hidden;
  919. -moz-border-radius: 65px;
  920. -webkit-border-radius: 65px;
  921. border-radius: 65px;
  922. }
  923. .preview-set-panel .preview-cut.preview-43 {
  924. width: 43px;
  925. height: 43px;
  926. }
  927. .preview-set-panel .preview-cut.preview-86 {
  928. width: 86px;
  929. height: 86px;
  930. }
  931. .preview-set-panel .preview-cut.preview-129 {
  932. width: 129px;
  933. height: 129px;
  934. }
  935. .preview-file {
  936. display: none;
  937. }
  938. /*百度编辑器修复easyui修复样式*/
  939. .edui-default {
  940. line-height: normal !important;
  941. }
  942. .edui-default .edui-editor {
  943. border: 1px solid #cccccc !important;
  944. margin: 1px 0 0;
  945. -webkit-border-radius: 0 !important;
  946. -moz-border-radius: 0 !important;
  947. border-radius: 0 !important;
  948. }
  949. .edui-default .edui-editor-bottomContainer td {
  950. font-family: "Microsoft YaHei", "微软雅黑" !important;
  951. }
  952. .edui-editor-bottomContainer {
  953. background: #f2f2f2;
  954. }
  955. .edui-default .edui-editor-breadcrumb {
  956. margin: 0 !important;
  957. }
  958. .edui-editor-bottombar,
  959. .edui-editor-wordcount {
  960. padding: 5px 10px;
  961. }
  962. .edui-default .edui-editor-toolbarboxouter {
  963. background-color: #fafafa !important;
  964. background-image: -moz-linear-gradient(top, #fafafa, #fafafa) !important;
  965. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#fafafa)) !important;
  966. background-image: -webkit-linear-gradient(top, #fafafa, #fafafa) !important;
  967. background-image: -o-linear-gradient(top, #fafafa, #fafafa) !important;
  968. background-image: linear-gradient(to bottom, #fafafa, #fafafa) !important;
  969. }
  970. .edui-default .edui-popup-content {
  971. -webkit-border-radius: 0 !important;
  972. -moz-border-radius: 0 !important;
  973. border-radius: 0 !important;
  974. webkit-box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2) !important;
  975. -moz-box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2) !important;
  976. box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, .2) !important;
  977. }
  978. .edui-default .edui-for-fontfamily .edui-listitem-label {
  979. line-height: 22px !important;
  980. }
  981. .edui-default .edui-dialog-modalmask {
  982. background-color: #000 !important;
  983. }
  984. .edui-default .edui-dialog-shadow {
  985. -moz-box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
  986. -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
  987. box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
  988. filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2, MakeShadow=false, ShadowOpacity=0.2) !important;
  989. -moz-border-radius: 3px !important;
  990. -webkit-border-radius: 3px !important;
  991. border-radius: 3px !important;
  992. border: none !important;
  993. }
  994. .edui-default .edui-dialog-body {
  995. padding: 0 !important;
  996. }
  997. .edui-default .edui-dialog-titlebar {
  998. -moz-border-radius: 3px 3px 0 0 !important;
  999. -webkit-border-radius: 3px 3px 0 0 !important;
  1000. border-radius: 3px 3px 0 0 !important;
  1001. background: none !important;
  1002. background-color: #f7f7f7 !important;
  1003. border-bottom: 1px solid #e1e1e1 !important;
  1004. }
  1005. .edui-default .edui-dialog-titlebar,
  1006. .edui-default .edui-dialog-draghandle {
  1007. height: 41px !important;
  1008. line-height: 41px !important;
  1009. }
  1010. .edui-default .edui-dialog-caption {
  1011. padding: 0 0 0 15px !important;
  1012. }
  1013. .edui-default .edui-dialog-foot {
  1014. -moz-border-radius: 0 0 3px 3px !important;
  1015. -webkit-border-radius: 0 0 3px 3px !important;
  1016. border-radius: 0 0 3px 3px !important;
  1017. }
  1018. .edui-default .edui-dialog-closebutton {
  1019. right: 5px;
  1020. top: 12px !important;
  1021. }
  1022. .edui-default .edui-dialog-buttons .edui-label {
  1023. line-height: 24px !important;
  1024. }
  1025. .edui-default .edui-dialog-buttons .edui-okbutton .edui-button-body {
  1026. background-position: 0 -270px !important;
  1027. color: #fff;
  1028. }
  1029. .edui-default .edui-dialog-buttons .edui-okbutton .edui-state-hover .edui-button-body {
  1030. background-position: 0 -300px !important;
  1031. }
  1032. .edui-default .edui-toolbar .edui-combox-body .edui-button-body {
  1033. line-height: 20px !important;
  1034. }
  1035. .textbox-disabled .textbox-text, .textbox-readonly .textbox-text {
  1036. background: #e6e6e6;
  1037. }
  1038. .textbox-disabled .textbox-addon, .textbox-readonly .textbox-addon {
  1039. background: #e6e6e6;
  1040. }
  1041. .textbox-readonly {
  1042. background: #e6e6e6;
  1043. }
  1044. .ui-jqgrid .td_cbox {
  1045. padding: 0 3.5px 0 3.5px !important;
  1046. }
  1047. .isContain {
  1048. margin: 0 3px 0 10px;
  1049. }
  1050. .wave-wrap .yvan-row {
  1051. width: 100%;
  1052. height: 100%;
  1053. overflow: hidden;
  1054. z-index: 1;
  1055. padding: 0 0 38px 5px;
  1056. box-sizing: border-box;
  1057. }
  1058. .wave-wrap .form-name {
  1059. height: 39px;
  1060. line-height: 39px;
  1061. padding-left: 15px;
  1062. font-weight: bold;
  1063. box-sizing: border-box;
  1064. float: left;
  1065. z-index: 99999;
  1066. }
  1067. .wave-wrap .wave-box {
  1068. width: 100%;
  1069. height: 100%;
  1070. overflow-y: auto;
  1071. border: 1px solid #dcdcdc;
  1072. box-sizing: border-box;
  1073. }
  1074. .wave-wrap .wave-list {
  1075. padding-left: 10px;
  1076. border-bottom: 1px solid #dcdcdc;
  1077. height: 36px;
  1078. line-height: 36px;
  1079. }
  1080. .wave-wrap .wave-list span:nth-child(1) {
  1081. margin-right: 10px;
  1082. }
  1083. .wave-wrap .wave-btn {
  1084. display: inline-block;
  1085. padding: 0px 10px;
  1086. background: #004c8b;
  1087. color: #fff;
  1088. line-height: 30px;
  1089. margin-left: 10px;
  1090. cursor: pointer;
  1091. border-radius: 3px;
  1092. }
  1093. .form-box {
  1094. margin-top: 10px;
  1095. border-top: 1px dashed #dcdcdc;
  1096. }
  1097. .editable .textbox {
  1098. height: 35px !important;
  1099. border: none;
  1100. }
  1101. .editable .textbox a {
  1102. height: 35px !important;
  1103. }
  1104. .editable .textbox input {
  1105. width: 100% !important;
  1106. height: 35px !important;
  1107. }
  1108. .editable .customelement {
  1109. margin-left: -10px;
  1110. }
  1111. .editable > .textbox .textbox-text {
  1112. padding: 4px 0 4px 10px;
  1113. }
  1114. .editable .yvan-checkbox[lay-skin=primary] {
  1115. margin-left: 8px;
  1116. }
  1117. /*公用弹框的样式*/
  1118. .window .panel-title {
  1119. color: #004c8b;
  1120. font-size: 14px;
  1121. }
  1122. .window .window-header, .window-thinborder .window-header {
  1123. padding: 10px 0;
  1124. }
  1125. /*
  1126. 这里会影响 datagrid 的分页栏按钮
  1127. .window .l-btn-plain, .window .l-btn{
  1128. background:#004c8b;
  1129. color:#fff;
  1130. border:none;
  1131. }
  1132. */
  1133. .window .l-btn-plain:hover, .window .l-btn:hover {
  1134. background: #498cc2;
  1135. }
  1136. .window .panel-body-noheader {
  1137. border: none;
  1138. }
  1139. .window .dialog-button {
  1140. background: rgb(248, 248, 248) !important;
  1141. }
  1142. .theme-navigate .l-btn-icon {
  1143. display: none;
  1144. }
  1145. .ui-jqgrid .ui-pg-button:hover, .ui-jqgrid .ui-pg-button:focus {
  1146. border: 1px solid #bdbdbd;
  1147. }
  1148. .ui-jqgrid .ui-state-hover {
  1149. background: #ebf3f9;
  1150. }
  1151. .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  1152. border-radius: 0;
  1153. }
  1154. /*盘点计划-checkbox样式修改*/
  1155. .doc-cou .yvan-checkbox {
  1156. float: left;
  1157. margin-top: 5px;
  1158. }
  1159. .doc-cou .yvan-form-offset {
  1160. float: left;
  1161. }
  1162. .grid-tr-bg {
  1163. background-color: #f7d2d9;
  1164. }
  1165. /*产品库存查询-checkbox样式修改*/
  1166. .skuinv-form .yvan-checkbox {
  1167. margin-left: 30px;
  1168. }
  1169. .rece-button {
  1170. margin-left: 30px;
  1171. background-color: #004c8b !important;
  1172. color: #FFFFFF;
  1173. }
  1174. /* 进度条 */
  1175. .progress {
  1176. height: 20px;
  1177. overflow: hidden;
  1178. background-color: #f5f5f5;
  1179. border-radius: 4px;
  1180. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  1181. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  1182. }
  1183. .progress-bar {
  1184. float: left;
  1185. width: 0;
  1186. height: 100%;
  1187. font-size: 12px;
  1188. line-height: 20px;
  1189. color: #fff;
  1190. text-align: center;
  1191. background-color: #337ab7;
  1192. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  1193. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  1194. -webkit-transition: width .6s ease;
  1195. -o-transition: width .6s ease;
  1196. transition: width .6s ease;
  1197. }
  1198. .sr-only {
  1199. position: absolute;
  1200. width: 1px;
  1201. height: 1px;
  1202. padding: 0;
  1203. margin: -1px;
  1204. overflow: hidden;
  1205. clip: rect(0, 0, 0, 0);
  1206. border: 0;
  1207. }
  1208. /* 上传组件 */
  1209. .uploader {
  1210. overflow: hidden;
  1211. background-color: transparent;
  1212. }
  1213. .uploader .queueList {
  1214. margin: 10px 20px;
  1215. border: 3px dashed #e6e6e6;
  1216. }
  1217. .uploader .queueList.webuploader-dnd-over {
  1218. border-color: #999;
  1219. }
  1220. .uploader .placeholder {
  1221. text-align: center;
  1222. color: #cccccc;
  1223. font-size: 15px;
  1224. position: relative;
  1225. }
  1226. .uploader .placeholder > p {
  1227. color: #333;
  1228. padding: 5px 0 10px;
  1229. }
  1230. .uploader .webuploader-container {
  1231. margin-top: 10px;
  1232. font-size: 0;
  1233. }
  1234. .uploader .webuploader-pick {
  1235. padding-top: 6px;
  1236. padding-bottom: 6px;
  1237. font-size: 14px;
  1238. line-height: 22px;
  1239. }