westdc-zf1/htdocs/sjyportal/css/style.css

329 lines
6.6 KiB
CSS
Raw Normal View History

2015-01-30 06:53:11 +00:00

2015-01-30 09:56:01 +00:00
2014-05-27 09:59:42 +00:00
body {
2015-01-30 06:53:11 +00:00
padding-top: 70px;
2014-05-27 09:59:42 +00:00
}
2014-06-13 13:37:38 +00:00
header{
2015-01-30 06:53:11 +00:00
background-color: #FFFFFF;
2014-06-14 03:59:37 +00:00
2014-06-14 03:23:38 +00:00
}
2015-01-30 06:53:11 +00:00
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
{
2014-06-14 03:23:38 +00:00
}
2015-01-30 06:53:11 +00:00
.navigat {
float: right;
position: relative;
left: 70px;
top: 15px;
2014-06-14 03:23:38 +00:00
}
2015-01-30 09:56:01 +00:00
.navbar-search
{
margin-top:10px;
}
2014-06-14 03:23:38 +00:00
.container .span12 .row .span8 .nav {
2015-01-30 06:53:11 +00:00
padding-top: 0px;
2014-06-14 03:23:38 +00:00
}
2014-05-27 09:59:42 +00:00
/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav {
2015-01-30 06:53:11 +00:00
width: 270px;
margin-bottom: 30px;
padding: 0px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav > li > a {
2015-01-30 06:53:11 +00:00
display: block;
width: 190px \9;
margin: 0 0 -1px;
padding: 8px 14px;
border: 1px solid #e5e5e5;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav > li:first-child > a {
2015-01-30 06:53:11 +00:00
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav > li:last-child > a {
2015-01-30 06:53:11 +00:00
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav > .active > a {
2015-01-30 06:53:11 +00:00
position: relative;
z-index: 2;
padding: 9px 15px;
border: 0;
text-shadow: 0 1px 0 rgba(0,0,0,.15);
-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
2014-05-27 09:59:42 +00:00
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
2015-01-30 06:53:11 +00:00
float: right;
margin-top: 2px;
margin-right: -6px;
opacity: .25;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav > li > a:hover {
2015-01-30 06:53:11 +00:00
background-color: #f5f5f5;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav a:hover .icon-chevron-right {
2015-01-30 06:53:11 +00:00
opacity: .5;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
2015-01-30 06:53:11 +00:00
background-image: url(../img/glyphicons-halflings-white.png);
opacity: 1;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav.affix {
2015-01-30 06:53:11 +00:00
top: 40px;
2014-05-27 09:59:42 +00:00
}
.bs-docs-sidenav.affix-bottom {
2015-01-30 06:53:11 +00:00
position: absolute;
top: auto;
bottom: 270px;
2014-05-27 09:59:42 +00:00
}
/* */
2015-01-30 06:53:11 +00:00
/* */
2014-05-27 09:59:42 +00:00
.box {
2015-01-30 06:53:11 +00:00
font-family: "微软雅黑";
background-color: #FFFFFF;
border: 1px solid #E2E2E2;
2015-01-30 09:56:01 +00:00
padding: 20px 10px;
2015-01-30 06:53:11 +00:00
margin-bottom: 20px;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
2015-01-30 09:56:01 +00:00
overflow:hidden
2014-05-27 09:59:42 +00:00
}
.box-title {
2015-01-30 06:53:11 +00:00
font-family: "微软雅黑";
font-size: 22px;
border-left-width: 4px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: solid;
border-left-color: #26C6DA;
padding-left: 10px;
margin-left: 10px;
2014-05-27 09:59:42 +00:00
}
2015-01-30 09:56:01 +00:00
.box .slidebox
{
overflow: auto;
}
2014-05-27 09:59:42 +00:00
.row .span4.box .inline .more {
2015-01-30 09:56:01 +00:00
font-size: 8px;
2014-05-27 09:59:42 +00:00
}
.box ul li {
2015-01-30 06:53:11 +00:00
/*width: 350px;*/
2015-01-30 09:56:01 +00:00
font-family: 宋体, Arial;
2015-01-30 06:53:11 +00:00
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
2014-05-27 09:59:42 +00:00
}
2015-01-30 09:56:01 +00:00
2014-05-27 09:59:42 +00:00
/* Downsize the brand/project name a bit */
.navbar .brand {
2015-01-30 06:53:11 +00:00
padding: 14px 20px 0px 0px; /* Increase vertical padding to match navbar links */
font-size: 16px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
2014-05-27 09:59:42 +00:00
}
/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
2015-01-30 06:53:11 +00:00
padding: 15px 20px;
2014-05-27 09:59:42 +00:00
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
2015-01-30 06:53:11 +00:00
/* Carousel base class */
2014-05-27 09:59:42 +00:00
.carousel {
2015-01-30 06:53:11 +00:00
margin-bottom: 0px;
2014-05-27 09:59:42 +00:00
}
.carousel .container {
2015-01-30 06:53:11 +00:00
position: relative;
z-index: 9;
2014-05-27 09:59:42 +00:00
}
.carousel-control {
2015-01-30 06:53:11 +00:00
height: 80px;
margin-top: 0;
font-size: 120px;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
background-color: transparent;
border: 0;
z-index: 10;
2014-05-27 09:59:42 +00:00
}
.carousel .item {
2015-01-30 09:56:01 +00:00
height: 270px;
2014-05-27 09:59:42 +00:00
}
.carousel img {
2015-01-30 06:53:11 +00:00
position: absolute;
top: 0;
left: 0;
min-width: 100%;
2015-01-31 10:45:56 +00:00
height: 270px;
2014-05-27 09:59:42 +00:00
}
.carousel-caption {
2015-01-30 06:53:11 +00:00
background-color: transparent;
position: static;
max-width: 570px;
padding: 0 0px;
2014-05-27 09:59:42 +00:00
2015-01-30 09:56:01 +00:00
margin-top:220px;
2014-05-27 09:59:42 +00:00
}
.carousel-caption h2, .carousel-caption .lead {
2015-01-30 06:53:11 +00:00
margin: 0;
font-size: 20px;
line-height: 1.25;
color: #fff;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
text-align:center;
2014-05-27 09:59:42 +00:00
}
.carousel-caption .btn {
2015-01-30 06:53:11 +00:00
margin-top: 10px;
2014-05-27 09:59:42 +00:00
}
/* MARKETING CONTENT
-------------------------------------------------- */
2015-01-30 06:53:11 +00:00
/* Center align the text within the three columns below the carousel */
2014-05-27 09:59:42 +00:00
.marketing .span4 {
2015-01-30 06:53:11 +00:00
text-align: left;
2014-05-27 09:59:42 +00:00
}
.marketing h2 {
2015-01-30 06:53:11 +00:00
font-weight: normal;
2014-05-27 09:59:42 +00:00
}
.marketing .row .span4 .inline h3 {
2015-01-30 06:53:11 +00:00
display: inline-block;
2014-05-27 09:59:42 +00:00
}
.marketing .span4 p {
2015-01-30 06:53:11 +00:00
margin-left: 10px;
margin-right: 10px;
2014-05-27 09:59:42 +00:00
}
2015-01-30 06:53:11 +00:00
/* RESPONSIVE CSS
-------------------------------------------------- */
2014-05-27 09:59:42 +00:00
2015-01-30 06:53:11 +00:00
@media (max-width: 979px) {
.container.navbar-wrapper {
margin-bottom: 0;
width: auto;
}
.navbar-inner {
border-radius: 0;
margin: -20px 0;
}
.carousel .item {
height: 500px;
}
.carousel img {
width: auto;
height: 500px;
}
.featurette {
height: auto;
padding: 0;
}
.featurette-image.pull-left, .featurette-image.pull-right {
display: block;
float: none;
max-width: 40%;
margin: 0 auto 20px;
}
}
@media (max-width: 767px) {
.navbar-inner {
margin: -20px;
}
.carousel {
margin-left: -20px;
margin-right: -20px;
}
.carousel .container {
}
.carousel .item {
height: 300px;
}
.carousel img {
height: 300px;
}
.carousel-caption {
width: 65%;
padding: 0 70px;
margin-top: 100px;
}
.carousel-caption h1 {
font-size: 30px;
}
.carousel-caption .lead, .carousel-caption .btn {
font-size: 18px;
}
.marketing .span4 + .span4 {
margin-top: 40px;
}
.featurette-heading {
font-size: 30px;
}
.featurette .lead {
font-size: 18px;
line-height: 1.5;
}
2014-05-27 09:59:42 +00:00
}
.Lbox {
2015-01-30 06:53:11 +00:00
min-height: 580px;
border: 1px solid #EFEFEF;
padding-right: 15px;
padding-left: 15px;
padding-top: 20px;
padding-bottom: 30px;
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.count
{
font-size: 40px;
color: #333333;
line-height: 1.5em;
margin-top: 50px;
text-align: center;
2015-01-30 09:56:01 +00:00
min-height: 100px;
2015-01-30 06:53:11 +00:00
font-family:微软雅黑黑体;
}
.count span
{
color: #dc3929;
font-size: 70px;
2014-05-27 09:59:42 +00:00
}
.footer {
2015-01-30 06:53:11 +00:00
padding-top: 25px;
margin-top: 40px;
background-color:#2c3e50;
height:120px;
color:#ffffff;
text-align:center;
2014-05-27 09:59:42 +00:00
}