global.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. @charset "utf-8";
  2. /*Reset 样式初始化*/
  3. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  4. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  5. padding: 0;
  6. margin: 0;
  7. font-weight: normal;
  8. font-style: normal;
  9. font-size: 12px;
  10. font-family:"微软雅黑","Tahoma";
  11. vertical-align: baseline;
  12. text-align:justify;
  13. word-wrap:break-word;
  14. text-justify:inter-ideograph
  15. }
  16. body{text-align:center}
  17. ul, ol, li, h1 {
  18. line-height:normal;
  19. list-style-image:none;
  20. list-style-position:outside;
  21. list-style-type:none
  22. }
  23. dl {
  24. margin:0
  25. }
  26. dd {
  27. margin-left:0
  28. }
  29. a {
  30. outline:none;
  31. }
  32. a img {
  33. border:0 none
  34. }
  35. img {
  36. vertical-align:middle;
  37. border:0px
  38. }
  39. table {
  40. border-collapse:collapse
  41. }
  42. .clearfix:after {
  43. content:".";
  44. display:block;
  45. height:0;
  46. clear:both;
  47. visibility:hidden
  48. }
  49. .clearfix {
  50. display:inline-block;
  51. overflow:hidden
  52. }
  53. .clearfix {
  54. display:block
  55. }
  56. body {color:#666;background:#f8f8f8 url(bodybg.jpg) repeat}
  57. a {color:#3366cc;text-decoration:none}
  58. a:hover {color:#333}
  59. .width950{width:950px;margin:0 auto}
  60. /**/
  61. .clearB {clear:both}
  62. .fL {float:left}
  63. .fR {float:right}
  64. :link, *:visited, *:hover, *:active, *:focus {
  65. -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  66. -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  67. transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  68. -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  69. }
  70. .colRed {color:#f70000}
  71. .colOrange {color:#ed8b00}
  72. .colYel {color:#d9a601}
  73. .colGreen{color:#17ab0c}
  74. .colGray{color:#999}
  75. .colBlue{color:#3172d9}
  76. .hide {display:none}
  77. .button {
  78. float:left;
  79. height:32px;
  80. margin-right:10px;
  81. padding:0px 30px;
  82. line-height:32px;
  83. text-align:center;
  84. overflow:hidden;
  85. font-weight:bold;
  86. color:#FFF;
  87. border-radius:3px;
  88. text-shadow:0 1px rgba(0, 0, 0, 0.1);
  89. text-decoration:none;
  90. border:none;
  91. cursor:pointer
  92. }
  93. input.button {
  94. height: 35px;
  95. line-height: 35px;
  96. }
  97. .button:hover{
  98. color:#fff
  99. }
  100. .button.btn-blue{
  101. background-color:#006fd8;
  102. border-bottom:3px solid #014687
  103. }
  104. .button.btn-blue:hover{
  105. background-color:#0076e4;
  106. }
  107. .button.btn-blue:active{
  108. background-color:#014687;
  109. }
  110. .button.btn-red{
  111. background-color:#E74C3C;
  112. border-bottom:3px solid #C44133
  113. }
  114. .button.btn-red:hover{
  115. background-color:#EC7063;
  116. }
  117. .button.btn-red:active{
  118. background-color:#C44133;
  119. }
  120. .button.btn-green{
  121. background-color:#1ABC9C;
  122. border-bottom:3px solid #16A085
  123. }
  124. .button.btn-green:hover{
  125. background-color:#48C9B0;
  126. }
  127. .button.btn-green:active{
  128. background-color:#16A085;
  129. }
  130. .button.btn-dark{
  131. background-color:#415B76;
  132. border-bottom:3px solid #2c3e50
  133. }
  134. .button.btn-dark:hover{
  135. background-color:#456a91;
  136. }
  137. .button.btn-dark:active{
  138. background-color:#2c3e50;
  139. }
  140. /*global header*/
  141. .globalHeader {
  142. background:#515b61;
  143. height:30px
  144. }
  145. .globalNav a{
  146. float:left;
  147. height:30px;
  148. line-height:30px;
  149. padding:0 10px;
  150. color:#eee;
  151. position: relative;
  152. cursor: pointer
  153. }
  154. .globalNav a:hover{
  155. background:#666E70;
  156. color:#fff
  157. }
  158. .globalNav a.now{
  159. background:#E36335;
  160. color:#fff;
  161. font-weight:600
  162. }
  163. .globalNav .zhzd{
  164. float:left;
  165. height:30px;
  166. position: relative;
  167. z-index:999
  168. }
  169. .globalNav .zhzd a b{
  170. border-color: #FFDDC9 transparent transparent;
  171. border-right: 3px dashed transparent;
  172. border-style: solid dashed dashed;
  173. border-width: 3px 3px 0;
  174. display: inline-block;
  175. font-size: 0;
  176. height: 0;
  177. line-height: 0;
  178. width: 0;
  179. position: relative;
  180. top:-1px;
  181. left:4px
  182. }
  183. .globalNav .zhzd .zhzdMenu{
  184. position: absolute;
  185. left:0;
  186. top:29px;
  187. background:#fff;
  188. border:1px solid #ccc;
  189. border-top:none;
  190. box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
  191. z-index: 0;
  192. display:none
  193. }
  194. .globalNav .zhzd .zhzdMenu a{
  195. width:100%;
  196. padding:0;
  197. text-align:center;
  198. color:#3366cc
  199. }
  200. .globalNav .zhzd .zhzdMenu a:hover{
  201. background:#f2f2f2
  202. }
  203. .globalNav .zhzd a.now{
  204. background:#fff;
  205. border:1px solid #ccc;
  206. border-bottom:none;
  207. border-top:none;
  208. color:#3366cc;
  209. z-index:10
  210. }
  211. .userInfoPanel{
  212. position:relative;
  213. }
  214. .userInfoPanel a.loginButton{
  215. position:absolute;
  216. right:0;
  217. top:5px;
  218. border:1px solid #d75d49;
  219. color:#d75d49;
  220. padding:5px 20px
  221. }
  222. .userInfoPanel a.loginButton:hover{
  223. background-color:#e8715e;
  224. color: #fff
  225. }
  226. .userInfoPanel a.loginButton:active{
  227. background-color:#bf3a25;
  228. color: #fff
  229. }
  230. /*indexBanner*/
  231. /*.indexBanner {
  232. background:url(indexbanner.jpg) no-repeat center top;
  233. height:418px
  234. }
  235. .indexBanner .width950{
  236. position:relative
  237. }
  238. .indexBanner a.loginButton{
  239. position:absolute;
  240. right:0;
  241. top:-40px;
  242. border:1px solid #d75d49;
  243. color:#d75d49;
  244. padding:5px 20px
  245. }
  246. .indexBanner a.loginButton:hover{
  247. background-color:#e8715e;
  248. color: #fff
  249. }
  250. .indexBanner a.loginButton:active{
  251. background-color:#bf3a25;
  252. color: #fff
  253. }*/
  254. .indexBannerNew{
  255. background:url(indexbanner1.jpg) no-repeat center top;
  256. height:418px;
  257. }
  258. .indexBannerNew .width950{
  259. position:relative;
  260. }
  261. .bannerText{
  262. padding:100px 0 0 0;
  263. color:#fff;
  264. }
  265. .bannerText .bannerText-1{
  266. text-align: center;
  267. font-size: 36px;
  268. }
  269. .bannerText .bannerText-2{
  270. margin:20px 0 0 0;
  271. text-align: center;
  272. font-size: 72px;
  273. }
  274. .bannerButton{
  275. position:absolute;
  276. top:350px;
  277. left:130px;
  278. width:700px;
  279. height:140px;
  280. background:#fff;
  281. border-radius: 5px;
  282. }
  283. .bannerButtonLeft{
  284. position:absolute;
  285. left:50px;
  286. top:40px;
  287. }
  288. .bannerBtext{
  289. font-size: 18px;
  290. line-height: 30px;
  291. }
  292. .bannerButtonRight{
  293. position:absolute;
  294. right:50px;
  295. top:40px;
  296. }
  297. .bannerButtonRight a{
  298. background:#d75d49;
  299. color:#fff;
  300. font-size: 20px;
  301. display:inline-block;
  302. padding:14px 35px;
  303. border-radius: 5px;
  304. }
  305. .bannerButtonRight a:hover{
  306. background:#e8715e;
  307. color:#fff;
  308. }
  309. .bannerButtonRight a:active{
  310. background:#bf3a25;
  311. color:#fff;
  312. }
  313. .sideBanner {
  314. width:486px;
  315. height:290px;
  316. position: absolute;
  317. right:81px;
  318. top:24px
  319. }
  320. .signButton {
  321. position:absolute;
  322. top:232px;
  323. left:20px
  324. }
  325. .panelLogin {
  326. float:left
  327. }
  328. .panelLogin a{
  329. width:187px;
  330. height:58px;
  331. display:inline-block;
  332. *display:inline;
  333. zoom:1;
  334. background:url(globalIcon.png) no-repeat 0 -20px
  335. }
  336. .panelLogin a:hover{
  337. background-position:0 -78px;
  338. }
  339. .panelLogin a:active{
  340. background-position:0 -136px;
  341. }
  342. .panelSign {
  343. margin:0 0 0 200px
  344. }
  345. .panelSign p{
  346. margin:4px 0 4px 0
  347. }
  348. .panelSign a{
  349. width:118px;
  350. height:33px;
  351. display:inline-block;
  352. *display:inline;
  353. zoom:1;
  354. background:url(globalIcon.png) no-repeat -187px -20px
  355. }
  356. .panelSign a:hover{
  357. background-position:-187px -53px;
  358. }
  359. .panelSign a:active{
  360. background-position:-187px -86px;
  361. }
  362. /*.indexDownload {
  363. background:url(globalIcon.png) repeat-x 0 -194px;
  364. position: relative;
  365. margin:40px 0 0 0
  366. }*/
  367. /*.indexDownload .warpDownload{
  368. background:url(globalIcon.png) repeat-x 0 384px;
  369. *background:url(globalIcon.png) repeat-x 0 384px;
  370. _background:url(globalIcon.png) repeat-x 0 272px;
  371. padding:20px 0
  372. }*/
  373. .warpDownload_title{
  374. font-size: 24px;
  375. color:#333;
  376. margin:0 0 15px 0;
  377. padding:15px 0 0 0;
  378. }
  379. .warpDownload li{
  380. width:420px;
  381. float:left;
  382. padding:15px 25px;
  383. }
  384. .warpDownload li:hover{
  385. background:#fff
  386. }
  387. .warpDownload li a{
  388. float:right;
  389. font-size: 14px;
  390. color:#fff;
  391. background-color:#E36335;
  392. padding:8px 23px;
  393. margin:30px 0 0 0
  394. }
  395. .warpDownload li a:hover{
  396. background-color:#ff6501;
  397. }
  398. .warpDownload li a:active{
  399. background-color:#D05100;
  400. }
  401. .warpDownload li a.info{
  402. border-right:1px solid #fff;
  403. background:#9D9D9D;
  404. }
  405. .warpDownload li h2 {
  406. font-size:20px;
  407. color:#414141;
  408. margin:0 0 5px 120px
  409. }
  410. .warpDownload li h3 {
  411. font-size:14px;
  412. color:#a8a8a8;
  413. margin:0 0 0 95px
  414. }
  415. .warpDownload li b{
  416. float:right;
  417. color:#fff;
  418. background-color:#999;
  419. padding:1px 5px;
  420. margin:20px 0 0 0
  421. }
  422. .warpDownload{
  423. /*padding:10px 0;*/
  424. padding:90px 0 10px 0;
  425. }
  426. .stepBtitle{
  427. text-align: center;
  428. margin-top: 20px;
  429. font-size: 26px;
  430. color:#333;
  431. }
  432. .step{
  433. margin:30px 0;
  434. }
  435. .stepTitle{
  436. font-size: 20px;
  437. display:inline-block;
  438. color:#ed5c00;
  439. /*padding:5px 15px;
  440. background:#ed5c00;
  441. color:#fff;*/
  442. }
  443. .stepCont{
  444. padding:5px 0;
  445. font-size: 20px;
  446. }
  447. .btndown{
  448. font-size: 20px;
  449. font-weight: bold;
  450. margin:0 45px;
  451. border:1px solid #10D25F;
  452. padding:20px 85px;
  453. background:#10D25F;
  454. color:#fff;
  455. border-radius: 5px;
  456. }
  457. .btndown:hover{
  458. background:#09ba51;
  459. border:1px solid #09ba51;
  460. color:#fff;
  461. text-decoration: none;
  462. }
  463. .indexIcon {
  464. background:url(globalIcon.png) no-repeat;
  465. width:48px;
  466. height:48px;
  467. position:absolute
  468. }
  469. .idIcon {
  470. background-position:-187px -119px;
  471. left:50%;
  472. margin:0 0 0 -24px;
  473. top:-37px
  474. }
  475. .isIcon {
  476. background-position:-236px -119px;
  477. right:50%;
  478. margin:0 -24px 0 0;
  479. top:-50px
  480. }
  481. .indexSlide {
  482. margin:40px 0 0 0;
  483. position: relative
  484. }
  485. .footer{
  486. background:#515b61;
  487. color:#fff;
  488. padding:10px 0;
  489. }
  490. .footer a{
  491. color:#fff;
  492. }
  493. .footer p{
  494. text-align:center
  495. }
  496. .warpLogin .loginItem,.warpProfile .formContent{background:#fff}
  497. .warpLogin .loginSlide {
  498. padding: 40px 0 0 40px;
  499. width: 280px;
  500. }
  501. .warpLogin .loginSlide p {
  502. line-height: 50px;
  503. }
  504. .warpLogin .loginForm {
  505. border-right: 1px dashed #E2E2E2;
  506. margin: 0 320px 0 30px;
  507. padding: 20px 0 150px;
  508. }
  509. .warpLogin .loginForm h3 {
  510. border-left: 2px solid #FF6501;
  511. font-size: 18px;
  512. padding: 3px 8px;
  513. }
  514. .warpLogin .loginForm dt {
  515. font-size: 14px;
  516. margin: 20px 0 5px;
  517. }
  518. .loginForm dd .inputText {
  519. font-size: 14px;
  520. width: 300px;
  521. }
  522. .formItem li input.inputText,.inputText {
  523. background:url(inputBg.png) repeat-x 0 0;
  524. height:28px;
  525. line-height:28px;
  526. border:1px solid #dcdcdc;
  527. border-top-color:#abadb3;
  528. border-left-color:#abadb3;
  529. border-radius:3px;
  530. -moz-border-radius:3px;
  531. -webkit-border-radius:3px;
  532. padding:0 5px;
  533. color:#999;
  534. }
  535. .formItem li input.inputText:focus,.inputText:focus {
  536. border-color:#ff6501;
  537. background:#fff;
  538. color:#333;
  539. font-weight:600;
  540. }
  541. .formItem li {
  542. border-bottom: 1px dotted #E2E2E2;
  543. padding: 15px 0 15px 20px;
  544. position:relative
  545. }
  546. .formItem li .fL {
  547. color: #676767;
  548. font-size: 14px;
  549. font-weight: 600;
  550. height: 32px;
  551. line-height: 32px;
  552. width: 125px;
  553. }
  554. .formItem li select {
  555. -moz-border-bottom-colors: none;
  556. -moz-border-left-colors: none;
  557. -moz-border-right-colors: none;
  558. -moz-border-top-colors: none;
  559. border-color: #ABADB3 #DCDCDC #DCDCDC #ABADB3;
  560. border-image: none;
  561. border-right: 1px solid #DCDCDC;
  562. border-style: solid;
  563. border-width: 1px;
  564. color: #999999;
  565. height: 30px;
  566. line-height: 30px;
  567. padding: 5px 3px;
  568. vertical-align: bottom;
  569. }
  570. .formItem li input.inputDis,.loginForm input.inputDis {
  571. background: none repeat scroll 0 0 #F2F2F2;
  572. }
  573. .formItem li input.erroT, .formItem li select.erroT {
  574. border-color: #E9322E;
  575. box-shadow: 0 0 4px #E9322E;
  576. color: #E9322E;
  577. }
  578. .formItem li span.erroT {
  579. background: none repeat scroll 0 0 #E9322E;
  580. border-radius: 0 0 5px 5px;
  581. color: #FFFFFF;
  582. left: 150px;
  583. padding: 0 5px;
  584. position: absolute;
  585. bottom:-2px;
  586. }
  587. .formItem .formExtra {
  588. background: none repeat scroll 0 0 #E5EDEF;
  589. margin: 0 0 0 125px;
  590. padding: 8px;
  591. }
  592. .formItem .formExtra p {
  593. margin: 0 0 5px;
  594. }
  595. .formItem .formExtra i {
  596. margin: 0 10px;
  597. }
  598. .formTips{
  599. background: #FFFBCC;
  600. border: 1px solid #E6DB55;
  601. color: #666452;
  602. padding: 8px 12px;
  603. margin:5px 20px 5px 0
  604. }
  605. .loginItem dd select {
  606. -moz-border-bottom-colors: none;
  607. -moz-border-left-colors: none;
  608. -moz-border-right-colors: none;
  609. -moz-border-top-colors: none;
  610. border-color: #ABADB3 #DCDCDC #DCDCDC #ABADB3;
  611. border-image: none;
  612. border-radius: 2px 2px 2px 2px;
  613. border-right: 1px solid #DCDCDC;
  614. border-style: solid;
  615. border-width: 1px;
  616. color: #999999;
  617. outline: medium none;
  618. padding: 7px;
  619. vertical-align: bottom;
  620. }
  621. .loginItem .globalForm{
  622. padding-bottom:100px;
  623. margin-top:10px
  624. }
  625. .userInfoPanel {
  626. margin:20px auto 20px;
  627. }
  628. .userInfoPanel p{
  629. text-align:right;
  630. margin:10px 0 0 0
  631. }
  632. .formContent {
  633. margin-top:10px;
  634. background:#fff
  635. }
  636. .formContent .slidebar {
  637. float: left;
  638. width: 180px;
  639. margin:20px 0 0 0
  640. }
  641. .formContent .slidebar li {
  642. margin: 1px 0;
  643. padding: 0 10px 0 0;
  644. }
  645. .formContent .slidebar li.now {
  646. background: none repeat scroll 0 0 #f5f5f5;
  647. }
  648. .formContent .slidebar li a {
  649. color: #666666;
  650. display: block;
  651. font-size: 14px;
  652. height: 30px;
  653. line-height: 30px;
  654. padding: 0 0 0 10px;
  655. }
  656. .formContent .slidebar li a:hover{
  657. color:#ff6501
  658. }
  659. .formContent .slidebar li.now a {
  660. color: #FF6501;
  661. }
  662. .formContent .slidebar li a.userProfile {
  663. background-position: right 0;
  664. }
  665. .formContent .mainContent {
  666. border-left: 1px solid #E2E2E2;
  667. margin: 0 0 0 180px;
  668. }
  669. .mainContent .globalForm {
  670. padding:15px 0 60px
  671. }
  672. .mainContent .globalForm .formTips{
  673. margin-left:20px
  674. }
  675. .mainContent .globalForm h3 {
  676. border-left: 2px solid #FF6501;
  677. font-size: 18px;
  678. padding: 3px 8px;
  679. margin:0 20px
  680. }
  681. .statistical {
  682. margin:10px 20px;
  683. padding:10px;
  684. background:#f9f9f9
  685. }
  686. .statistical table {
  687. width:80%;
  688. margin:0 0 10px 0
  689. }
  690. .statistical table th{
  691. width:90px
  692. }
  693. .accuntTipe{
  694. padding:5px 8px;
  695. background:#34495E;
  696. color:#fff;
  697. margin:0 30px 10px 0
  698. }
  699. .accuntTipe a{
  700. color:#fff;
  701. border-bottom:1px dashed #fff;
  702. padding:0 3px
  703. }
  704. .accuntConfirm {
  705. margin:20px 30px 0 0;
  706. padding:20px 0 20px 150px;
  707. border-top:1px dashed #E2E2E2;
  708. background:#f2f2f2
  709. }
  710. .accuntConfirm p{
  711. font-size:18px;
  712. margin:0 0 10px 0
  713. }
  714. .accuntConfirm p span{
  715. display:inline-block;
  716. *display:inline;
  717. zoom:1;
  718. width:140px;
  719. text-align:right
  720. }
  721. .accuntConfirm .button{
  722. margin:20px 0 0 50px
  723. }
  724. .modal-backdrop {
  725. position: fixed;
  726. top: 0;
  727. right: 0;
  728. bottom: 0;
  729. left: 0;
  730. z-index: 1040;
  731. background-color: #000
  732. }
  733. .modal-backdrop.fade {
  734. opacity: 0
  735. }
  736. .modal-backdrop,.modal-backdrop.fade.in {
  737. opacity: .8;
  738. filter: alpha(opacity=80)
  739. }
  740. .modal {
  741. position: fixed;
  742. top: 10%;
  743. left: 50%;
  744. z-index: 1050;
  745. width: 560px;
  746. margin-left: -280px;
  747. background-color: #fff;
  748. border: 1px solid #999;
  749. border: 1px solid rgba(0,0,0,0.3);
  750. *border: 1px solid #999;
  751. -webkit-border-radius: 6px;
  752. -moz-border-radius: 6px;
  753. border-radius: 6px;
  754. outline: 0;
  755. -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  756. -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  757. box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  758. -webkit-background-clip: padding-box;
  759. -moz-background-clip: padding-box;
  760. background-clip: padding-box
  761. }
  762. .modal.fade {
  763. top: -25%;
  764. -webkit-transition: opacity .3s linear,top .3s ease-out;
  765. -moz-transition: opacity .3s linear,top .3s ease-out;
  766. -o-transition: opacity .3s linear,top .3s ease-out;
  767. transition: opacity .3s linear,top .3s ease-out
  768. }
  769. .modal.fade.in {
  770. top: 10%
  771. }
  772. .modal-header {
  773. padding: 9px 15px;
  774. border-bottom: 1px solid #eee
  775. }
  776. .modal-header .close {
  777. margin-top: 2px
  778. }
  779. .modal-header h3 {
  780. margin: 0;
  781. line-height: 30px
  782. }
  783. .modal-body {
  784. position: relative;
  785. max-height: 400px;
  786. padding: 15px;
  787. overflow-y: auto
  788. }
  789. .modal-form {
  790. margin-bottom: 0
  791. }
  792. .modal-footer {
  793. padding: 14px 15px 15px;
  794. margin-bottom: 0;
  795. text-align: right;
  796. background-color: #f5f5f5;
  797. border-top: 1px solid #ddd;
  798. -webkit-border-radius: 0 0 6px 6px;
  799. -moz-border-radius: 0 0 6px 6px;
  800. border-radius: 0 0 6px 6px;
  801. *zoom: 1;
  802. -webkit-box-shadow: inset 0 1px 0 #fff;
  803. -moz-box-shadow: inset 0 1px 0 #fff;
  804. box-shadow: inset 0 1px 0 #fff
  805. }
  806. .modal-footer:before,.modal-footer:after {
  807. display: table;
  808. line-height: 0;
  809. content: ""
  810. }
  811. .modal-footer:after {
  812. clear: both
  813. }
  814. .modal-footer .btn+.btn {
  815. margin-bottom: 0;
  816. margin-left: 5px
  817. }
  818. .modal-footer .btn-group .btn+.btn {
  819. margin-left: -1px
  820. }
  821. .modal-footer .btn-block+.btn-block {
  822. margin-left: 0
  823. }