高考
@keyframes tabs_li_opacity { 0% { opacity: 0; visibility: hidden; } 100% { opacity: 1; visibility: visible; } } .expert_part { position: relative; height: 327px; } .expert_part .expert_part_list { position: absolute; top: 0px; } .expert_part .expert_part_list.current { display: block; } .expert_part .expert_part_list.current li { -webkit-animation: tabs_li_opacity .8s; -moz-animation: tabs_li_opacity .8s; -ms-animation: tabs_li_opacity .8s; -o-animation: tabs_li_opacity .8s; animation: tabs_li_opacity .8s; } .expert_part .expert_part_list .expert_part_item { padding-top: 30px; padding-bottom: 5px; border-top: 1px solid #eeeeee; position: relative; } .expert_part .expert_part_list .expert_part_item .content { margin-left: 0px; transition: margin-left 0.3s ease-out 0s; -moz-transition: margin-left 0.3s ease-out 0s; /* Firefox 4 */ -webkit-transition: margin-left 0.3s ease-out 0s; /* Safari 和 Chrome */ -o-transition: margin-left 0.3s ease-out 0s; /* Opera */ } .expert_part .expert_part_list .expert_part_item .content h3 { font: normal 16px/16px "STHeiti", "Microsoft Yahei"; color: #404040; margin-bottom: 10px; padding-left: 0px; } .expert_part .expert_part_list .expert_part_item .content h3 a { font: normal 16px/16px "STHeiti", "Microsoft Yahei"; color: #404040; } .expert_part .expert_part_list .expert_part_item .content div { font: normal 14px/14px "STHeiti", "SimSun"; color: #666666; } .expert_part .expert_part_list .expert_part_item img { margin-left: 220px; margin-top: -60px; } .expert_part .expert_part_list .expert_part_item .left_border { position: absolute; z-index: 0; left: 0; top: 0px; /* top: 50%; bottom: 50%;*/ background: #0f9e59; width: 0px; height: 100px; transition-property: width margin-right; -moz-transition-property: width margin-right; -webkit-transition-property: width margin-right; -o-transition-property: width margin-right; transition-duration: .3s; -moz-transition-duration: .3s; -webkit-transition-duration: .3s; -o-transition-duration: .3s; transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out; } .expert_part .expert_part_list .expert_part_item:hover .left_border { /*top: 0; bottom: 0;*/ width: 4px; margin-right: 22px; } .expert_part .expert_part_list .expert_part_item:hover h3 { color: #f33; } .expert_part .expert_part_list .expert_part_item:hover .content { margin-left: 22px; } .expert_part .expert_part_list .last { border-bottom: 1px solid #eeeeee; } .expert_part .expert_part_ctrl { position: absolute; left: 120px; bottom: 0px; height: 10px; line-height: 10px; overflow: hidden; } .expert_part .expert_part_ctrl span { float: left; _display: inline; margin: 0 10px 0 0; width: 12px; height: 12px; background: url(http://static.ws.126.net/f2e/education/index2016/images/icon.png) no-repeat -182px 0px; _background: #a8a8a8; cursor: pointer; } .expert_part .expert_part_ctrl .current { background-position: -182px -10px; _background: #ffffff; }
-->
©1997-2025 网易公司版权所有