12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- body {
- color: #505050;
- font-family: Helvetica Neue;
- }
- a {
- color: #505050;
- text-decoration: none;
- }
- h2 {
- text-align: center;
- font-size: 22px;
- }
- h3 {
- font-size: 16px;
- padding: 0 10px;
- }
- h4 {
- font-size: 16px;
- padding: 0 10px;
- }
- p {
- font-size: 16px;
- padding: 0 10px 0 30px;
- line-height: 20px;
- clear: both;
- text-align: justify;
- text-justify: inter-ideograph;
- color: #383838;
- }
- b {
- border-radius: 40px;
- width: 16px;
- height: 16px;
- line-height: 16px;
- font-size: 12px;
- float: left;
- text-align: center;
- margin-right: 5px;
- margin-top: 2px;
- margin-left: -20px;
- font-family: Helvetica Neue;
- background: #2781E0;
- color: #fff;
- text-align: center;
- }
- b a {
- color: #fff;
- text-decoration: none;
- }
- .img {
- text-align: center;
- font-size: 12px;
- padding-top: 15px;
- }
- .img img {
- margin-bottom: 10px;
- }
- span {
- color: #C90;
- }
- .p {
- padding-left: 10px;
- text-indent: 28px;
- }
- .p2 {
- padding-left: 10px;
- text-indent: 0;
- }
- hr {
- border: 0;
- border-bottom: 1px #ccc solid;
- }
|