zice.style.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  1. html {
  2. margin:0;
  3. padding:0;
  4. }
  5. body {
  6. margin: 0;
  7. padding: 0;
  8. font-family: Arial;
  9. font-size: 12px;
  10. color: #363636;
  11. background-repeat: repeat-x;
  12. background-image: url(../images/pick_bg.jpg);
  13. }
  14. body.error {
  15. background-image: url(../images/pick_bg.error.jpg);
  16. }
  17. body.dashborad {
  18. background-image: url(../images/menu_bg.jpg);
  19. background-repeat: repeat-y;
  20. }
  21. body.nobg {
  22. background-image: none;
  23. background-repeat: repeat-y;
  24. }
  25. :focus {
  26. outline:0px;
  27. }
  28. ul {
  29. padding: 0;
  30. margin: 0px;
  31. }
  32. li {
  33. list-style: none;
  34. }
  35. h1, h2, h3, h4, h5, h6 {
  36. margin: 0;
  37. padding: 0;
  38. font-weight: bold;
  39. color:#666;
  40. font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
  41. text-transform:uppercase;
  42. border-bottom: 1px #eeeeee solid;
  43. margin-bottom: 13px;
  44. line-height: 35px;
  45. }
  46. h1 {
  47. font-size: 24px;
  48. }
  49. h2 {
  50. font-size: 20px;
  51. }
  52. h3 {
  53. font-size: 16px;
  54. }
  55. h4 {
  56. font-size: 14px;
  57. }
  58. h5 {
  59. font-size: 13px;
  60. }
  61. h6 {
  62. font-size: 11px;
  63. }
  64. h1.unline, h2.unline, h3.unline,h4.unline, h5.unline, h6.unline {
  65. border-bottom: none!important;
  66. margin-bottom: 14px;
  67. }
  68. b {
  69. font-weight: bold;
  70. }
  71. p {
  72. line-height: 23px;
  73. padding-left: 0px;
  74. padding-top:0px;
  75. margin-top:0px;
  76. }
  77. pre {
  78. padding:0px;
  79. margin:0px;
  80. }
  81. img {
  82. border: 0;
  83. }
  84. img.mid_align {
  85. vertical-align: middle;
  86. margin-right: 4px;
  87. border: 0;
  88. }
  89. blockquote {
  90. margin:0px 0 20px 0px;
  91. padding:0px 10px 0px 50px;
  92. background-image:url(../images/quote.png);
  93. background-repeat:no-repeat;
  94. background-position:0px 0px;
  95. clear:both;
  96. font-size:16px;
  97. line-height:25px;
  98. font-family:Georgia, "Times New Roman", Times, serif;
  99. font-style:italic
  100. }
  101. blockquote.left, blockquote.right {
  102. float:right;
  103. letter-spacing:0px;
  104. margin-bottom:20px;
  105. margin-left:20px;
  106. margin-top:0px;
  107. padding:0px 20px 10px 60px;
  108. width:43%;
  109. background-position:0px 0px;
  110. }
  111. blockquote.left {
  112. float:left;
  113. margin-left:0px;
  114. margin-right:20px;
  115. }
  116. blockquote p {
  117. margin-bottom:0px;
  118. font-size:16px;
  119. line-height:20px
  120. }
  121. .showme {
  122. display: inline;
  123. }
  124. .hideme {
  125. display: none;
  126. }
  127. label {
  128. font-weight: bold;
  129. text-transform: capitalize;
  130. }
  131. label.disabled {
  132. color: #aaa;
  133. }
  134. .labelname {
  135. border: solid 1px #C9C9C9;
  136. outline: 0;
  137. line-height: 28px;
  138. height: 28px;
  139. padding: 6px 20px 8px 20px;
  140. margin-left: 2px;
  141. }
  142. .clear {
  143. clear: both;
  144. height: 0px;
  145. margin: 0;
  146. padding: 0;
  147. }
  148. .f_help {
  149. display:block;
  150. font-size:10px;
  151. padding:4px 0;
  152. color:#a3a3a3
  153. }
  154. .f_help span {
  155. color:#F00
  156. }
  157. .f_label {
  158. position:absolute;
  159. margin-top:-18px;
  160. padding-top: 10px;
  161. padding-bottom: 10px;
  162. }
  163. .preloader {
  164. display:inline-block;
  165. background-color: #ffffff;
  166. background-image: url(loader1.gif);
  167. background-repeat: no-repeat;
  168. background-position: center center;
  169. }
  170. /*
  171. loading layout
  172. */
  173. #overlay {
  174. width:100%;
  175. height:100%;
  176. position:fixed;
  177. top:0;
  178. left:0;
  179. background-color:#111;
  180. /* opacity:0.1;
  181. filter:alpha(opacity=10);*/
  182. z-index:1000;
  183. display: none;
  184. }
  185. #preloader {
  186. background: #000000 url(../images/preloader.gif) no-repeat 12px 10px;
  187. font-size: 11px;
  188. height: 20px;
  189. left: 50%;
  190. line-height: 20px;
  191. margin: -20px 0 0 -45px;
  192. padding: 10px;
  193. position: fixed;
  194. text-align: left;
  195. text-indent: 36px;
  196. top: 50%;
  197. width: 90px;
  198. z-index: 1209;
  199. opacity:0.8;
  200. filter:alpha(opacity=80);
  201. -moz-border-radius: 8px;
  202. -webkit-border-radius: 8px;
  203. border-radius: 8px;
  204. color: #FFF;
  205. text-shadow:none;
  206. display: none;
  207. }
  208. #pageload {
  209. background: #000000;
  210. font-size: 11px;
  211. height: 20px;
  212. left: 50%;
  213. line-height: 20px;
  214. margin: -20px 0 0 -55px;
  215. padding: 10px;
  216. position: fixed;
  217. text-align: center;
  218. top: 50%;
  219. width: 120px;
  220. z-index: 1006;
  221. opacity:0.8;
  222. filter:alpha(opacity=80);
  223. -moz-border-radius: 12px;
  224. -webkit-border-radius: 12px;
  225. border-radius: 12px;
  226. color: #FFF;
  227. text-shadow:none;
  228. display: none;
  229. }
  230. a {
  231. color: #1F92FF;
  232. text-decoration: none;
  233. text-shadow: 0px 0px 0px transparent;
  234. cursor: pointer;
  235. }
  236. a:active {
  237. color: #000000;
  238. text-decoration: none;
  239. text-shadow: 0px 0px 0px transparent;
  240. }
  241. a:hover {
  242. color: #06F;
  243. text-decoration: none;
  244. text-shadow: none;
  245. }
  246. a.red {
  247. color: #F30;
  248. text-decoration: none;
  249. text-shadow: 0px 0px 0px transparent;
  250. cursor: pointer;
  251. }
  252. a.red:hover {
  253. color: #F00;
  254. }
  255. span img {
  256. margin-bottom: -3px;
  257. }
  258. .inner h3 {
  259. color:#666;
  260. font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
  261. font-size:18px;
  262. text-transform:uppercase;
  263. border-bottom: 1px #eeeeee solid;
  264. margin-bottom: 13px;
  265. line-height: 35px;
  266. }
  267. .show_add, .load_page, .show_edit {
  268. position: relative;
  269. }
  270. /*
  271. ------------------------------------------------------------
  272. input Type
  273. ------------------------------------------------------------
  274. */
  275. textarea {
  276. background-position: 5px 5px;
  277. border: solid 1px #dddddd;
  278. outline: 0;
  279. padding: 7px 7px;
  280. min-height: 73px;
  281. overflow: auto;
  282. font-family: Arial, Helvetica, sans-serif;
  283. }
  284. input[type=text], input[type=password], .fileupload {
  285. background-position: 5px 5px;
  286. border: solid 1px #dddddd;
  287. outline: 0;
  288. line-height: 28px;
  289. height: 28px;
  290. padding: 0px 7px 0px 7px;
  291. -moz-box-shadow:1px 1px 2px #f5f5f5;
  292. -webkit-box-shadow:1px 1px 2px #f5f5f5;
  293. box-shadow:1px 1px 2px #f5f5f5;
  294. -webkit-transition: all 0.4s ease 0s;
  295. -moz-transition: all 0.4s ease 0s;
  296. -o-transition: all 0.4s ease 0s;
  297. transition: all 0.4s ease 0s;
  298. }
  299. input[type=text]:focus, input[type=password]:focus, textarea:focus, .fileupload:focus {
  300. border-color: #C9C9C9;
  301. -moz-box-shadow:0px 0px 8px #dddddd;
  302. -webkit-box-shadow:0px 0px 8px #dddddd;
  303. box-shadow:0px 0px 8px #dddddd;
  304. }
  305. input[type=text]:disabled, input[type=password]:disabled {
  306. background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
  307. background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
  308. color: #666;
  309. }
  310. input[type=text].error, input[type=password].error {
  311. height: 30px;
  312. border: 1px #F00 solid;
  313. background-position: 5px 5px;
  314. padding-left: 5px;
  315. }
  316. /*
  317. ------------------------------------------------------------
  318. Form input
  319. ------------------------------------------------------------
  320. */
  321. form input.xxsmall {
  322. width: 5%;
  323. text-align: center;
  324. }
  325. form input.xsmall {
  326. width: 10%;
  327. text-align: center;
  328. }
  329. form input.small {
  330. width: 20%;
  331. }
  332. form input.medium, form textarea.medium {
  333. width: 40%;
  334. max-width:40%
  335. }
  336. form input.large, form textarea.large {
  337. width: 69%;
  338. max-width:69%
  339. }
  340. form textarea.largeXL {
  341. width: 89%;
  342. max-width:89%;
  343. height:350px;
  344. }
  345. form input.full, form textarea.full {
  346. width: 95%;
  347. max-width:95%
  348. }
  349. form .limitchars{
  350. font-size:14px;
  351. color:#aaaaaa;
  352. text-align:right;
  353. }
  354. form div.section {
  355. border-bottom: 1px solid #efefef;
  356. border-top: none;
  357. padding: 0px 0 13px 0;
  358. }
  359. form div.section:first-child, .modal_dialog form div.section:first-child {
  360. border-top: none
  361. }
  362. form div.section.last, .modal_dialog form div.section.last {
  363. border-bottom: none
  364. }
  365. form div.section > div {
  366. color: #404040;
  367. font-size: 11px;
  368. margin-left: 35%;
  369. position: relative;
  370. padding: 13px 0 0px 0;
  371. }
  372. form div.section > div >p{
  373. font-size: 12px;
  374. }
  375. form div.section > div > label {
  376. font-size: 11px;
  377. font-weight: bold;
  378. text-transform: uppercase;
  379. margin-left: 5px;
  380. }
  381. form div.section > div > .select_box {
  382. margin-left: -1px;
  383. position:absolute;
  384. display:inline-block;
  385. }
  386. form div.section > label {
  387. color: #404040;
  388. float: left;
  389. margin-right: 5%;
  390. margin-top: 2px;
  391. width: 30%;
  392. padding: 11px 0 0px 0;
  393. font-size: 11px;
  394. font-weight: bold;
  395. text-transform: uppercase;
  396. }
  397. form div.section > div >label.red {
  398. color:#F00;
  399. text-transform: uppercase;
  400. }
  401. form div.section label small {
  402. color: #999;
  403. display: block;
  404. font-size: 11px;
  405. font-weight: normal;
  406. line-height: 13px;
  407. margin-top: 3px;
  408. text-transform: none;
  409. }
  410. ul.rowData li {
  411. float: left;
  412. margin-right: 2px;
  413. }
  414. ul.rowData li.sep {
  415. line-height:30px;
  416. }
  417. ul.rowData li > input {
  418. text-align: center;
  419. }
  420. /*alertMessage*/
  421. .alertMessage,#alertMessage
  422. {
  423. -webkit-background-size: 40px 40px;
  424. -moz-background-size: 40px 40px;
  425. background-size: 40px 40px;
  426. background-image: -webkit-gradient(linear, left top, right bottom,
  427. color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  428. color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  429. color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
  430. to(transparent));
  431. background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  432. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  433. transparent 75%, transparent);
  434. background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  435. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  436. transparent 75%, transparent);
  437. background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  438. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  439. transparent 75%, transparent);
  440. background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  441. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  442. transparent 75%, transparent);
  443. background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  444. transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  445. transparent 75%, transparent);
  446. -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  447. -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  448. box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  449. font-size:13px;
  450. text-transform:capitalize;
  451. /* font-weight:bold;*/
  452. border: 1px solid!important;
  453. color: #fff;
  454. padding: 15px;
  455. text-shadow: 0 1px 0 rgba(0,0,0,.5);
  456. -webkit-animation: animate-bg 5s linear infinite;
  457. -moz-animation: animate-bg 5s linear infinite;
  458. margin-bottom: 10px;
  459. }
  460. #alertMessage{
  461. position:fixed;
  462. /* display:none;
  463. position: absolute;
  464. opacity:0;
  465. filter:alpha(opacity=0);*/
  466. right: -90px;
  467. text-transform: uppercase;
  468. bottom: 35px;
  469. z-index:100001;
  470. cursor:pointer;
  471. border: 1px solid;
  472. display: none;
  473. }
  474. .alertMessage.info ,#alertMessage.info
  475. {
  476. border-color: #3b8eb5!important;
  477. background-color:#C2E3F0;
  478. color:#34667A!important;
  479. text-shadow:1px 1px 1px #C8EBFB;
  480. }
  481. .alertMessage.error ,#alertMessage.error
  482. {
  483. border-color: #c43d3d!important;
  484. background-color:#fc4a48;
  485. color:#5A0000 !important;
  486. text-shadow:1px 1px 1px #E64040;
  487. }
  488. .alertMessage.warning ,#alertMessage.warning
  489. {
  490. border-color: #d99a36 !important;
  491. background-color:#fcdb72;
  492. color:#987402 !important;
  493. text-shadow:1px 1px 1px #e7b104;
  494. }
  495. .alertMessage.success ,#alertMessage.success
  496. {
  497. background-color: #61b832;
  498. border-color: #55a12c !important;
  499. /* color:#324e03 !important;*/
  500. text-shadow:1px 1px 1px #5c9201;
  501. }
  502. .alertMessage h3
  503. {
  504. margin: 0 !important;
  505. border:none;
  506. line-height: 25px !important;
  507. color:#FFF;
  508. }
  509. .message p
  510. {
  511. margin: 0;
  512. }
  513. @-webkit-keyframes animate-bg
  514. {
  515. from {
  516. background-position: 0 0;
  517. }
  518. to {
  519. background-position: -80px 0;
  520. }
  521. }
  522. @-moz-keyframes animate-bg
  523. {
  524. from {
  525. background-position: 0 0;
  526. }
  527. to {
  528. background-position: -80px 0;
  529. }
  530. }
  531. /* styled checkboxes */
  532. .iPhoneCheckContainer {
  533. position:relative;
  534. height:27px;
  535. cursor:pointer;
  536. overflow:hidden;
  537. border: 2px #f1f1f1 solid;
  538. }
  539. .iPhoneCheckContainer:hover {
  540. border: 0px #ffffff solid;
  541. margin:2px;
  542. -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  543. -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  544. box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
  545. }
  546. .iPhoneCheckContainer input {
  547. position:absolute;
  548. top:5px;
  549. left:30px;
  550. filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  551. opacity:0
  552. }
  553. .iPhoneCheckContainer label {
  554. white-space:nowrap;
  555. font-size:10px;
  556. font-weight: bold;
  557. line-height:16px;
  558. text-transform:uppercase;
  559. cursor:pointer;
  560. display:block;
  561. height:22px;
  562. position:absolute;
  563. width:auto;
  564. top:0;
  565. padding-top:5px;
  566. overflow:hidden
  567. }
  568. .iPhoneCheckContainer, .iPhoneCheckContainer label {
  569. user-select:none;
  570. -moz-user-select:none;
  571. -khtml-user-select:none
  572. }
  573. .iPhoneCheckDisabled {
  574. filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  575. opacity:0.5
  576. }
  577. label.iPhoneCheckLabelOn {
  578. color:#FFF;
  579. background:url(../images/on.png) no-repeat left top;
  580. text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
  581. left:0;
  582. padding-top:5px
  583. }
  584. label.iPhoneCheckLabelOn span {
  585. padding-left:13px
  586. }
  587. label.iPhoneCheckLabelOff {
  588. color:#FFF;
  589. background:url(../images/off.png) no-repeat right 0;
  590. text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
  591. text-align:right;
  592. right:0
  593. }
  594. label.iPhoneCheckLabelOff span {
  595. padding-right:11px
  596. }
  597. .iPhoneCheckHandle {
  598. display:block;
  599. height:27px;
  600. cursor:pointer;
  601. position:absolute;
  602. top:0;
  603. left:0;
  604. background:url(../images/slider_left.png) no-repeat;
  605. padding-left:3px
  606. }
  607. .iPhoneCheckHandleRight {
  608. height:100%;
  609. width:100%;
  610. padding-right:3px;
  611. background:url(../images/slider_right.png) no-repeat right 0
  612. }
  613. .iPhoneCheckHandleCenter {
  614. height:100%;
  615. width:100%;
  616. background:url(../images/slider_center.png)
  617. }
  618. .responMsg {
  619. width: 40%;
  620. padding: 40px 0 0px 0;
  621. margin: auto;
  622. display:none;
  623. }
  624. .responMsg > div {
  625. text-align: center;
  626. padding: 50px 0;
  627. border: 1px #eeeeee dashed;
  628. }
  629. .responMsg h2 {
  630. display: block;
  631. }
  632. .responMsg a {
  633. }
  634. #versionBar {
  635. height: 50px;
  636. background-color: #000;
  637. background-image: url(../images/top_bgrepeat.jpg);
  638. text-shadow:none;
  639. color:#FFF;
  640. text-align: right;
  641. font-size:10px;
  642. line-height: 50px;
  643. padding: 0 0px;
  644. }
  645. #login {
  646. width:600px;
  647. /*update-begin--Author:zhangguoming Date:20140226 for:添加验证码*/
  648. /*height:284px;*/
  649. height:353px;
  650. /*update-end--Author:zhangguoming Date:20140226 for:添加验证码*/
  651. margin:20px auto;
  652. position:absolute;
  653. /*update-begin--Author:zhangguoming Date:20140226 for:添加验证码*/
  654. /*top:50%;*/
  655. top:40%;
  656. /*update-begin--Author:zhangguoming Date:20140226 for:添加验证码*/
  657. left:43%;
  658. margin-left:-200px;
  659. margin-top:-148px;
  660. opacity:0;
  661. filter:alpha(opacity=0);
  662. border: 5px #f4f4f4 solid;
  663. min-width:200px;
  664. border-radius: 15px;
  665. -webkit-border-radius: 15px;
  666. }
  667. #login .ribbon {
  668. position: absolute;
  669. width: 111px;
  670. height: 110px;
  671. z-index: 12;
  672. margin-top: -8px;
  673. margin-left: -9px;
  674. }
  675. #login .shadow {
  676. position: absolute;
  677. width: 444px;
  678. z-index: -1;
  679. margin-top: 5px;
  680. background-image: url(../images/shadowForm.png);
  681. height: 33px;
  682. margin-left: 70px;
  683. }
  684. #login .inner {
  685. background-color:#FFF;
  686. border: 1px #cccccc solid;
  687. /*update-begin--Author:zhangguoming Date:20140226 for:添加验证码*/
  688. /*min-height: 230px;*/
  689. min-height: 350px;
  690. /*update-end--Author:zhangguoming Date:20140226 for:添加验证码*/
  691. overflow: hidden;
  692. border-radius: 10px;
  693. -webkit-border-radius: 10px;
  694. }
  695. #login .logo {
  696. width:191px;
  697. height:41px;
  698. margin:20px auto;
  699. text-align:center;
  700. position: absolute;
  701. opacity:0;
  702. top: 5%;
  703. left: 25%;
  704. margin-left: -95px;
  705. z-index: 11;
  706. background-color: #FFF;
  707. }
  708. #login .formLogin {
  709. width:100%;
  710. text-align:center;
  711. margin:auto;
  712. position: relative;
  713. left: -700px;
  714. opacity:0;
  715. filter:alpha(opacity=0);
  716. height: 175px;
  717. padding: 90px 0px 20px 0px;
  718. border-radius: 15px;
  719. -webkit-border-radius: 15px;
  720. }
  721. #login input{
  722. font-size: 25px;
  723. background-repeat:no-repeat;
  724. /* padding-left: 35px;*/
  725. text-align:center;
  726. margin:auto;
  727. height: 35px;
  728. background-position: 2px 3px;
  729. /* background-position:right center; */
  730. line-height: 35px;
  731. color: #999;
  732. /*update-begin--Author:tanghong Date:20130419 for�����Ƿ񡿰�ť��λ*/
  733. /* width: 80%;*/
  734. /*update-end--Author:tanghong Date:20130419 for�����Ƿ񡿰�ť��λ*/
  735. margin-bottom: 10px;
  736. font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
  737. }
  738. #login input:focus{
  739. color:#000;
  740. }
  741. #login .userName {
  742. background-image: url(../images/user_.png);
  743. }
  744. #login .password {
  745. background-image: url(../images/pass_.png);
  746. }
  747. #login .loginButton{
  748. width:80%;
  749. padding:0px 5px;
  750. margin: 5px auto 20px auto;
  751. }
  752. .text_success {
  753. font-size:14px;
  754. text-align:center;
  755. margin:0px 0 35px 0;
  756. line-height:25px;
  757. position: absolute;
  758. left: 50%;
  759. width: 200px;
  760. top: 50%;
  761. z-index: 50;
  762. margin-left: -100px;
  763. text-transform: uppercase;
  764. padding: 20px 0px;
  765. margin-top: -100px;
  766. display: none;
  767. }
  768. .text_success img {
  769. }
  770. .text_success span {
  771. display: block;
  772. padding: 10px;
  773. color: #CCC;
  774. }