534 lines
11 KiB
CSS
534 lines
11 KiB
CSS
@charset "utf-8";
|
|
@font-face {
|
|
font-family: "iconphone";
|
|
src: url('phone/iconphone.eot'); /* IE9*/
|
|
src: url('phone/iconphone.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('phone/iconphone.woff') format('woff'), /* chrome, firefox */ url('phone/iconphone.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('phone/iconphone.svg#iconphone') format('svg'); /* iOS 4.1- */
|
|
}
|
|
@font-face {
|
|
font-family: "icondepart";
|
|
src: url('depart/icondepart.eot'); /* IE9*/
|
|
src: url('depart/icondepart.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('depart/icondepart.woff') format('woff'), /* chrome, firefox */ url('depart/icondepart.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('depart/icondepart.svg#iconphone') format('svg'); /* iOS 4.1- */
|
|
}
|
|
@font-face {
|
|
font-family: "iconfont";
|
|
src: url('iconfont.eot'); /* IE9*/
|
|
src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff') format('woff'), /* chrome、firefox */ url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
|
|
}
|
|
@font-face {font-family: "examico";
|
|
src: url('examico/examico.eot'); /* IE9*/
|
|
src: url('examico/examico.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('examico/examico.woff') format('woff'), /* chrome、firefox */
|
|
url('examico/examico.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
|
|
url('examico/examico.svg#examico') format('svg'); /* iOS 4.1- */
|
|
}
|
|
@font-face {font-family: "moneyico";
|
|
src: url('moneyico/money.eot'); /* IE9*/
|
|
src: url('moneyico/money.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('moneyico/money.woff') format('woff'), /* chrome、firefox */
|
|
url('moneyico/money.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
|
|
url('moneyico/money.svg#money') format('svg'); /* iOS 4.1- */
|
|
}
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.iconphone {
|
|
font-family: "iconphone" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.icondepart {
|
|
font-family: "icondepart" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.examico {
|
|
font-family: "examico" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
.moneyico {
|
|
font-family:"moneyico" !important;
|
|
font-size:16px;
|
|
font-style:normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
/*Widget控件*/
|
|
.WidgetICO{
|
|
text-align: left;
|
|
font-size: 25px;
|
|
background-color: #fff;
|
|
}
|
|
.WidgetShow{
|
|
color:#999;
|
|
}
|
|
* {
|
|
-webkit-text-size-adjust: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
font-size: 12px;
|
|
}
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
body,a,p,div,td{
|
|
font-size: 13px;
|
|
}
|
|
a{
|
|
text-decoration: none;
|
|
}
|
|
a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
img{
|
|
border-top-style: none;
|
|
border-right-style: none;
|
|
border-bottom-style: none;
|
|
border-left-style: none;
|
|
}
|
|
.VerifyShow_Box
|
|
{
|
|
line-height: 30px;
|
|
text-indent: 10px;
|
|
color: #0387d9;
|
|
background-color: #FFFFCC;
|
|
border: 1px solid #0387d9;
|
|
}
|
|
/*图标*/
|
|
.icoMore{
|
|
background-image: url(../Images/icon-1.png);
|
|
background-repeat: no-repeat;
|
|
background-position: -86px -180px;
|
|
height: 18px;
|
|
width: 18px;
|
|
display: block;
|
|
}
|
|
|
|
/*头部设置*/
|
|
#header
|
|
{
|
|
background-color: #FFFFFF;
|
|
padding-top: 20px;
|
|
}
|
|
#qrcode
|
|
{
|
|
height: 200px;
|
|
width: 180px;
|
|
position: absolute;
|
|
z-index: 2000;
|
|
text-align: center;
|
|
background-color: #FFFFFF;
|
|
border-top-width: 2px;
|
|
border-right-width: 2px;
|
|
border-bottom-width: 2px;
|
|
border-left-width: 2px;
|
|
border-top-style: none;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: solid;
|
|
border-top-color: #0387d9;
|
|
border-right-color: #0387d9;
|
|
border-bottom-color: #0387d9;
|
|
border-left-color: #0387d9;
|
|
color: #0387d9;
|
|
}
|
|
#qrcode img{
|
|
height: 160px;
|
|
width: 160px;
|
|
margin-top: 10px;
|
|
margin-left: 0px;
|
|
}
|
|
#headerInner
|
|
{
|
|
margin-right: auto;
|
|
margin-bottom: 0px;
|
|
margin-left: auto;
|
|
text-align: left;
|
|
height: 70px;
|
|
width: 980px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
#header .logo
|
|
{
|
|
float: left;
|
|
margin-top: 2px;
|
|
max-height:80px;
|
|
max-width:640px;
|
|
}
|
|
#header .rightBox
|
|
{
|
|
float: right;
|
|
width: 330px;
|
|
margin-top: 5px;
|
|
margin-right: 5px;
|
|
text-align: right;
|
|
}
|
|
/*右上方菜单*/
|
|
#header .rightBox .rightBar
|
|
{
|
|
float: right;
|
|
height: 25px;
|
|
max-width: 330px;
|
|
}
|
|
#header .rightBox .rightBar .menu
|
|
{
|
|
text-align: center;
|
|
float: right;
|
|
height: 20px;
|
|
width: 85px;
|
|
line-height: 20px;
|
|
}
|
|
#header .rightBox .rightBar .menu a
|
|
{
|
|
color: #FFFFFF;
|
|
letter-spacing: 2px;
|
|
}
|
|
#header .rightBox .rightBar .teahcer
|
|
{
|
|
font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
|
|
line-height: 25px;
|
|
color: #FFFFFF;
|
|
background-color: #0074cb;
|
|
height: 25px;
|
|
width: 100px;
|
|
margin-left: 10px;
|
|
}
|
|
#header .rightBox .rightBar .student
|
|
{
|
|
font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
|
|
line-height: 25px;
|
|
color: #FFFFFF;
|
|
background-color: #22c366;
|
|
height: 25px;
|
|
width: 100px;
|
|
margin-left: 10px;
|
|
}
|
|
#header .rightBox .rightBar .phone
|
|
{
|
|
font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
|
|
line-height: 25px;
|
|
color: #FFFFFF;
|
|
background-color: #fc4233;
|
|
height: 25px;
|
|
width: 100px;
|
|
margin-left: 10px;
|
|
cursor:pointer;
|
|
}
|
|
|
|
/*主菜单区域*/
|
|
.menubBar
|
|
{
|
|
line-height: 45px;
|
|
height: 45px;
|
|
margin-top: 20px;
|
|
background-color: #0387d9;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.menubBar dl
|
|
{
|
|
width: 980px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
height: 45px;
|
|
padding: 0px;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.menubBar dl dd
|
|
{
|
|
line-height: 45px;
|
|
float: left;
|
|
height: 45px;
|
|
width: 142px;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
.menubBar dl dd a
|
|
{
|
|
color: #FFFFFF;
|
|
font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
|
|
font-size: 16px;
|
|
line-height: 45px;
|
|
height: 45px;
|
|
display: block;
|
|
width: 100%;
|
|
letter-spacing: 5px;
|
|
text-indent: 5px;
|
|
}
|
|
.menubBar dl dd{
|
|
color: #FFFFFF;
|
|
font-family: "微软雅黑", "黑体", "Simplified Arabic Fixed";
|
|
font-size: 16px;
|
|
}
|
|
.menubBar dl dd a:hover{
|
|
text-decoration: none;
|
|
}
|
|
.menubBar dd.overMenu
|
|
{
|
|
background-color: #0074cb;
|
|
}
|
|
.menubBar dd.overMenu a
|
|
{
|
|
}
|
|
.menubBar dd.courseBtn
|
|
{
|
|
line-height: 45px;
|
|
float: left;
|
|
height: 45px;
|
|
width: 270px;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #0074cb;
|
|
color: #FFFF99;
|
|
}
|
|
.menubBar dd.courseBtn a{
|
|
color: #FFFF99;
|
|
}
|
|
.menubBar dd.curr
|
|
{
|
|
background-color: #f24933;
|
|
}
|
|
.menubBar dd.curr a
|
|
{
|
|
color: #FFFFCC;
|
|
}
|
|
#header .rightTxt
|
|
{
|
|
font-size: 24px;
|
|
float: right;
|
|
width: 580px;
|
|
line-height: 25px;
|
|
text-align: right;
|
|
margin-top: 10px;
|
|
}
|
|
/*主菜单的下拉框*/
|
|
.naviBox{
|
|
position: absolute;
|
|
z-index: 8000;
|
|
border: 1px solid #CCC;
|
|
opacity:0.85;
|
|
filter:alpha(opacity=85);
|
|
background-color: #0387d9;
|
|
}
|
|
.naviItem{
|
|
line-height: 35px;
|
|
height: 35px;
|
|
position: relative;
|
|
}
|
|
.naviItem a{
|
|
font-size: 16px;
|
|
line-height: 35px;
|
|
height:35px;
|
|
display: block;
|
|
width:auto;
|
|
margin-left: 15px;
|
|
height: 35px;
|
|
color: #FFF;
|
|
text-decoration: none;
|
|
position: absolute;
|
|
z-index: 8001;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
float:left;
|
|
}
|
|
.naviItem span{
|
|
|
|
color: #FFF;
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 9px;
|
|
right: 14px;
|
|
width: 4px;
|
|
height: 14px;
|
|
font: 400 9px/14px consolas;
|
|
}
|
|
.naviHover{
|
|
background-color: #55BEFD;
|
|
}
|
|
.naviHover a, .naviHover span{
|
|
color: #06F;
|
|
}
|
|
#Context
|
|
{
|
|
width: 980px;
|
|
margin-top: 0px;
|
|
margin-right: auto;
|
|
margin-bottom: 0px;
|
|
margin-left: auto;
|
|
text-align: left;
|
|
display: table;
|
|
}
|
|
/*底部*/
|
|
#footer {
|
|
background-color: #0074cb;
|
|
height: 120px;
|
|
text-align: center;
|
|
display: table;
|
|
width: 100%;
|
|
color: #CCCCCC;
|
|
margin-top: 50px;
|
|
}
|
|
.footerMenu{
|
|
padding: 0px;
|
|
height: 30px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
background-color: #C2E8FE;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.footerMenu a{
|
|
font-size: 13px;
|
|
line-height: 30px;
|
|
color: #333333;
|
|
text-decoration: none;
|
|
margin-right: 20px;
|
|
}
|
|
#footer #footerConext {
|
|
height: 60px;
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
width: 980px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
font-size: 14px;
|
|
color: #CCCCCC;
|
|
font-family:arial;
|
|
}
|
|
#footer #footerConext a{
|
|
color:#fff;
|
|
}
|
|
/*分页导航*/
|
|
#pagerBar {
|
|
height: 40px;
|
|
display: table;
|
|
width: auto;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.pagerBtn {
|
|
line-height: 40px;
|
|
letter-spacing: 2px;
|
|
text-align: center;
|
|
float: left;
|
|
height: 40px;
|
|
}
|
|
.pagerBtn a
|
|
{
|
|
color: #333333;
|
|
line-height: 40px;
|
|
display: block;
|
|
height: 40px;
|
|
font-size: 15px;
|
|
}
|
|
.pagerFirst {
|
|
width: 60px;
|
|
border: 1px solid #CCCCCC;
|
|
}
|
|
.pagerLast {
|
|
border: 1px solid #CCCCCC;
|
|
width: 60px;
|
|
}
|
|
.pagerPrev {
|
|
width: 80px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: none;
|
|
border-top-color: #CCCCCC;
|
|
border-right-color: #CCCCCC;
|
|
border-bottom-color: #CCCCCC;
|
|
border-left-color: #CCCCCC;
|
|
}
|
|
.pagerIndex {
|
|
width: 40px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-style: solid;
|
|
border-right-style: solid;
|
|
border-bottom-style: solid;
|
|
border-left-style: none;
|
|
border-top-color: #CCCCCC;
|
|
border-right-color: #CCCCCC;
|
|
border-bottom-color: #CCCCCC;
|
|
border-left-color: #CCCCCC;
|
|
}
|
|
.pagerNext {
|
|
width: 80px;
|
|
border-top-width: 1px;
|
|
border-right-width: 1px;
|
|
border-bottom-width: 1px;
|
|
border-left-width: 1px;
|
|
border-top-style: solid;
|
|
border-right-style: none;
|
|
border-bottom-style: solid;
|
|
border-left-style: none;
|
|
border-top-color: #CCCCCC;
|
|
border-right-color: #CCCCCC;
|
|
border-bottom-color: #CCCCCC;
|
|
border-left-color: #CCCCCC;
|
|
}
|
|
.pagerCurr
|
|
{
|
|
background-color: #CCCCCC;
|
|
}
|
|
/*子页面上面的导航标识栏*/
|
|
.navi-bar {
|
|
line-height: 30px;
|
|
height: 30px;
|
|
font-size: 14px;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.navi-bar .nav-txt{
|
|
letter-spacing: 0.1cm;
|
|
margin-right: 5px;
|
|
margin-left: 5px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.navi-bar a
|
|
{
|
|
height: 40px;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
white-space: nowrap;
|
|
} |