| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- .show_div
- {
- 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
- {
- 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;
- }
|