| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .show_div
- {
- width: 585px;
- margin: 5px auto;
- overflow: hidden;
- font-size: 12px;
- color: #333;
- line-height: 24px;
- }
- .switchTitle
- {
- border: #A2C2DB 1px solid;
- border-bottom: none;
- }
- .switchTitle a
- {
- display: block;
- float: left;
- width: 90px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- background: url(/images/gg_on.gif) no-repeat left center;
- padding-left: 5px;
- }
- .switchBorder
- {
- border: #A2C2DB 1px solid;
- }
- .switchContent
- {
- width: 585px;
- font-size: 14px;
- line-height: 30px;
- color: #333;
- overflow-x: hidden;
- }
- .show_div a:visited
- {
- color: #0066cc;
- text-decoration: none;
- }
- .show_div a:link
- {
- color: #0066cc;
- text-decoration: none;
- }
|