You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
458 B
31 lines
458 B
.wrapper {
|
|
width: 370px;
|
|
margin: 10px auto;
|
|
zoom: 1;
|
|
}
|
|
.tabbody {
|
|
height: 360px;
|
|
}
|
|
.tabbody .panel {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 360px;
|
|
background: #fff;
|
|
}
|
|
.tabbody .panel h1 {
|
|
margin: 5px 0 0 5px;
|
|
font-size: 26px;
|
|
}
|
|
.tabbody .panel p {
|
|
margin: 5px 0 0 5px;
|
|
font-size: 12px;
|
|
}
|
|
.tabbody table {
|
|
width: 90%;
|
|
margin: 5px 0 0 5px;
|
|
line-height: 20px;
|
|
}
|
|
.tabbody table thead {
|
|
font-weight: bold;
|
|
line-height: 25px;
|
|
}
|
|
|