style.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. body {
  2. color: #505050;
  3. font-family: Helvetica Neue;
  4. }
  5. a {
  6. color: #505050;
  7. text-decoration: none;
  8. }
  9. h2 {
  10. text-align: center;
  11. font-size: 22px;
  12. }
  13. h3 {
  14. font-size: 16px;
  15. padding: 0 10px;
  16. }
  17. h4 {
  18. font-size: 16px;
  19. padding: 0 10px;
  20. }
  21. p {
  22. font-size: 16px;
  23. padding: 0 10px 0 30px;
  24. line-height: 20px;
  25. clear: both;
  26. text-align: justify;
  27. text-justify: inter-ideograph;
  28. color: #383838;
  29. }
  30. b {
  31. border-radius: 40px;
  32. width: 16px;
  33. height: 16px;
  34. line-height: 16px;
  35. font-size: 12px;
  36. float: left;
  37. text-align: center;
  38. margin-right: 5px;
  39. margin-top: 2px;
  40. margin-left: -20px;
  41. font-family: Helvetica Neue;
  42. background: #2781E0;
  43. color: #fff;
  44. text-align: center;
  45. }
  46. b a {
  47. color: #fff;
  48. text-decoration: none;
  49. }
  50. .img {
  51. text-align: center;
  52. font-size: 12px;
  53. padding-top: 15px;
  54. }
  55. .img img {
  56. margin-bottom: 10px;
  57. }
  58. span {
  59. color: #C90;
  60. }
  61. .p {
  62. padding-left: 10px;
  63. text-indent: 28px;
  64. }
  65. .p2 {
  66. padding-left: 10px;
  67. text-indent: 0;
  68. }
  69. hr {
  70. border: 0;
  71. border-bottom: 1px #ccc solid;
  72. }