|
@@ -26,6 +26,16 @@ content {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
+ .swiper-container {
|
|
|
+ margin-left: 0%;
|
|
|
+ width: 100%;
|
|
|
+ .swiper-wrapper {
|
|
|
+ margin: 0% 11.5% 0% -17.5%;
|
|
|
+ }
|
|
|
+ img {
|
|
|
+ width: 170%;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
footer {
|
|
@@ -55,66 +65,50 @@ footer {
|
|
|
}
|
|
|
.inquire{
|
|
|
position: absolute;
|
|
|
- top: 2%;
|
|
|
+ top: 1%;
|
|
|
left: 30%;
|
|
|
- width: 44.53%;
|
|
|
- img {
|
|
|
- width: 33%;
|
|
|
- border-radius: 100%;
|
|
|
- border: none;
|
|
|
- }
|
|
|
+ width: 45%;
|
|
|
+ padding: 1%;
|
|
|
.explain {
|
|
|
margin-left: 9%;
|
|
|
}
|
|
|
}
|
|
|
.call{
|
|
|
- position: absolute;
|
|
|
- top: 18%;
|
|
|
- left: 48%;
|
|
|
- width: 44.53%;
|
|
|
- img {
|
|
|
- width: 33%;
|
|
|
- border-radius: 100%;
|
|
|
- }
|
|
|
+ position: absolute;
|
|
|
+ top: 17%;
|
|
|
+ left: 48%;
|
|
|
+ width: 45%;
|
|
|
+ padding: 1%;
|
|
|
.explain {
|
|
|
margin-left: 9%;
|
|
|
}
|
|
|
}
|
|
|
.online{
|
|
|
position: absolute;
|
|
|
- top: 41%;
|
|
|
+ top: 40%;
|
|
|
left: 57%;
|
|
|
- width: 44.53%;
|
|
|
- img {
|
|
|
- width: 33%;
|
|
|
- border-radius: 100%;
|
|
|
- }
|
|
|
+ width: 45%;
|
|
|
+ padding: 1%;
|
|
|
.explain {
|
|
|
margin-left: 9%;
|
|
|
}
|
|
|
}
|
|
|
.email{
|
|
|
position: absolute;
|
|
|
- top: 64%;
|
|
|
+ top: 63%;
|
|
|
left: 48%;
|
|
|
- width: 44.53%;
|
|
|
- img {
|
|
|
- width: 33%;
|
|
|
- border-radius: 100%;
|
|
|
- }
|
|
|
+ width: 45%;
|
|
|
+ padding: 1%;
|
|
|
.explain {
|
|
|
margin-left: 9%;
|
|
|
}
|
|
|
}
|
|
|
.result{
|
|
|
position: absolute;
|
|
|
- top: 81%;
|
|
|
+ top: 80%;
|
|
|
left: 30%;
|
|
|
- width: 44.53%;
|
|
|
- img {
|
|
|
- width: 33%;
|
|
|
- border-radius: 100%;
|
|
|
- }
|
|
|
+ width: 45%;
|
|
|
+ padding: 1%;
|
|
|
.explain {
|
|
|
margin-left: 9%;
|
|
|
}
|
|
@@ -129,91 +123,198 @@ footer {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|
|
|
+ a:focus {
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.fade {
|
|
|
+ top: 0%;
|
|
|
+ margin: 0px;
|
|
|
+ padding: 0px;
|
|
|
+ background-color: #FFF;
|
|
|
+ .modal-info {
|
|
|
+ position: absolute;
|
|
|
+ top: 100px;
|
|
|
+ width: 80%;
|
|
|
+ margin: 0px 10%;
|
|
|
+ padding: 10% 15%;
|
|
|
+ text-align: center;
|
|
|
+ border: 1px solid #bbb;
|
|
|
+ background-color: #FFF;
|
|
|
+ box-shadow: 0px 2px 5px #888;
|
|
|
+ border-radius: 4px;
|
|
|
+ >input {
|
|
|
+ text-align: center;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ height: 28px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ >p {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #000;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+ >a {
|
|
|
+ margin: 10px 5px;
|
|
|
+ padding: 4px 15px;
|
|
|
+ font-size: 13px;
|
|
|
+ text-decoration: none;
|
|
|
+ border-radius: 4px;
|
|
|
+ color: white;
|
|
|
+ background: #40A1E6;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ &:hover{
|
|
|
+ background: #1F83C6;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.breath{
|
|
|
+ display: inline-block;
|
|
|
+ width: 31%;
|
|
|
+ border-radius: 100%;
|
|
|
+ animation-duration: 3s; /*人的普通呼吸时间是3秒每次,深呼吸时间是6秒每次*/
|
|
|
+ animation-timing-function: linear;
|
|
|
+ animation-iteration-count: infinite;
|
|
|
+ animation-direction:alternate;
|
|
|
+ /* Safari and Chrome: */
|
|
|
+ -webkit-animation-duration: 3s;
|
|
|
+ -webkit-animation-timing-function:linear;
|
|
|
+ -webkit-animation-iteration-count:infinite;
|
|
|
+ -webkit-animation-direction:alternate;
|
|
|
+ -webkit-transform:translate3d(0,0,0);
|
|
|
+}
|
|
|
+
|
|
|
.size1{
|
|
|
- box-shadow: 0 0 10px #FFC547; //#40A1E6
|
|
|
- animation-duration: 3s; /*人的普通呼吸时间是3秒每次,深呼吸时间是6秒每次*/
|
|
|
- animation-timing-function: ease-in-out;
|
|
|
- animation-iteration-count: infinite;
|
|
|
- animation-direction:alternate;
|
|
|
animation-name: breath1;
|
|
|
+ /* Safari and Chrome: */
|
|
|
+ -webkit-animation-name: breath1;
|
|
|
}
|
|
|
+ @keyframes breath1
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #FFC547;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #F29505;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- @-webkit-keyframes breath1 {
|
|
|
- 0% {
|
|
|
- box-shadow: 0 0 10px #FFC547;
|
|
|
- }
|
|
|
- 100%{
|
|
|
- box-shadow: 0 0 30px #FFC547;
|
|
|
- }
|
|
|
- }
|
|
|
+ @-webkit-keyframes breath1 /* Safari and Chrome */
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #FFC547;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #F29505;
|
|
|
+ }
|
|
|
+ }
|
|
|
.size2{
|
|
|
- box-shadow: 0 0 10px #71D5A6; //#40A1E6
|
|
|
- animation-duration: 3s; /*人的普通呼吸时间是3秒每次,深呼吸时间是6秒每次*/
|
|
|
- animation-timing-function: ease-in-out;
|
|
|
- animation-iteration-count: infinite;
|
|
|
- animation-direction:alternate;
|
|
|
animation-name: breath2;
|
|
|
+ /* Safari and Chrome: */
|
|
|
+ -webkit-animation-name: breath2;
|
|
|
}
|
|
|
+ @keyframes breath2
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #71D5A6;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #4DB983;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- @-webkit-keyframes breath2 {
|
|
|
- 0% {
|
|
|
- box-shadow: 0 0 10px #71D5A6;
|
|
|
- }
|
|
|
- 100%{
|
|
|
- box-shadow: 0 0 30px #71D5A6;
|
|
|
- }
|
|
|
- } .size3{
|
|
|
- box-shadow: 0 0 10px #FFC547; //#40A1E6
|
|
|
- animation-duration: 3s; /*人的普通呼吸时间是3秒每次,深呼吸时间是6秒每次*/
|
|
|
- animation-timing-function: ease-in-out;
|
|
|
- animation-iteration-count: infinite;
|
|
|
- animation-direction:alternate;
|
|
|
+ @-webkit-keyframes breath2 /* Safari and Chrome */
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #71D5A6;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #4DB983;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .size3{
|
|
|
animation-name: breath3;
|
|
|
+ /* Safari and Chrome: */
|
|
|
+ -webkit-animation-name: breath3;
|
|
|
}
|
|
|
+ @keyframes breath3
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #FFC547;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #F29505;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- @-webkit-keyframes breath3 {
|
|
|
- 0% {
|
|
|
- box-shadow: 0 0 10px #FFC547;
|
|
|
- }
|
|
|
- 100%{
|
|
|
- box-shadow: 0 0 30px #FFC547;
|
|
|
- }
|
|
|
- } .size4{
|
|
|
- box-shadow: 0 0 10px #40A1E6; //#40A1E6
|
|
|
- animation-duration: 3s; /*人的普通呼吸时间是3秒每次,深呼吸时间是6秒每次*/
|
|
|
- animation-timing-function: ease-in-out;
|
|
|
- animation-iteration-count: infinite;
|
|
|
- animation-direction:alternate;
|
|
|
+ @-webkit-keyframes breath3 /* Safari and Chrome */
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #FFC547;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #F29505;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .size4{
|
|
|
animation-name: breath4;
|
|
|
+ /* Safari and Chrome: */
|
|
|
+ -webkit-animation-name: breath4;
|
|
|
}
|
|
|
+ @keyframes breath4
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #40A1E6;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #279BE5;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- @-webkit-keyframes breath4 {
|
|
|
- 0% {
|
|
|
- box-shadow: 0 0 10px #40A1E6;
|
|
|
- }
|
|
|
- 100%{
|
|
|
- box-shadow: 0 0 30px #40A1E6;
|
|
|
- }
|
|
|
- } .size5{
|
|
|
- box-shadow: 0 0 10px #FA7471; //#40A1E6
|
|
|
- animation-duration: 3s; /*人的普通呼吸时间是3秒每次,深呼吸时间是6秒每次*/
|
|
|
- animation-timing-function: ease-in-out;
|
|
|
- animation-iteration-count: infinite;
|
|
|
- animation-direction:alternate;
|
|
|
+ @-webkit-keyframes breath4 /* Safari and Chrome */
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #40A1E6;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #279BE5;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .size5{
|
|
|
animation-name: breath5;
|
|
|
+ /* Safari and Chrome: */
|
|
|
+ -webkit-animation-name: breath5;
|
|
|
}
|
|
|
+ @keyframes breath5
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #FA7471;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #F75250;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- @-webkit-keyframes breath5 {
|
|
|
- 0% {
|
|
|
- box-shadow: 0 0 10px #FA7471;
|
|
|
- }
|
|
|
- 100%{
|
|
|
- box-shadow: 0 0 30px #FA7471;
|
|
|
- }
|
|
|
- }
|
|
|
+ @-webkit-keyframes breath5 /* Safari and Chrome */
|
|
|
+ {
|
|
|
+ 0% {
|
|
|
+ box-shadow: 0 0 5px #FA7471;
|
|
|
+ }
|
|
|
+ 100%{
|
|
|
+ box-shadow: 0 0 30px #F75250;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+#YSF-BTN-HOLDER {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
//////////////////////////////////////////////////
|
|
|
|
|
|
/* 代码整理:大头网 www.datouwang.com */
|