protal.css 28 KB

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