1234567891011121314151617181920212223242526272829303132333435363738 |
- #mapShotShow{
- position: absolute;
- left: 200px;
- bottom: 40px;
- display: none;
- max-width: 600px;
- max-height: 400px;
- background: url(/images/layout/bg110.png) center center;
- border: 2px solid #04fdff;
- overflow: hidden;
- }
- #mapShotShow .mapShotShowHeader{
- color: #fff;
- text-indent: 20px;
- font-size: 18px;
- line-height: 40px;
- width: 100%;
- height: 40px;
- }
- #mapShotShow .mapShotShowHeader .closemapShot{
- float: right;
- margin-right: 10px;
- margin-top: 5px;
- height: 30px;
- width: 50px;
- border: 1px solid #04fdff;
- cursor: pointer;
- line-height: 30px;
- font-size: 20px;
- text-indent: 4px;
- }
- #mapShotShow .mapShotShowBody{
- width: 100%;
- max-height: 360px;
- overflow:auto;
- }
- #mapShotShow .mapShotShowBody img{
- }
|