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.
142 lines
2.3 KiB
CSS
142 lines
2.3 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
|
|
body{font:0.8em/1.5 "微软雅黑",arial,sans-serif;color:#585858; background-color: #FFF;}
|
|
body,div,p,span,form,iframe,table,td,th,input,textarea,button,label,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
|
|
h1,h2,h3,h4,h5,h6{font-size:100%; }
|
|
ul,ol,li,dl{list-style-type:none;}
|
|
|
|
|
|
.fl{ float:left;} .fr{ float:right;} .tc{ text-align:center;} .tr{ text-align:right;}
|
|
|
|
|
|
/*口算练习页面打印预览*/
|
|
.preview {
|
|
width:680px;
|
|
height:1123px;
|
|
padding:20px 57px;
|
|
background:url(../imgs/A4-bg.jpg) no-repeat;
|
|
font-size:14px;
|
|
|
|
}
|
|
|
|
.preview-head {
|
|
text-align:center;
|
|
font-size:20px;
|
|
font-weight:bold;
|
|
padding:20px;
|
|
|
|
}
|
|
|
|
.preview-attribute{
|
|
margin-bottom:50px;
|
|
|
|
}
|
|
.preview-attribute li{
|
|
float:left;
|
|
|
|
}
|
|
.preview-attribute li input{
|
|
outline:none;
|
|
border:none;
|
|
border-bottom:1px solid #666;
|
|
width:90px;
|
|
margin:3px 5px;
|
|
|
|
}
|
|
.preview-main{
|
|
height:950px;
|
|
}
|
|
.preview-foot {
|
|
margin:15px 0px;
|
|
|
|
}
|
|
|
|
.Topic-list {
|
|
overflow: hidden;
|
|
}
|
|
.Topic-list li{
|
|
overflow: hidden;
|
|
line-height:36px;
|
|
float: left;
|
|
}
|
|
.Topic-list li.list4{
|
|
|
|
}
|
|
.Topic-list li.list4 span{
|
|
overflow: hidden;
|
|
float: left;
|
|
width:165px;
|
|
|
|
}
|
|
.Topic-list li.Vertical1{
|
|
height:120px;
|
|
width:133px;
|
|
line-height:25px;
|
|
background:url(../imgs/vertical1.jpg) 0px 35px no-repeat;
|
|
|
|
}
|
|
.Topic-list li.Vertical1 span{
|
|
overflow: hidden;
|
|
float: left;
|
|
width:80px;
|
|
|
|
}
|
|
.Topic-list li.Vertical2{
|
|
height:120px;
|
|
width:133px;
|
|
line-height:25px;
|
|
background:url(../imgs/vertical2.jpg) 0px 35px no-repeat;
|
|
|
|
}
|
|
.Topic-list li.Vertical2 span{
|
|
overflow: hidden;
|
|
float: left;
|
|
width:80px;
|
|
|
|
}
|
|
.Topic-list li.Vertical3{
|
|
height:120px;
|
|
width:133px;
|
|
line-height:25px;
|
|
background:url(../imgs/vertical3.jpg) 0px 35px no-repeat;
|
|
|
|
}
|
|
.Topic-list li.Vertical3 span{
|
|
overflow: hidden;
|
|
float: left;
|
|
width:80px;
|
|
|
|
}
|
|
.Topic-list li.Vertical4{
|
|
height:120px;
|
|
width:133px;
|
|
padding-top:22px;
|
|
line-height:25px;
|
|
background:url(../imgs/vertical4.jpg) 0px 25px no-repeat;
|
|
}
|
|
.Topic-list li.Vertical4 span{
|
|
overflow: hidden;
|
|
float: left;
|
|
width:80px;
|
|
|
|
}
|
|
.text-fl{
|
|
overflow: hidden;
|
|
text-align:center;
|
|
float:left;
|
|
width:30px;
|
|
}
|
|
.text-fr{
|
|
overflow: hidden;
|
|
text-align:center;
|
|
float:right;
|
|
width:50px;
|
|
}
|
|
.Topic-list span{
|
|
overflow: hidden;
|
|
float: left;
|
|
width:133px;
|
|
|
|
} |