global.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838
  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: 50px;
  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. margin:20px 0
  487. }
  488. .footer p{
  489. text-align:center
  490. }
  491. .warpLogin .loginItem,.warpProfile .formContent{background:#fff}
  492. .warpLogin .loginSlide {
  493. padding: 40px 0 0 40px;
  494. width: 280px;
  495. }
  496. .warpLogin .loginSlide p {
  497. line-height: 50px;
  498. }
  499. .warpLogin .loginForm {
  500. border-right: 1px dashed #E2E2E2;
  501. margin: 0 320px 0 30px;
  502. padding: 20px 0 150px;
  503. }
  504. .warpLogin .loginForm h3 {
  505. border-left: 2px solid #FF6501;
  506. font-size: 18px;
  507. padding: 3px 8px;
  508. }
  509. .warpLogin .loginForm dt {
  510. font-size: 14px;
  511. margin: 20px 0 5px;
  512. }
  513. .loginForm dd .inputText {
  514. font-size: 14px;
  515. width: 300px;
  516. }
  517. .formItem li input.inputText,.inputText {
  518. background:url(inputBg.png) repeat-x 0 0;
  519. height:28px;
  520. line-height:28px;
  521. border:1px solid #dcdcdc;
  522. border-top-color:#abadb3;
  523. border-left-color:#abadb3;
  524. border-radius:3px;
  525. -moz-border-radius:3px;
  526. -webkit-border-radius:3px;
  527. padding:0 5px;
  528. color:#999;
  529. }
  530. .formItem li input.inputText:focus,.inputText:focus {
  531. border-color:#ff6501;
  532. background:#fff;
  533. color:#333;
  534. font-weight:600;
  535. }
  536. .formItem li {
  537. border-bottom: 1px dotted #E2E2E2;
  538. padding: 15px 0 15px 20px;
  539. position:relative
  540. }
  541. .formItem li .fL {
  542. color: #676767;
  543. font-size: 14px;
  544. font-weight: 600;
  545. height: 32px;
  546. line-height: 32px;
  547. width: 125px;
  548. }
  549. .formItem li select {
  550. -moz-border-bottom-colors: none;
  551. -moz-border-left-colors: none;
  552. -moz-border-right-colors: none;
  553. -moz-border-top-colors: none;
  554. border-color: #ABADB3 #DCDCDC #DCDCDC #ABADB3;
  555. border-image: none;
  556. border-right: 1px solid #DCDCDC;
  557. border-style: solid;
  558. border-width: 1px;
  559. color: #999999;
  560. height: 30px;
  561. line-height: 30px;
  562. padding: 5px 3px;
  563. vertical-align: bottom;
  564. }
  565. .formItem li input.inputDis,.loginForm input.inputDis {
  566. background: none repeat scroll 0 0 #F2F2F2;
  567. }
  568. .formItem li input.erroT, .formItem li select.erroT {
  569. border-color: #E9322E;
  570. box-shadow: 0 0 4px #E9322E;
  571. color: #E9322E;
  572. }
  573. .formItem li span.erroT {
  574. background: none repeat scroll 0 0 #E9322E;
  575. border-radius: 0 0 5px 5px;
  576. color: #FFFFFF;
  577. left: 150px;
  578. padding: 0 5px;
  579. position: absolute;
  580. bottom:-2px;
  581. }
  582. .formItem .formExtra {
  583. background: none repeat scroll 0 0 #E5EDEF;
  584. margin: 0 0 0 125px;
  585. padding: 8px;
  586. }
  587. .formItem .formExtra p {
  588. margin: 0 0 5px;
  589. }
  590. .formItem .formExtra i {
  591. margin: 0 10px;
  592. }
  593. .formTips{
  594. background: #FFFBCC;
  595. border: 1px solid #E6DB55;
  596. color: #666452;
  597. padding: 8px 12px;
  598. margin:5px 20px 5px 0
  599. }
  600. .loginItem dd select {
  601. -moz-border-bottom-colors: none;
  602. -moz-border-left-colors: none;
  603. -moz-border-right-colors: none;
  604. -moz-border-top-colors: none;
  605. border-color: #ABADB3 #DCDCDC #DCDCDC #ABADB3;
  606. border-image: none;
  607. border-radius: 2px 2px 2px 2px;
  608. border-right: 1px solid #DCDCDC;
  609. border-style: solid;
  610. border-width: 1px;
  611. color: #999999;
  612. outline: medium none;
  613. padding: 7px;
  614. vertical-align: bottom;
  615. }
  616. .loginItem .globalForm{
  617. padding-bottom:100px;
  618. margin-top:10px
  619. }
  620. .userInfoPanel {
  621. margin:20px auto 20px;
  622. }
  623. .userInfoPanel p{
  624. text-align:right;
  625. margin:10px 0 0 0
  626. }
  627. .formContent {
  628. margin-top:10px;
  629. background:#fff
  630. }
  631. .formContent .slidebar {
  632. float: left;
  633. width: 180px;
  634. margin:20px 0 0 0
  635. }
  636. .formContent .slidebar li {
  637. margin: 1px 0;
  638. padding: 0 10px 0 0;
  639. }
  640. .formContent .slidebar li.now {
  641. background: none repeat scroll 0 0 #f5f5f5;
  642. }
  643. .formContent .slidebar li a {
  644. color: #666666;
  645. display: block;
  646. font-size: 14px;
  647. height: 30px;
  648. line-height: 30px;
  649. padding: 0 0 0 10px;
  650. }
  651. .formContent .slidebar li a:hover{
  652. color:#ff6501
  653. }
  654. .formContent .slidebar li.now a {
  655. color: #FF6501;
  656. }
  657. .formContent .slidebar li a.userProfile {
  658. background-position: right 0;
  659. }
  660. .formContent .mainContent {
  661. border-left: 1px solid #E2E2E2;
  662. margin: 0 0 0 180px;
  663. }
  664. .mainContent .globalForm {
  665. padding:15px 0 60px
  666. }
  667. .mainContent .globalForm .formTips{
  668. margin-left:20px
  669. }
  670. .mainContent .globalForm h3 {
  671. border-left: 2px solid #FF6501;
  672. font-size: 18px;
  673. padding: 3px 8px;
  674. margin:0 20px
  675. }
  676. .statistical {
  677. margin:10px 20px;
  678. padding:10px;
  679. background:#f9f9f9
  680. }
  681. .statistical table {
  682. width:80%;
  683. margin:0 0 10px 0
  684. }
  685. .statistical table th{
  686. width:90px
  687. }
  688. .accuntTipe{
  689. padding:5px 8px;
  690. background:#34495E;
  691. color:#fff;
  692. margin:0 30px 10px 0
  693. }
  694. .accuntTipe a{
  695. color:#fff;
  696. border-bottom:1px dashed #fff;
  697. padding:0 3px
  698. }
  699. .accuntConfirm {
  700. margin:20px 30px 0 0;
  701. padding:20px 0 20px 150px;
  702. border-top:1px dashed #E2E2E2;
  703. background:#f2f2f2
  704. }
  705. .accuntConfirm p{
  706. font-size:18px;
  707. margin:0 0 10px 0
  708. }
  709. .accuntConfirm p span{
  710. display:inline-block;
  711. *display:inline;
  712. zoom:1;
  713. width:140px;
  714. text-align:right
  715. }
  716. .accuntConfirm .button{
  717. margin:20px 0 0 50px
  718. }
  719. .modal-backdrop {
  720. position: fixed;
  721. top: 0;
  722. right: 0;
  723. bottom: 0;
  724. left: 0;
  725. z-index: 1040;
  726. background-color: #000
  727. }
  728. .modal-backdrop.fade {
  729. opacity: 0
  730. }
  731. .modal-backdrop,.modal-backdrop.fade.in {
  732. opacity: .8;
  733. filter: alpha(opacity=80)
  734. }
  735. .modal {
  736. position: fixed;
  737. top: 10%;
  738. left: 50%;
  739. z-index: 1050;
  740. width: 560px;
  741. margin-left: -280px;
  742. background-color: #fff;
  743. border: 1px solid #999;
  744. border: 1px solid rgba(0,0,0,0.3);
  745. *border: 1px solid #999;
  746. -webkit-border-radius: 6px;
  747. -moz-border-radius: 6px;
  748. border-radius: 6px;
  749. outline: 0;
  750. -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  751. -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  752. box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  753. -webkit-background-clip: padding-box;
  754. -moz-background-clip: padding-box;
  755. background-clip: padding-box
  756. }
  757. .modal.fade {
  758. top: -25%;
  759. -webkit-transition: opacity .3s linear,top .3s ease-out;
  760. -moz-transition: opacity .3s linear,top .3s ease-out;
  761. -o-transition: opacity .3s linear,top .3s ease-out;
  762. transition: opacity .3s linear,top .3s ease-out
  763. }
  764. .modal.fade.in {
  765. top: 10%
  766. }
  767. .modal-header {
  768. padding: 9px 15px;
  769. border-bottom: 1px solid #eee
  770. }
  771. .modal-header .close {
  772. margin-top: 2px
  773. }
  774. .modal-header h3 {
  775. margin: 0;
  776. line-height: 30px
  777. }
  778. .modal-body {
  779. position: relative;
  780. max-height: 400px;
  781. padding: 15px;
  782. overflow-y: auto
  783. }
  784. .modal-form {
  785. margin-bottom: 0
  786. }
  787. .modal-footer {
  788. padding: 14px 15px 15px;
  789. margin-bottom: 0;
  790. text-align: right;
  791. background-color: #f5f5f5;
  792. border-top: 1px solid #ddd;
  793. -webkit-border-radius: 0 0 6px 6px;
  794. -moz-border-radius: 0 0 6px 6px;
  795. border-radius: 0 0 6px 6px;
  796. *zoom: 1;
  797. -webkit-box-shadow: inset 0 1px 0 #fff;
  798. -moz-box-shadow: inset 0 1px 0 #fff;
  799. box-shadow: inset 0 1px 0 #fff
  800. }
  801. .modal-footer:before,.modal-footer:after {
  802. display: table;
  803. line-height: 0;
  804. content: ""
  805. }
  806. .modal-footer:after {
  807. clear: both
  808. }
  809. .modal-footer .btn+.btn {
  810. margin-bottom: 0;
  811. margin-left: 5px
  812. }
  813. .modal-footer .btn-group .btn+.btn {
  814. margin-left: -1px
  815. }
  816. .modal-footer .btn-block+.btn-block {
  817. margin-left: 0
  818. }