demo.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .container hr {
  2. margin-top: 5px;
  3. margin-bottom: 15px;
  4. border: 0;
  5. border-bottom: 1px dashed #ddd;
  6. }
  7. .newList .section .part1 p, .newList .section .part2 p, .newList .section .part3 p {
  8. line-height: 22px;
  9. }
  10. .newList .section .part2 {
  11. padding-top: 18px;
  12. width: 180px;
  13. margin-right: 25px;
  14. }
  15. .newList .section p {
  16. margin: 0;
  17. padding: 0;
  18. }
  19. .c55 {
  20. color: #555555;
  21. }
  22. .fs12 {
  23. font-size: 12px;
  24. }
  25. .ofh {
  26. white-space: nowrap;
  27. word-wrap: normal;
  28. word-break: normal;
  29. text-overflow: ellipsis;
  30. -o-text-overflow: ellipsis;
  31. overflow: hidden;
  32. }
  33. .newList .section .part3 {
  34. width: 170px;
  35. padding-top: 18px;
  36. margin-right: 25px;
  37. }
  38. .cc9 {
  39. color: #999999;
  40. }
  41. .cff {
  42. color: #ff3300;
  43. }
  44. .selector-value {
  45. white-space: nowrap;
  46. margin-right: 12px;
  47. line-height: 20px;
  48. }
  49. .footer0 {
  50. line-height: 35px;
  51. text-align: center;
  52. padding-bottom: 20px;
  53. font-size: 1.4rem;
  54. background-color: #ffffff;
  55. color: #666;
  56. }
  57. .footer0 li {
  58. display: inline;
  59. padding: 5px 10px;
  60. }
  61. .footer0 ul {
  62. margin-top: 0;
  63. margin-bottom: 10px;
  64. }