2014-03-28 19:48:19 +08:00
|
|
|
body {
|
|
|
|
height: 1200px;
|
|
|
|
}
|
|
|
|
.tooltip {
|
|
|
|
min-width: 250px;
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
.tooltip .tooltip-inner {
|
|
|
|
min-width: 250px;
|
|
|
|
max-width: 500px;
|
2014-06-09 01:50:54 +08:00
|
|
|
min-height: 100px;
|
|
|
|
text-align: left;
|
2014-03-28 19:48:19 +08:00
|
|
|
}
|
|
|
|
.container-viewport {
|
|
|
|
position: absolute;
|
2014-06-09 01:50:54 +08:00
|
|
|
top: 100px;
|
|
|
|
right: 250px;
|
2014-06-09 02:18:59 +08:00
|
|
|
left: 250px;
|
2014-06-09 01:50:54 +08:00
|
|
|
height: 300px;
|
|
|
|
background-color: #eee;
|
2014-03-28 19:48:19 +08:00
|
|
|
}
|
|
|
|
.btn-bottom {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
2014-03-28 20:03:22 +08:00
|
|
|
left: 0;
|
2014-03-28 19:48:19 +08:00
|
|
|
}
|