Commit 693d31ed by cy

presque fini

parent ca9bf13b
.book_section{
background: #fff;
float:left;
width:100%;
padding:80px 0 80px 0;
}
.book_section h2 {
font-size: 35px;
text-align: center;
box-sizing: border-box;
word-spacing: -0.15em;
font-weight: 10;
}
.book_container{
display:table;
margin:0 auto 0 auto;
position:relative;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #108d6f;
border-color: #108d6f;
box-shadow: none;
outline: none;
}
.btn-primary {
color: #fff;
background-color: #007b5e;
border-color: #007b5e;
}
.book_section {
padding: 60px 0;
}
.book_section .section-title {
text-align: center;
color: #333;
margin-bottom: 50px;
}
.book_section .card {
border: none;
background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: .25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
box-shadow: 5px 10px 12px -4px rgb(158, 158, 158);
}
.backside {
position: absolute;
top: 0;
left: 0;
background: white;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 10px 12px -4px rgb(158, 158, 158);
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
margin: 0 auto;
/* min-height: 312px;*/
height: 520px;
}
.backside .card .purchase{
width: 100%;
bottom: 10px;
position: absolute;
text-align: center;
}
.backside .card .purchase a {
left:30%;
position: relative;
font-size: 18px;
}
.frontside .card .card-title,
.backside .card .card-title {
margin-top: 0;
margin-bottom: 0;
padding-top: 25px;
padding-bottom: 25px;
font-weight:bold;
font-size: 24px;
color: #333 !important;
background-color: #c0e3e7;
}
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
.card .description {
margin: 20px;
font-size: 16px;
}
.card .card-author{
font-size: 16px;
}
.card .bookname{
margin-top: 20px;
}
.card .bookimg{
padding-top: 25px;
padding-bottom: 25px;
background-color: #c0e3e7;
}
.download_section{
background-color: #fff;
}
.download_section h2 {
font-size: 35px;
text-align: center;
box-sizing: border-box;
word-spacing: -0.15em;
font-weight: 10;
}
.download_container{
margin: 0 auto;
padding-top: 80px;
text-align: center;
/*background-color: #eee;*/
background-color: #fff;
width: 80%;
}
.download_container .download_card{
width: 33%;
display: inline-block;
/*background-color: #00ff00;*/
}
.download_container .download_card p.download_chinese{
/*color: #000;*/
font-size: 1.15em;
margin: 20px;
}
.download_container .download_card p.download_english{
/*color: #000;*/
font-size: 1.15em;
margin: 10px;
}
.download_container .download_card a{
text-decoration:none;
color: #000;
}
.download_container .download_card a:hover{
color: blue;
}
\ No newline at end of file
.feature_section{
margin-top: 50px;
}
.feature_section h2 {
padding: 30px;
font-size: 35px;
text-align: center;
box-sizing: border-box;
word-spacing: -0.15em;
font-weight: 10;
}
.feature_container{
width: 100%;
background-color: #fff;
}
.feature_grid {
overflow: hidden;
......@@ -8,9 +26,8 @@
background-color: #373d41;
}
.feature_container{
background-color: #fff;
}
/* Common style */
.feature_grid figure {
......
.subscribe_section{
float:left;
width:100%;
background:#121b23 url(images/signup-bg.jpg) no-repeat center top;
padding:50px 0 10px 0;
}
.subscribe_section h2{
text-align:center;
font-family: 'open_sansregular';
font-size:18px;
color:#fff;
font-weight:normal;
margin:0 0 40px 0;
padding:0 0 0 0;
text-transform:uppercase;
}
.subscribe_section form{
display:table;
width:415px;
margin:0 auto 0 auto;
}
.subscribe_section form input[type="text"], .subscribe_section form input[type="email"]{
float:left;
width:270px;
height:40px;
text-align:left;
font-family: 'open_sansregular';
font-size:14px;
color:#fff;
background:none;
border:1px solid #fff;
padding:0 0 0 10px;
margin:0 0 0 0;
transition:0.5s; -webkit-transition:0.5s;
border-radius:5px; -webkit-border-radius:5px;
}
.subscribe_section form input[type="submit"]{
float:right;
width:120px;
height:40px;
text-align:center;
font-family: 'open_sansbold';
font-size:14px;
color:#fff;
background:none;
border:1px solid #fff;
padding:0 0 0 0;
margin:0 0 0 0;
cursor:pointer;
transition:0.5s; -webkit-transition:0.5s;
border-radius:5px; -webkit-border-radius:5px;
}
.subscribe_section form input[type="submit"]:hover{
background:#187cc2;
border:1px solid #187cc2;
}
.subscribe_section form input[type="text"]:focus, .subscribe_section form input[type="email"]:focus{
border:1px solid #187cc2;
}
.footer_logo{
display:table;
margin:0 auto 15px auto;
float:none;
}
.copyright{
text-align:center;
font-family: 'open_sanslight';
font-size:14px;
color:#a5a5a5;
margin:0 0 0 0;
}
.copyright a{
color:#187cc2;
text-decoration:none;
}
.footer-center,
.footer-right{
display: inline-block;
vertical-align: top;
}
/* Footer left */
/* Footer links */
.footer-links{
color: #ffffff;
margin: 20px 0 12px;
padding: 0;
}
.footer-links a{
display:inline-block;
line-height: 1.8;
text-decoration: none;
color: inherit;
}
.footer-company-name{
color: #8f9296;
font-size: 14px;
font-weight: normal;
margin: 0;
}
/* Footer Center */
.footer-center{
marker-top:0;
margin-left:10%;
width: 40%;
}
.footer-center i{
background-color: #33383b;
color: #ffffff;
font-size: 25px;
width: 38px;
height: 38px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}
.footer-center i.fa-envelope{
font-size: 17px;
line-height: 38px;
}
.footer-center p{
display: inline-block;
color: #ffffff;
vertical-align: middle;
margin:0;
}
.footer-center p span{
display:block;
font-weight: normal;
font-size:14px;
line-height:2;
}
.footer-center p a{
color: #5383d3;
text-decoration: none;;
}
/* Footer Right */
.footer-right{
width: 40%;
}
.footer-company-about{
line-height: 20px;
color: #92999f;
font-size: 13px;
font-weight: normal;
margin: 0;
}
.footer-company-about span{
display: block;
color: #ffffff;
font-size: 18px;
font-weight: bold;
margin-top: 15px;
margin-bottom: 20px;
}
.footer-icons{
margin-top: 25px;
}
.footer-icons a{
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color: #33383b;
border-radius: 2px;
font-size: 20px;
color: #ffffff;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-bottom: 5px;
}
.copyrights{
text-indent:-9999px;
height:0;
line-height:0;
font-size:0;
overflow:hidden;
}
\ No newline at end of file
.header{
float:left;
width:100%;
height:auto;
padding:46px 0 46px 0;
}
.header_fix{
float:none;
position:fixed;
top:0px;
left:0px;
width:100%;
padding:16px 0 16px 0;
z-index:99999;
background:#fff;
box-shadow:0 0 5px #000; -webkit-box-shadow:0 0 5px #000;
}
.logo{
float:left;
margin:8px 0 0 0;
}
.nav{
float:right;
margin:0 0 0 0;
}
.nav .title{
display:none;
}
.nav select{
display:none;
}
.nav ul{
float:right;
margin:0 0 0 0;
}
.nav ul li{
float:left;
margin:0 0 0 0;
}
.nav ul li a{
float:left;
text-decoration:none;
text-align:center;
font-family: 'open_sansregular';
font-size:13px;
color:#333;
font-weight:normal;
margin:0 0 0 0;
padding:10px 25px 10px 25px;
text-transform:uppercase;
margin:0 0 0 0;
transition:0.5s; -webkit-transition:0.5s;
}
.nav ul li:last-of-type{
float:right;
margin:0 0 0 40px;
}
.nav ul li:last-of-type a{
background:#187cc2;
color:#fff;
}
.nav ul li a:hover{
background:#187cc2;
color:#fff;
}
.nav ul li:last-of-type a:hover{
background:#323232;
color:#fff;
}
\ No newline at end of file
.intro_section h2 {
font-size: 35px;
text-align: center;
box-sizing: border-box;
word-spacing: -0.15em;
font-weight: 10;
}
.intro_container{
margin: 0 auto;
/*padding-top: 80px;*/
background-color: #eee;
background-image: url('../images/introBg.png');
height: 434px;
}
.testimonial_box {
color: #fff;
background-color:rgba(0,0,0,0);
/*background-image: url('../images/introBg.png');*/
display:table;
position:relative;
width:920px;
height:85px;
border:1px solid #e7e7e7;
margin:20px auto 30px 150px;
padding:30px;
transition:0.5s; -webkit-transition:0.5s;
border-radius:5px; -webkit-border-radius:5px;
}
.testimonial_box a{
color: #fff;
}
.testimonial_box .quote_button{
position:absolute;
margin:0 0 0 0;
z-index:5;
left:-20px;
top:-15px;
}
.testimonial_box .para{
float:left;
width:600px;
text-align:left;
font-family: 'open_sanslight';
font-size:14px;
color:#5f5f5f;
line-height:24px;
margin:10px 0 0 0;
font-style:italic;
}
.testimonial_box .clientinfo{
float:right;
width:110px;
margin:0 0 0 0;
text-align:center;
font-family: 'open_sansregular';
font-size:13px;
color:#000;
}
.testimonial_box .clientinfo img{
display:table;
margin:0 auto 10px auto;
}
.common_section .iconblock{
float:left;
width:300px;
height:70px;
padding:0 0 0 0;
background:#fff;
border:1px solid #e7e7e7;
text-align:center;
font-family: 'open_sansregular';
font-size:20px;
color:#333;
position:relative;
line-height:70px;
transition:0.5s; -webkit-transition:0.5s;
}
\ No newline at end of file
......@@ -3,174 +3,6 @@
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
.book_section{
background: #eee !important;
float:left;
width:100%;
padding:80px 0 80px 0;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #108d6f;
border-color: #108d6f;
box-shadow: none;
outline: none;
}
.btn-primary {
color: #fff;
background-color: #007b5e;
border-color: #007b5e;
}
.book_section {
padding: 60px 0;
}
.book_section .section-title {
text-align: center;
color: #333;
margin-bottom: 50px;
}
.book_section .card {
border: none;
background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: .25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
}
.backside {
position: absolute;
top: 0;
left: 0;
background: white;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
margin: 0 auto;
/* min-height: 312px;*/
height: 520px;
}
.backside .card .purchase{
width: 100%;
bottom: 10px;
position: absolute;
text-align: center;
}
.backside .card .purchase a {
left:30%;
position: relative;
font-size: 18px;
}
.frontside .card .card-title,
.backside .card .card-title {
margin-top: 0;
margin-bottom: 0;
padding-top: 25px;
padding-bottom: 25px;
font-weight:bold;
font-size: 24px;
color: #333 !important;
background-color: #c0e3e7;
}
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
.card .description {
margin: 20px;
font-size: 16px;
}
.card .card-author{
font-size: 16px;
}
.card .bookname{
margin-top: 20px;
}
.card .bookimg{
padding-top: 25px;
padding-bottom: 25px;
background-color: #c0e3e7;
}
......@@ -196,7 +28,6 @@
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
border-bottom: 0.5px solid #333;
}
.article .article-title .article-title-left{
......
.news_section{
margin: 50px;
}
.news_container{
display:table;
margin:0 auto 0 auto;
width: 80%;
position:relative;
}
.news_section h2 {
padding: 30px;
font-size: 35px;
text-align: center;
box-sizing: border-box;
word-spacing: -0.15em;
font-weight: 10;
}
\ No newline at end of file
.feature_section{
/*//float:left;*/
margin-top: 200px;
width:100%;
/*background:#f8f8fa;*/
background:#fff;
padding:80px 0 80px 0;
}
.feature_section .leftside{
float:left;
width:390px;
margin:0 0 0 35px;
}
.feature_section .leftside img{
float:right;
}
.feature_section .rightside{
float:right;
width:587px;
margin:0 35px 0 0;
}
.feature_section h2{
text-align:center;
font-family: 'open_sansregular';
font-size:30px;
color:#333;
font-weight:normal;
margin:30px 0 30px 0;
padding:0 0 0 0;
}
.feature_section p{
text-align:left;
font-family: 'open_sanslight';
font-size:16px;
/*color:#777779;*/
color:#282829;
line-height:24px;
font-weight:normal;
margin:0 0 30px 0;
}
.feature{
float:left;
width:100%;
text-align:left;
font-family: 'open_sanslight';
font-size:14px;
color:#777779;
line-height:24px;
font-weight:normal;
margin:0 0 25px 0;
}
.feature span{
float:left;
width:33px;
height:33px;
background:#187cc2;
text-align:center;
font-size:16px;
color:#fff;
line-height:33px;
transition:0.5s; -webkit-transition:0.5s;
border-radius:3px; -webkit-border-radius:3px;
margin:0 16px 0 0;
}
.feature .description{
color: #282829;
font-size: 16px;
float:left;
width:530px;
}
.feature strong{
/*color:#333;*/
font-size:20px;
color: #282829;
font-family: 'open_sanssemibold';
font-weight:normal;
}
.feature.one{
background:url(images/icons/i4.png) no-repeat left top;
}
.feature.two{
background:url(images/icons/i5.png) no-repeat left top;
}
.feature_row{
background-color: #000000;
}
.feature_container{
width: 100%;
}
.feature_cart{
filter:blur(1px);
-webkit-filter:blur(1px);
-moz-filter:blur(1px);
-ms-filter:blur(1px);
-o-filter:blur(1px);
}
a.button3{
float:left;
width:145px;
height:45px;
border:1px solid #187cc2;
text-align:center;
font-family: 'open_sanslight';
font-size:14px;
color:#fff;
font-weight:normal;
text-transform:uppercase;
line-height:45px;
margin:10px 25px 0 0;
border-radius:3px; -webkit-border-radius:3px;
transition:0.5s; -webkit-transition:0.5s;
text-decoration:none;
background:#187cc2;
}
a.button3:hover{
background:none;
border:1px solid #000;
text-decoration:none;
color:#000;
}
a.button4{
float:left;
width:145px;
height:45px;
border:1px solid #000;
text-align:center;
font-family: 'open_sanslight';
font-size:14px;
color:#000;
font-weight:normal;
text-transform:uppercase;
line-height:45px;
margin:10px 0 0 0;
border-radius:3px; -webkit-border-radius:3px;
transition:0.5s; -webkit-transition:0.5s;
background:none;
text-decoration:none;
}
a.button4:hover{
text-decoration:none;
background:#187cc2;
border:1px solid #187cc2;
color:#fff;
}
.ano_feature_section{
float:left;
width:100%;
background:#fff;
padding:80px 0 80px 0;
border-bottom:1px solid #e7e7e7;
}
img.imagethumb2{
margin:100px 0 0 10px;
}
.ano_feature_section .leftside{
float:left;
width:587px;
margin:0 0 0 35px;
}
.ano_feature_section .rightside{
float:right;
width:390px;
margin:0 35px 0 0;
}
\ No newline at end of file
.service_grid {
box-sizing: border-box;
overflow: hidden;
margin: 0;
width: 100%;
......@@ -10,7 +9,6 @@
/* Common style */
.service_grid figure {
box-sizing: border-box;
position: relative;
z-index: 1;
display: inline-block;
......@@ -56,6 +54,9 @@
height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
......@@ -117,6 +118,18 @@
}
.service_grid div.midleFigure h5{
/*margin-top: 20px;*/
/*padding-top: 20px;*/
font-weight: normal;
font-family: 'open_sansregular';
font-size: 35px;
line-height: 1.1;
letter-spacing: 0.15em;
}
/* Individual effects */
......@@ -129,6 +142,13 @@ figure.effect-ruby2 {
background-color: #000;
}
.service_grid figure.noEffect{
background-color: #fff;
display: inline-block;
margin-bottom: 40px;
}
figure.effect-ruby2 img {
opacity: 1;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
......
.slider_main{
float:left;
width:100%;
padding:0 0 0 0;
}
div.videopreview{
width:443px;
height:290px;
float:left;
background:rgba(0, 0, 0, 0);
margin:0 0 0 0;
}
h2.l1{
text-align: center;
font-family: 'open_sansbold';
font-size:36px;
color:#fff;
font-weight:normal;
text-transform:uppercase;
}
h2.l2{
text-align:center;
font-family: 'open_sanslight';
font-size:18px;
color:#fff;
font-weight:normal;
}
a.button1{
float:left;
width:145px;
height:41px;
border:1px solid #fff;
text-align:center;
font-family: 'open_sanslight';
font-size:14px;
color:#fff;
font-weight:normal;
text-transform:uppercase;
line-height:41px;
margin:0 0 0 0;
border-radius:5px; -webkit-border-radius:5px;
transition:0.5s; -webkit-transition:0.5s;
text-decoration:none;
}
a.button1:hover{
background:#11598b;
border:1px solid #11598b;
text-decoration:none;
color:#fff;
}
a.button2{
float:left;
width:145px;
height:41px;
border:1px solid #11598b;
text-align:center;
font-family: 'open_sanslight';
font-size:14px;
color:#fff;
font-weight:normal;
text-transform:uppercase;
line-height:41px;
margin:0 0 0 0;
border-radius:5px; -webkit-border-radius:5px;
transition:0.5s; -webkit-transition:0.5s;
background:#11598b;
text-decoration:none;
}
a.button2:hover{
text-decoration:none;
background:none;
border:1px solid #fff;
color:#fff;
}
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论