ui.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. html {
  6. font-size: 13px;
  7. font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
  8. -ms-text-size-adjust: 100%;
  9. -webkit-text-size-adjust: 100%;
  10. line-height: 24px;
  11. color: #444444;
  12. background-color: #fafafa;
  13. }
  14. input,
  15. textarea,
  16. select,
  17. option,
  18. button {
  19. font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;
  20. }
  21. article,
  22. aside,
  23. details,
  24. figcaption,
  25. figure,
  26. footer,
  27. header,
  28. main,
  29. nav,
  30. section,
  31. summary,
  32. .block {
  33. display: block;
  34. }
  35. .inline {
  36. display: inline;
  37. }
  38. .inline-block {
  39. display: inline-block;
  40. }
  41. .dis-table {
  42. display: table;
  43. }
  44. .dis-table-cell {
  45. display: table-cell;
  46. }
  47. .dis-flex {
  48. display: flex;
  49. }
  50. audio,
  51. canvas,
  52. progress,
  53. video {
  54. display: inline-block;
  55. vertical-align: baseline;
  56. }
  57. audio:not([controls]) {
  58. display: none;
  59. height: 0;
  60. }
  61. [hidden],
  62. template,
  63. .hidden {
  64. display: none;
  65. }
  66. .opacity {
  67. opacity: 0;
  68. }
  69. .opacity-half {
  70. opacity: .5;
  71. }
  72. a,
  73. .text-link {
  74. color: #428bca;
  75. text-decoration: none;
  76. cursor: pointer;
  77. }
  78. a:hover,
  79. .text-link:hover {
  80. color: #399ade;
  81. text-decoration: none;
  82. }
  83. a:focus,
  84. .text-link:focus {
  85. outline: none;
  86. }
  87. b,
  88. strong,
  89. .text-bold {
  90. font-weight: bold;
  91. }
  92. dfn,
  93. .text-italic {
  94. font-style: italic;
  95. }
  96. h1,
  97. .text-h1 {
  98. font-size: 2em;
  99. margin-bottom: 0.67em;
  100. }
  101. h2,
  102. .text-h2 {
  103. font-size: 1.6em;
  104. margin-bottom: 0.625em;
  105. }
  106. h3,
  107. .text-h3 {
  108. font: 1.2em;
  109. margin-bottom: 0.5em;
  110. }
  111. h4,
  112. h5,
  113. h6,
  114. .text-h4,
  115. .text-h5,
  116. .text-h6 {
  117. font-size: 1em;
  118. margin-bottom: .3em;
  119. }
  120. small,
  121. .text-small {
  122. font-size: .8em;
  123. }
  124. sub,
  125. sup,
  126. .text-sup,
  127. .text-sub {
  128. font-size: .7em;
  129. line-height: 0;
  130. position: relative;
  131. vertical-align: baseline;
  132. }
  133. sup,
  134. .text-sup {
  135. top: -0.5em;
  136. }
  137. sub,
  138. .text-sub {
  139. bottom: -0.25em;
  140. }
  141. .figure,
  142. .blockquote {
  143. margin: 1em 1.5em;
  144. }
  145. pre {
  146. overflow: auto;
  147. margin: 0;
  148. padding: .4em 1em;
  149. }
  150. code,
  151. kbd,
  152. pre,
  153. samp {
  154. font-family: monospace;
  155. font-size: 1em;
  156. }
  157. .text-left {
  158. text-align: left;
  159. }
  160. .text-right {
  161. text-align: right;
  162. }
  163. .text-center {
  164. text-align: center;
  165. }
  166. .list-no-style {
  167. list-style: none;
  168. }
  169. img {
  170. border: none;
  171. }
  172. svg:not(:root) {
  173. overflow: hidden;
  174. }
  175. label {
  176. font-weight: bold;
  177. }
  178. textarea,
  179. input,
  180. .ipt {
  181. padding: .6em;
  182. line-height: normal;
  183. border: 1px solid #bbbbbb;
  184. }
  185. textarea:focus,
  186. input:focus,
  187. .ipt:focus {
  188. background-color: #f2fffc;
  189. outline: none;
  190. }
  191. button {
  192. overflow: visible;
  193. padding: .6em 1.2em;
  194. }
  195. button,
  196. select {
  197. text-transform: none;
  198. }
  199. button:focus,
  200. select:focus {
  201. outline: none;
  202. }
  203. button,
  204. input[type="button"],
  205. input[type="reset"],
  206. input[type="submit"] {
  207. -webkit-appearance: button;
  208. -moz-appearance: button;
  209. cursor: pointer;
  210. background-color: #888888;
  211. color: #fafafa;
  212. border: none;
  213. }
  214. button:hover,
  215. input[type="button"]:hover,
  216. input[type="reset"]:hover,
  217. input[type="submit"]:hover {
  218. background-color: #444444;
  219. color: #ffffff;
  220. }
  221. button[disabled],
  222. html input[disabled] {
  223. cursor: default;
  224. }
  225. button::-moz-focus-inner,
  226. input::-moz-focus-inner {
  227. border: 0;
  228. padding: 0;
  229. }
  230. input[type="checkbox"],
  231. input[type="radio"] {
  232. box-sizing: border-box;
  233. padding: 0;
  234. }
  235. input[type="search"] {
  236. -webkit-appearance: textfield;
  237. -moz-appearance: textfield;
  238. -moz-box-sizing: content-box;
  239. -webkit-box-sizing: content-box;
  240. box-sizing: content-box;
  241. }
  242. fieldset {
  243. border: 1px solid #bbbbbb;
  244. margin: 0 2px;
  245. padding: 0.4em 0.8em 0.8em;
  246. }
  247. legend {
  248. border: 0;
  249. padding: 0;
  250. }
  251. textarea {
  252. overflow: auto;
  253. border: 1px solid #bbbbbb;
  254. padding: .6em;
  255. }
  256. textarea:focus {
  257. background-color: #f2fffc;
  258. outline: none;
  259. }
  260. optgroup {
  261. font-weight: bold;
  262. }
  263. table {
  264. background-color: transparent;
  265. border-collapse: collapse;
  266. border-spacing: 0;
  267. }
  268. td,
  269. th {
  270. padding: 0;
  271. }
  272. hr {
  273. -moz-box-sizing: content-box;
  274. box-sizing: content-box;
  275. height: 0;
  276. border: none;
  277. border-bottom: 1px solid #dddddd;
  278. margin-bottom: .75em;
  279. }
  280. .radius {
  281. border-radius: .25em;
  282. }
  283. .text-truncate {
  284. overflow: hidden;
  285. text-overflow: ellipsis;
  286. white-space: nowrap;
  287. display: inline-block;
  288. vertical-align: top;
  289. }
  290. pre {
  291. line-height: 1.6;
  292. overflow: auto;
  293. padding: 0;
  294. }
  295. dt {
  296. font-weight: bold;
  297. }
  298. .left {
  299. float: left;
  300. }
  301. .right {
  302. float: right;
  303. }
  304. .clear::after {
  305. clear: both;
  306. content: " ";
  307. width: 0;
  308. height: 0;
  309. display: block;
  310. }
  311. .hide {
  312. display: none;
  313. }
  314. .grid-1-12 {
  315. width: 8.33%;
  316. }
  317. .grid-2-12,
  318. .grid-1-6 {
  319. width: 16.67%;
  320. }
  321. .grid-3-12,
  322. .grid-1-4 {
  323. width: 25%;
  324. }
  325. .grid-4-12,
  326. .grid-1-3 {
  327. width: 33%;
  328. }
  329. .grid-5-12 {
  330. width: 41.67%;
  331. }
  332. .grid-6-12,
  333. .grid-1-2 {
  334. width: 50%;
  335. }
  336. .grid-7-12 {
  337. width: 58.33%;
  338. }
  339. .grid-8-12,
  340. .grid-2-3 {
  341. width: 66.67%;
  342. }
  343. .grid-9-12,
  344. .grid-3-4 {
  345. width: 75%;
  346. }
  347. .grid-10-12,
  348. .grid-5-6 {
  349. width: 83.33%;
  350. }
  351. .grid-11-12 {
  352. width: 91.67%;
  353. }
  354. *[class*="grid-"] {
  355. box-sizing: content-box;
  356. }
  357. .grid-1-5 {
  358. width: 20%;
  359. }
  360. .grid-2-5 {
  361. width: 40%;
  362. }
  363. .grid-3-5 {
  364. width: 60%;
  365. }
  366. .grid-4-5 {
  367. width: 80%;
  368. }
  369. .btn {
  370. white-space: nowrap;
  371. }
  372. .btn-small {
  373. font-size: 10.8px;
  374. padding: .4em .9em;
  375. }
  376. .btn-medium {
  377. font-size: 12px;
  378. padding: .4em .9em;
  379. }
  380. .btn-large {
  381. font-size: 14.4px;
  382. padding: .4em .9em;
  383. }
  384. .btn-green {
  385. background-color: #65ad4e;
  386. border: 1px solid #65ad4e;
  387. }
  388. .btn-green:hover {
  389. background-color: #71bf57;
  390. color: #FFF;
  391. }
  392. .btn-blue {
  393. background-color: #428bca;
  394. border: 1px solid #428bca;
  395. }
  396. .btn-blue:hover {
  397. background-color: #539cdb;
  398. color: #FFF;
  399. }
  400. .btn-red {
  401. color: #FFF;
  402. background-color: #d9453d;
  403. border: 1px solid #d9453d;
  404. }
  405. .btn-red:hover {
  406. background-color: #ff635a;
  407. color: #FFF;
  408. }
  409. .btn-orange {
  410. background-color: #df7514;
  411. border: 1px solid #df7514;
  412. }
  413. .btn-orange:hover {
  414. background-color: #df8229;
  415. color: #FFF;
  416. }
  417. .btn-black {
  418. background-color: #444444;
  419. border: 1px solid #444444;
  420. }
  421. .btn-black:hover {
  422. background-color: #383838;
  423. color: #FFF;
  424. }
  425. .btn-gray {
  426. background-color: #f0f0f0;
  427. color: #444444;
  428. border: 1px solid #d0d0d0;
  429. }
  430. .btn-gray:hover {
  431. background-color: #fafafa;
  432. color: #444444;
  433. }
  434. .btn-active {
  435. box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(0, 0, 0, 0.15) inset;
  436. }
  437. .btn-header {
  438. margin-top: -1px;
  439. color: white;
  440. padding: 0 10px;
  441. }
  442. .btn-link {
  443. overflow: visible;
  444. color: white;
  445. padding: .6em 1.2em;
  446. }
  447. .btn-radius {
  448. border-radius: .25em;
  449. }
  450. .btn-left-radius {
  451. border-top-left-radius: .25em;
  452. border-bottom-left-radius: .25em;
  453. }
  454. .btn-right-radius {
  455. border-top-right-radius: .25em;
  456. border-bottom-right-radius: .25em;
  457. }
  458. .btn-block {
  459. display: block;
  460. width: 100%;
  461. box-sizing: content-box;
  462. text-align: center;
  463. }
  464. .btn-comb {
  465. margin-left: -1px;
  466. }
  467. .btn-disabled {
  468. opacity: .6;
  469. cursor: not-allowed;
  470. box-shadow: none;
  471. background-image: none !important;
  472. border: none;
  473. }
  474. .btn-disabled:hover {
  475. background-image: none !important;
  476. color: #ffffff;
  477. }
  478. .ipt:focus {
  479. border-color: #428bca;
  480. }
  481. .ipt-radius {
  482. border-radius: .25em;
  483. }
  484. .ipt-small {
  485. font-size: 9.6px;
  486. }
  487. .ipt-large {
  488. font-size: 14.4px;
  489. }
  490. .ipt-textarea {
  491. height: auto !important;
  492. width: auto;
  493. }
  494. .ipt-disabled,
  495. input[disabled] {
  496. background-color: #f2f2f2 !important;
  497. color: #888;
  498. cursor: not-allowed;
  499. }
  500. .ipt-disabled:focus,
  501. input[disabled]:focus {
  502. background-color: #f2f2f2 !important;
  503. }
  504. .ipt-readonly:focus,
  505. input[readonly]:focus {
  506. background-color: #f2f2f2 !important;
  507. }
  508. .ipt-error {
  509. border-color: #b63b2c !important;
  510. background-color: #fff0f0 !important;
  511. }
  512. .form label {
  513. margin-right: 1em;
  514. }
  515. .form .help {
  516. color: #999999;
  517. padding-top: .6em;
  518. display: inline-block;
  519. }
  520. .form-stack label {
  521. display: block;
  522. }
  523. .form-stack .field {
  524. margin-bottom: 1em;
  525. }
  526. .form-align label,
  527. .form-align .form-label {
  528. display: inline-block;
  529. width: 120px;
  530. text-align: right;
  531. margin-right: 1em;
  532. }
  533. .form-align .field {
  534. margin-bottom: 1em;
  535. }
  536. label.text-left {
  537. text-align: left;
  538. }
  539. label.req:after {
  540. content: "*";
  541. color: #d9453d;
  542. }
  543. ul.menu > li {
  544. list-style: none;
  545. }
  546. ul.menu > li > a {
  547. padding: .8em 1.2em;
  548. }
  549. ul.menu > li > a:hover {
  550. background-color: #eaeaea;
  551. color: #444444;
  552. }
  553. ul.menu > li.current > a,
  554. ul.menu > li.hover > a {
  555. color: #444444;
  556. }
  557. ul.menu > li.head {
  558. font-weight: bold;
  559. padding: .8em 1.2em;
  560. }
  561. ul.menu > li.down:hover > ul.menu-down {
  562. display: block;
  563. }
  564. ul.menu > li.border-bottom {
  565. border-bottom: 1px solid #bbbbbb;
  566. height: 0;
  567. margin: .5em 0;
  568. }
  569. ul.menu-line > li,
  570. ul.menu-line > li > a {
  571. display: inline-block;
  572. }
  573. ul.menu-line > li.down {
  574. position: relative;
  575. }
  576. ul.menu-line > li.down > a:after {
  577. content: "\25BE";
  578. margin-left: .4em;
  579. }
  580. ul.menu-line > li.down > ul.menu-down {
  581. top: 2.1em;
  582. width: 150%;
  583. }
  584. ul.menu-line > li.hover {
  585. position: relative;
  586. }
  587. ul.menu-line > li.hover > a:after {
  588. position: absolute;
  589. content: "\25B4";
  590. left: 50%;
  591. bottom: -1.1em;
  592. margin-left: -4px;
  593. }
  594. ul.menu-vertical > li > a,
  595. ul.menu-down > li > a,
  596. ul.menu-vertical > li.head,
  597. ul.menu-down > li.head {
  598. display: block;
  599. padding: .4em 1.2em;
  600. }
  601. ul.menu-vertical > li.down,
  602. ul.menu-down > li.down {
  603. position: relative;
  604. }
  605. ul.menu-vertical > li.down > a:after,
  606. ul.menu-down > li.down > a:after {
  607. content: "\25B8";
  608. position: absolute;
  609. right: .6em;
  610. }
  611. ul.menu-vertical > li.hover,
  612. ul.menu-down > li.hover {
  613. position: relative;
  614. }
  615. ul.menu-vertical > li.hover > a:after,
  616. ul.menu-down > li.hover > a:after {
  617. content: "\25B8";
  618. position: absolute;
  619. left: .5em;
  620. }
  621. ul.menu-border,
  622. ul.menu-down {
  623. border: 1px solid #bbbbbb;
  624. }
  625. ul.menu-border > li.head,
  626. ul.menu-down > li.head {
  627. border-bottom: 1px solid #bbbbbb;
  628. }
  629. ul.menu-down {
  630. position: absolute;
  631. display: none;
  632. z-index: 99;
  633. box-shadow: 0 0 2px #666666;
  634. background-color: #ffffff;
  635. }
  636. ul.menu-down-show {
  637. position: absolute;
  638. z-index: 99;
  639. box-shadow: 0 0 2px #666666;
  640. background-color: #ffffff;
  641. }
  642. ul.menu-radius {
  643. border-radius: .3em;
  644. }
  645. ul.menu-radius > li:first-child {
  646. border-top-left-radius: .3em;
  647. border-top-right-radius: .3em;
  648. }
  649. ul.menu-radius > li:first-child > a {
  650. border-top-left-radius: .2em;
  651. border-top-right-radius: .2em;
  652. }
  653. ul.menu-radius > li:last-child {
  654. border-bottom-left-radius: .3em;
  655. border-bottom-right-radius: .3em;
  656. }
  657. ul.menu-radius > li:last-child > a {
  658. border-bottom-left-radius: .2em;
  659. border-bottom-right-radius: .2em;
  660. }
  661. .drop {
  662. position: relative;
  663. }
  664. .drop:hover > .drop-down {
  665. position: absolute;
  666. top: 0;
  667. left: 0;
  668. width: 200%;
  669. display: block;
  670. }
  671. .drop > .drop-down {
  672. display: none;
  673. border: 1px solid #bbbbbb;
  674. box-shadow: 0 0 3px #666666;
  675. background-color: #ffffff;
  676. }
  677. .drop-bottom:after {
  678. content: "\25BE";
  679. margin-left: .4em;
  680. }
  681. .drop-top:after {
  682. content: "\25B4";
  683. margin-left: .4em;
  684. }
  685. .panel {
  686. border: 1px solid #cccccc;
  687. }
  688. .panel .panel-header {
  689. font-size: 16px;
  690. padding: .6em 1.2em;
  691. background-color: #eeeeee;
  692. border-bottom: 1px solid #cccccc;
  693. }
  694. .panel .panel-body {
  695. background-color: white;
  696. }
  697. .panel .panel-body .panel-desc {
  698. padding: 0 40px 20px 40px;
  699. }
  700. .panel .panel-content {
  701. padding: 1em 1.2em;
  702. }
  703. .panel .panel-footer {
  704. padding: .6em 1.2em;
  705. background-color: #eeeeee;
  706. border-top: 1px solid #cccccc;
  707. }
  708. .panel.panel-radius {
  709. border-radius: .3em;
  710. }
  711. .panel.panel-radius .panel-header {
  712. border-top-left-radius: .3em;
  713. border-top-right-radius: .3em;
  714. }
  715. .panel.panel-radius .panel-footer {
  716. border-bottom-left-radius: .3em;
  717. border-bottom-right-radius: .3em;
  718. }
  719. .panel.panel-radius .panel-content {
  720. border-bottom-left-radius: .3em;
  721. border-bottom-right-radius: .3em;
  722. }
  723. .panel.panel-info {
  724. border-color: #85c5e5;
  725. }
  726. .panel.panel-info > .panel-header {
  727. color: #31708f;
  728. background-color: #d9edf7;
  729. border-color: #85c5e5;
  730. }
  731. .panel.panel-warning {
  732. border-color: #F0C36D;
  733. }
  734. .panel.panel-warning > .panel-header {
  735. background-color: #F9EDBE;
  736. border-color: #F0C36D;
  737. }
  738. .label {
  739. padding: .3em .6em .2em .6em;
  740. color: #ffffff;
  741. }
  742. .label-red {
  743. background-color: #d9453d;
  744. }
  745. .label-blue {
  746. background-color: #428bca;
  747. }
  748. .label-gray {
  749. background-color: #999999;
  750. }
  751. .label-green {
  752. background-color: #65ad4e;
  753. }
  754. .label-green:hover {
  755. background-color: #71bf57;
  756. color: #FFF;
  757. }
  758. .label-orange {
  759. background-color: #df7514;
  760. }
  761. .label-black {
  762. background-color: #444444;
  763. }
  764. .label-radius {
  765. border-radius: .2em;
  766. }
  767. .label-link {
  768. color: #ffffff;
  769. }
  770. .label-link:hover {
  771. color: #ffffff;
  772. }
  773. .breads .bread:after {
  774. content: "/";
  775. font-weight: bold;
  776. margin: 0 4px 0 7px;
  777. color: #444444;
  778. }
  779. .breads .bread:last-child:after {
  780. content: "";
  781. margin: 0;
  782. }
  783. .alert {
  784. padding: .6em 1.5em;
  785. margin-bottom: 10px;
  786. }
  787. .alert i {
  788. margin-right: 8px;
  789. }
  790. .alert-radius {
  791. border-radius: .25em;
  792. }
  793. .alert-red {
  794. color: #d9453d;
  795. border: 1px solid #be2d25;
  796. background-color: #fae9e8;
  797. }
  798. .alert-blue {
  799. color: #428bca;
  800. border: 1px solid #3071a9;
  801. background-color: #f5f9fc;
  802. }
  803. .alert-green {
  804. color: #65ad4e;
  805. border: 1px solid #508a3e;
  806. background-color: #edf6eb;
  807. }
  808. .alert-gray {
  809. color: #999999;
  810. border: 1px solid #808080;
  811. background-color: #f2f2f2;
  812. }
  813. .alert-orange {
  814. color: #df7514;
  815. border: 1px solid #b05c10;
  816. background-color: #fcecdd;
  817. }
  818. .white-popup-block {
  819. background: #FFF;
  820. padding: 20px 30px;
  821. text-align: left;
  822. max-width: 650px;
  823. margin: 40px auto;
  824. position: relative;
  825. }
  826. .white-popup-block p {
  827. font-size: 14px;
  828. }
  829. table th,
  830. table td {
  831. padding: .3em .6em;
  832. line-height: 30px;
  833. }
  834. .table-border {
  835. border: 1px solid #d6d6d6;
  836. }
  837. .table-border tr {
  838. border-top: 1px solid #eaeaea;
  839. }
  840. .table-border tr th,
  841. .table-border tr td {
  842. border-top: 1px solid #eaeaea;
  843. }
  844. .table-border tr:first-child {
  845. border-top: none;
  846. }
  847. .table-border thead {
  848. border-bottom: 1px solid #d6d6d6;
  849. }
  850. .table-block {
  851. width: 100%;
  852. box-sizing: border-box;
  853. }
  854. .table-radius {
  855. border-collapse: separate !important;
  856. border-radius: .3em;
  857. }
  858. .table-radius thead:first-child {
  859. border-top-left-radius: .3em;
  860. border-top-right-radius: .3em;
  861. }
  862. .table-radius thead:first-child tr:first-child {
  863. border-top-left-radius: .3em;
  864. }
  865. .table-radius thead:first-child tr:first-child > th:first-child {
  866. border-top-left-radius: .3em;
  867. }
  868. .table-radius thead:first-child tr:first-child > th:last-child {
  869. border-top-right-radius: .3em;
  870. }
  871. .table-radius tbody {
  872. border-bottom-left-radius: .3em;
  873. border-bottom-right-radius: .3em;
  874. }
  875. .table-radius tbody tr:last-child {
  876. border-bottom-left-radius: .3em;
  877. border-bottom-right-radius: .3em;
  878. }
  879. .table-radius tbody tr:last-child > td:first-child {
  880. border-bottom-left-radius: .3em;
  881. }
  882. .table-radius tbody tr:last-child > td:last-child {
  883. border-bottom-right-radius: .3em;
  884. }
  885. .pager .page {
  886. padding: .3em .5em .2em .5em;
  887. margin: 0 .3em;
  888. background-color: #cccccc;
  889. color: #444444;
  890. }
  891. .pager .page:hover,
  892. .pager .page.hover {
  893. background-color: #428bca;
  894. color: #ffffff;
  895. }
  896. .pager .prev,
  897. .pager .next {
  898. padding: .4em .6em;
  899. margin: 0 .3em;
  900. background-color: #505050;
  901. color: #fafafa;
  902. }
  903. .pager .prev.invalid,
  904. .pager .next.invalid {
  905. background-color: #eeeeee;
  906. color: #aaaaaa;
  907. cursor: not-allowed;
  908. }
  909. .pager .page-radius {
  910. border-radius: .2em;
  911. }