You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
527 B
CSS
17 lines
527 B
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
/*Tour Map*/
|
|
#tourmap {
|
|
width: 500px;
|
|
height: 215px;
|
|
padding: 0px;
|
|
font-size: 12px;
|
|
font-family: Verdana, Geneva, sans-serif;
|
|
color: #545454;
|
|
margin: 5px;
|
|
}
|
|
#tourmap .mapLeft { width:300px; float:left; cursor: pointer;}
|
|
#tourmap .picRight { width: 185px; float: left; padding-left: 10px;}
|
|
#tourmap .picRight .picdetail { width: 80px; height: 60px; float: left; margin: 0 5px 15px 5px;}
|
|
#tourmap .picRight .picdetail2 { width: 80px; height: 60px; float: left; margin: 0 5px 0px 5px;}
|