globalLayout.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. /*Reset 样式初始化*/
  2. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  3. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  4. padding: 0;
  5. margin: 0;
  6. font-weight: normal;
  7. font-style: normal;
  8. font-size: 12px;
  9. font-family:"微软雅黑","Tahoma";
  10. vertical-align: baseline;
  11. text-align:justify;
  12. word-wrap:break-word;
  13. text-justify:inter-ideograph
  14. }
  15. body{text-align:center}
  16. ul, ol, li, h1 {
  17. line-height:normal;
  18. list-style-image:none;
  19. list-style-position:outside;
  20. list-style-type:none
  21. }
  22. dl {
  23. margin:0
  24. }
  25. dd {
  26. margin-left:0
  27. }
  28. a {
  29. outline:none;
  30. }
  31. a img {
  32. border:0 none
  33. }
  34. img {
  35. vertical-align:middle;
  36. border:0px
  37. }
  38. table {
  39. border-collapse:collapse
  40. }
  41. .clearfix:after {
  42. content:".";
  43. display:block;
  44. height:0;
  45. clear:both;
  46. visibility:hidden
  47. }
  48. .clearfix {
  49. display:inline-block;
  50. overflow:hidden
  51. }
  52. .clearfix {
  53. display:block
  54. }
  55. body {color:#333}
  56. a {color:#0063db;text-decoration:none}
  57. a:hover {color:#333}
  58. /**/
  59. .clearB {clearfix:both}
  60. .fL {float:left}
  61. .fR {float:right}
  62. :link, *:visited, *:hover, *:active, *:focus {
  63. -moz-transition: color 0.2s linear 0s, background-color 0.4s linear 0s, border-color 0.4s linear 0s;
  64. }
  65. .colRed {color:#f70000}
  66. .colOrange {color:#ed8b00}
  67. .colGreen {color:#59A855}
  68. /*global css*/
  69. body {
  70. background:#f2f2f2 url(headerBg.png) repeat-x left top
  71. }
  72. .footer {
  73. text-align:center;
  74. color:#999
  75. }
  76. .footer a {
  77. color:#999;
  78. text-decoration:underline
  79. }
  80. .footer a:hover {
  81. color:#333;
  82. text-decoration:none
  83. }
  84. /*.button*/
  85. .button {
  86. float:left;
  87. height:28px;
  88. margin-right:10px;
  89. padding:0 18px;
  90. line-height:29px;
  91. text-align:center;
  92. overflow:hidden;
  93. font-weight:bold;
  94. color:#FFF;
  95. text-shadow:0 1px #276DDD;
  96. border:1px solid #276DDD;
  97. border-radius:3px;
  98. box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  99. background:#4C8FFC url(btnLBg.png) repeat-x 0 -185px;
  100. text-decoration:none
  101. }
  102. .button:hover {
  103. text-decoration:none;
  104. color:#FFF;
  105. background-position:0 -214px;
  106. }
  107. .button:active {
  108. background-position:0 -243px;
  109. }
  110. .btn-red {
  111. text-shadow:0 1px #B4080C;
  112. border-color:#CE080D;
  113. background-color:#F23539;
  114. background-position:0 -431px;
  115. }
  116. .btn-red:hover {
  117. background-position:0 -460px;
  118. }
  119. .btn-red:active {
  120. background-position:0 -489px;
  121. }
  122. .btn-green {
  123. text-shadow:0 1px #598D2F;
  124. border-color:#6AAB35;
  125. background-color:#77C13C;
  126. background-position:0 -518px;
  127. }
  128. .btn-green:hover {
  129. background-position:0 -547px;
  130. }
  131. .btn-green:active {
  132. background-position:0 -576px;
  133. }
  134. .btn-orange {
  135. text-shadow:0 1px #EF7714;
  136. border-color:#F67E19;
  137. background-color:#F4A32F;
  138. background-position:0 -344px;
  139. }
  140. .btn-orange:hover {
  141. background-position:0 -373px;
  142. }
  143. .btn-orange:active {
  144. background-position:0 -402px;
  145. }
  146. .btn-gray {
  147. font-weight:normal;
  148. color:#666;
  149. text-shadow:0 1px #FFF;
  150. border-color:#C5C5C5;
  151. background-color:#FFF;
  152. background-position:0 -605px;
  153. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  154. }
  155. .btn-gray:hover {
  156. color:#333;
  157. background-position:0 -634px;
  158. }
  159. .btn-gray:active {
  160. background-position:0 -663px;
  161. }
  162. .btn-black {
  163. font-weight:normal;
  164. color:#f2f2f2;
  165. text-shadow:0 1px #333;
  166. border-color:#C5C5C5;
  167. background-color:#6c6e7d;
  168. background-position:0 0;
  169. box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  170. }
  171. .btn-black:hover {
  172. color:#fff;
  173. background-position:0 -31px;
  174. }
  175. .btn-black:active {
  176. background-position:0 -108px;
  177. }
  178. .btn-large {
  179. width:65px;
  180. }
  181. .btn-disabled,
  182. .btn-disabled:hover,
  183. .btn-disabled:active {
  184. color:#999;
  185. text-shadow:none;
  186. border-color:#C5C5C5;
  187. background-color:#EEE;
  188. background-position:0 -634px;
  189. box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  190. cursor:default;
  191. }
  192. .inputText{
  193. width:274px;
  194. border:1px solid #dcdcdc;
  195. border-top-color:#abadb3;
  196. border-left-color:#abadb3;
  197. padding:7px;
  198. background:#fff url(inputBg.png) repeat-x 0 0;
  199. font-size:14px;
  200. color:#999;
  201. border-radius:2px;
  202. -moz-border-radius:2px;
  203. -webkit-border-radius:2px;
  204. outline: medium none;
  205. height:18px;
  206. line-height:18px
  207. }
  208. .inputText:focus{
  209. border-color:#ff6501;
  210. color:#ff6501;
  211. background:#fff
  212. }
  213. .warpBody {
  214. width:945px;
  215. margin:0 auto
  216. }
  217. .warpBody .header {
  218. height:60px;
  219. margin:10px 0 50px 0
  220. }
  221. .logoLink .logo{
  222. background:url(logo.png) no-repeat;
  223. height:60px;
  224. width:340px;
  225. float:left;
  226. *display:inline;
  227. *zoom:1;
  228. cursor:pointer
  229. }
  230. .logoLink:hover .logo{
  231. background-position:left bottom;
  232. }
  233. .header .loginInfo {
  234. margin:15px 0 0 0
  235. }
  236. .loginInfo .userLogin {
  237. color:#B9CB79
  238. }
  239. .loginInfo .userLogin a{
  240. margin:0 15px;
  241. color:#fff
  242. }
  243. .loginInfo .userLogin a:hover{
  244. text-decoration:underline;
  245. }
  246. .loginInfo .avtraLogin {
  247. position:relative;
  248. z-index:9999
  249. }
  250. .loginInfo .avtraLoginCur{
  251. background:#849b2f
  252. }
  253. .avtraLogin .avtraInfo {
  254. display:block
  255. }
  256. .avtraLogin .avtraName {
  257. padding:0 8px;
  258. color:#fff;
  259. float:left;
  260. height:32px;
  261. line-height:32px
  262. }
  263. .avtraLogin .loginInfoMenu {
  264. position:absolute;
  265. right:0;
  266. top:32px;
  267. width:200px
  268. }
  269. .loginInfoMenuArrow{
  270. height: 8px;
  271. position: relative;
  272. width: 100%;
  273. z-index: 9999
  274. }
  275. .loginInfoMenuArrow span{
  276. background: url(loginInfoMenuArrow.png) no-repeat scroll 0 0 transparent;
  277. display: block;
  278. height: 10px;
  279. overflow: hidden;
  280. position: absolute;
  281. right: 7px;
  282. top: -1px;
  283. width: 18px
  284. }
  285. .loginInfoMenuBox{
  286. background: none repeat scroll 0 0 #FFFFFF;
  287. border: 1px solid #9ab13c;
  288. position: relative;
  289. width: 198px;
  290. box-shadow:0 0 3px 0 #999
  291. }
  292. .loginInfoMenuBox ul{
  293. padding:5px 0 5px 29px
  294. }
  295. .loginInfoMenuBox ul li{
  296. display: inline;
  297. float: left;
  298. height: 24px;
  299. line-height: 24px;
  300. width:80px
  301. }
  302. .loginInfoMenuBox ul li a{
  303. color:#636363
  304. }
  305. .loginInfoMenuBox ul li a:hover{
  306. text-decoration:underline
  307. }
  308. .formItem h2 {
  309. font-size:20px;
  310. font-weight:600;
  311. margin:0 0 0 50px
  312. }
  313. .formItem h2 span{
  314. font-weight:normal;
  315. font-size:12px
  316. }
  317. .formItem .formBgTop {
  318. background: url(memberContentTB.png) no-repeat scroll left bottom transparent;
  319. height: 43px;
  320. width: 944px;
  321. }
  322. .formItem .formBgMiddle {
  323. background:url(memberContentMiddle.png) repeat-y 0 0;
  324. margin: 0 12px;
  325. padding: 1px 15px 20px;
  326. }
  327. .formItem .formBgBottom {
  328. background: url(memberContentTB.png) no-repeat scroll left top transparent;
  329. height: 43px;
  330. width: 944px;
  331. }
  332. .formItem dl {
  333. margin:0 370px 0 50px
  334. }
  335. .formItem dt {
  336. font-size:14px;
  337. margin:20px 0 5px
  338. }
  339. .formItem dd .inputSus{
  340. border-color:#59a855;
  341. color:#59a855
  342. }
  343. .formItem dd input.erroT,.formItem dd select.erroT {
  344. border-color:#e9322e;
  345. color:#e9322e;
  346. box-shadow:0 0 4px #e9322e
  347. }
  348. .formItem dd span.erroT{
  349. color: #fff;
  350. padding:0 5px;
  351. background: none repeat scroll 0 0 #E9322E;
  352. top:33px;
  353. left:5px;
  354. border-radius:0 0 5px 5px;
  355. position:absolute
  356. }
  357. .formItem dd p.tips{
  358. color:#999
  359. }
  360. .formItem dd .submitSus {
  361. color: #f90000;
  362. }
  363. .formItem dd select {
  364. border:1px solid #dcdcdc;
  365. border-top-color:#abadb3;
  366. border-left-color:#abadb3;
  367. padding:7px;
  368. vertical-align: bottom;
  369. color:#999;
  370. outline: medium none;
  371. border-radius:2px;
  372. -moz-border-radius:2px;
  373. -webkit-border-radius:2px
  374. }
  375. .formItem dd select:focus {
  376. border-color:#ff6501;
  377. color:#ff6501
  378. }
  379. .formItem div.about {
  380. width:330px;
  381. margin:20px 40px 0 0
  382. }
  383. .formItem div.about p {
  384. line-height:30px;
  385. font-size:14px
  386. }
  387. .formItem div.about p a{
  388. font-size:14px
  389. }
  390. .formItem div.about p img {
  391. margin:10px 0 20px 0
  392. }
  393. .formItem div.registerTitle,.formItem div.registerTitle div {
  394. height:60px;
  395. width:780px;
  396. background:url(registerTitle.png) no-repeat right top;
  397. margin:0 0 0 20px
  398. }
  399. .formItem div.registerTitle div {
  400. width:400px
  401. }
  402. .formItem div.registerTitle div.registerStep-1{
  403. background-position:0 -60px
  404. }
  405. .formItem div.registerTitle div.registerStep-2{
  406. background-position:0 -120px
  407. }
  408. .formItem div.registerTitle div.registerStep-3{
  409. background-position:0 -180px
  410. }
  411. .formItem b.mailItem {
  412. font-size:18px;
  413. margin:0 5px 0 0
  414. }
  415. .successItem {
  416. margin:20px 0 0 0
  417. }
  418. .successItem p{
  419. font-size:18px;
  420. text-align:center
  421. }
  422. .successItem .navButton {
  423. text-align:center;
  424. margin:20px 0 0 0
  425. }
  426. .successItem .navButton a{
  427. font-size:24px;
  428. margin:0 10px;
  429. padding:0 15px
  430. }
  431. .successItem .navButton a.btn-wk {
  432. border-left:1px solid #ccc;
  433. border-right:1px solid #ccc;
  434. padding:0 30px
  435. }
  436. .regForm dd{
  437. position:relative
  438. }
  439. .regForm dd p.tips {
  440. position:absolute;
  441. top:8px;
  442. left:10px
  443. }
  444. .regForm dd span.tips{
  445. background:#FFFBCC;
  446. border:1px solid #E6DB55;
  447. color:#666452;
  448. padding:8px 10px;
  449. display:inline-block;
  450. *display:inline;
  451. zoom:1;
  452. margin:10px 0
  453. }
  454. .toCashItem {
  455. margin:20px 50px 0
  456. }
  457. .toCashItem .overage {
  458. margin:0 0 20px 0
  459. }
  460. .toCashItem .overage b{
  461. font-size:18px
  462. }
  463. .toCashItem .toCashInput p {
  464. margin:0 0 5px 0
  465. }
  466. .toCashItem .tcForm .tcFormEntry {
  467. margin:0 0 10px 0
  468. }
  469. .toCashItem .tcForm .tcFormEntry .entryTh{
  470. width:70px;
  471. height:30px;
  472. line-height:30px
  473. }
  474. .toCashItem .tcForm .tcFormEntry .entryTd{
  475. margin:0 0 0 70px
  476. }
  477. .toCashItem .tcForm .tcFormEntry .entryTd b{
  478. margin:0 5px;
  479. font-size:18px
  480. }
  481. .tcForm .tcFormEntry .entryTd h3 {
  482. margin:8px 0 0 0;
  483. color:#666;
  484. background: #FFFBCC;
  485. color:#666452;
  486. padding:3px 5px;
  487. display:inline-block;
  488. *display:inline;
  489. zoom:1
  490. }
  491. .tcForm .tcFormEntry .entryTd dl{
  492. margin:10px 0
  493. }
  494. .tcForm .tcFormEntry .entryTd dl.now{
  495. background:#f2f2f2;
  496. padding:5px 8px;
  497. color:#333
  498. }
  499. .tcForm .tcFormEntry .entryTd dl dt{
  500. margin:0
  501. }
  502. .tcForm .tcFormEntry .entryTd dl dd{
  503. margin:8px 0 0 0
  504. }
  505. .tcForm .tcFormEntry .entryTd dl.now dd{
  506. display:block
  507. }
  508. .tcFormEntry .entryTd dl dd li{
  509. margin:5px 0
  510. }
  511. .tcFormEntry .entryTd dl dd li span.title{
  512. display:inline-block;
  513. *display:inline;
  514. zoom:1;
  515. width:100px;
  516. text-align:right;
  517. padding:0 10px 0 0;
  518. line-height:32px
  519. }
  520. .tcFormEntry .entryTd dl dd li span.tips{
  521. color:#999;
  522. padding:0 0 0 10px
  523. }
  524. .toCashItem .orderList {
  525. margin:20px 0 0 0
  526. }
  527. .toCashItem .orderList dl{
  528. margin:0
  529. }
  530. .toCashItem .orderList dl dt{
  531. font-weight:600;
  532. font-size:16px;
  533. margin:10px 0
  534. }
  535. .toCashItem .orderList dl dd{
  536. margin:0 0 15px 0;
  537. background:#f0f0f0
  538. }
  539. .toCashItem .orderList .orderEntry div {
  540. float:left;
  541. padding:0 10px;
  542. height:50px;
  543. line-height:50px
  544. }
  545. .toCashItem .orderList .listTitle {
  546. background:#333;
  547. margin:0 0 5px 0
  548. }
  549. .toCashItem .orderList .listTitle p{
  550. background:#fff;
  551. padding:0 0 5px 0
  552. }
  553. .toCashItem .orderList .listTitle div {
  554. height:22px;
  555. line-height:22px;
  556. color:#fff;
  557. text-align:center
  558. }
  559. .toCashItem .orderList .orderEntry .id {
  560. width:75px;
  561. border-right:1px solid #e1e1e1
  562. }
  563. .toCashItem .orderList .orderEntry .date {
  564. background:#a8c530;
  565. width:70px;
  566. line-height:normal;
  567. color:#fff;
  568. padding:0;
  569. text-align:center;
  570. font-size:24px
  571. }
  572. .toCashItem .orderList .listTitle .date {
  573. background:#333;
  574. font-size:12px;
  575. color:#fff;
  576. border-right:1px solid #e1e1e1;
  577. line-height:20px
  578. }
  579. .toCashItem .orderList .orderEntry .date span{
  580. background:#9AB13C;
  581. float:left;
  582. width:70px;
  583. border-bottom:1px solid #91a735;
  584. font-size:12px
  585. }
  586. .toCashItem .orderList .orderEntry .type {
  587. width:90px;
  588. text-align:center;
  589. border-right:1px solid #e1e1e1
  590. }
  591. .toCashItem .orderList .orderEntry .money {
  592. width:150px;
  593. border-right:1px solid #e1e1e1
  594. }
  595. .toCashItem .orderList .orderEntry .oMoney {
  596. width:165px;
  597. border-right:1px solid #e1e1e1
  598. }
  599. .toCashItem .orderList .orderEntry .stalt{
  600. width:60px;
  601. border-right:1px solid #e1e1e1;
  602. text-align:center
  603. }
  604. .toCashItem .orderList .orderMore {
  605. padding:10px 15px;
  606. color:#999;
  607. border-top:1px solid #E1E1E1;
  608. display:none
  609. }
  610. .toCashItem .orderList .orderMore li {
  611. text-align:right;
  612. border-right:1px solid #ED8B00;
  613. margin:0 0 5px 0;
  614. height:14px;
  615. line-height:14px
  616. }
  617. .toCashItem .orderList .orderMore li span {
  618. display:inline-block;
  619. *display:inline;
  620. zoom:1;
  621. width:110px;
  622. color:#666;
  623. padding:0 3px 0 0
  624. }
  625. .autTitle {
  626. margin:10px 0 0 50px
  627. }
  628. .autTitle .autTitleStep span{
  629. padding:5px 15px 5px 8px;
  630. margin:0 10px 0 0;
  631. display:inline-block;
  632. *display:inline;
  633. zoom:1
  634. }
  635. .autTitle .autTitleStep span.now{
  636. background:#9AB13C;
  637. color:#fff;
  638. border-radius:0 15px 15px 0
  639. }
  640. .autConfirmWait,.autConfirmFail,.autConfirmSuc {
  641. margin:50px;
  642. background:#FFFBCC;
  643. border:1px solid #E6DB55;
  644. color:#666452;
  645. padding:20px
  646. }
  647. .autConfirmFail{
  648. background-color: #FFCECE;
  649. border-color: #DF8F8F;
  650. color: #F90000
  651. }
  652. .autConfirmSuc {
  653. background-color: #D5FFCE;
  654. border-color: #9ADF8F;
  655. color: #556652
  656. }
  657. .helpCenterBtn {
  658. background:url(helpCenterButton.png) no-repeat;
  659. width: 32px;
  660. height:127px;
  661. text-align: center;
  662. position: fixed;
  663. _position: absolute;
  664. left: 0px;
  665. bottom: 45%;
  666. _bottom: "auto";
  667. cursor: pointer
  668. }
  669. .helpCenterBtn a{
  670. display: block;
  671. width:32px;
  672. height:127px
  673. }