gswz/SFHY/static/css/order.css

649 lines
10 KiB
CSS

nav {
width: 100%
}
nav .order-banner-wrap {
height: 500px;
background: url("../image/order_banner.png") no-repeat center center/cover
}
nav .order-banner-wrap .order-banner {
align-items: center;
height: 500px
}
nav .order-banner-wrap .order-banner h1 {
color: #fff;
font-size: 36px;
line-height: 1.5
}
nav .order-banner-wrap .order-banner p {
font-size: 18px;
color: rgba(255,255,255,.8);
line-height: 1.8
}
nav .order-banner-wrap .order-banner a {
display: block;
margin-top: 30px;
width: 160px;
height: 45px;
line-height: 45px;
border-radius: 4px;
font-size: 16px;
text-align: center;
color: #fff;
transition: all .3s ease-in-out;
background: linear-gradient(to right, #2f91d4, #1881c9)
}
nav .order-banner-wrap .order-banner a:hover {
box-shadow: 0 10px 25px 0 rgba(24,129,201,.5)
}
nav .order-banner-wrap .order-banner img {
width: 58%;
align-self: flex-end
}
.order-video-box {
width: 100%;
padding-bottom: 80px;
display: flex;
justify-content: space-between;
flex-wrap: wrap
}
.order-video {
width: 23.5%;
padding: 45px 25px;
border: 1px solid #e0e6ec;
border-radius: 8px;
transition: all .4s ease-in-out
}
.order-video h3 {
font-size: 20px;
color: #000;
margin-top: 65px
}
.order-video .order-video-line {
width: 45px;
height: 2px;
background-color: #e72735;
margin: 15px 0
}
.order-video p {
font-size: 16px;
line-height: 26px;
color: #282b42
}
.order-video:hover {
background: url("../image/order_video_bg.png") no-repeat right center;
cursor: defalut;
transform: translateY(-8px);
box-shadow: -1px 29px 42px 4px rgba(247,218,218,.34);
border: solid 1px #f54f4f
}
.order-video:hover h3 {
color: #e72735
}
.order-price-wrap {
width: 100%;
overflow: hidden;
text-align: center;
background: url("../image/order_price_bg.png") no-repeat center center/cover
}
.order-price-wrap .order-price-p {
font-size: 16px;
color: #282b42;
margin-top: -26px;
text-align: center
}
.order-price-wrap img {
max-width: 1180px
}
.price-box {
display: flex;
margin: 0 auto 80px;
width: 245px;
justify-content: space-between
}
.price-box a {
display: block;
width: 110px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: var(--font-size);
border-radius: 4px;
color: #636363;
background-color: #f0f0f0;
transition: all .3s ease-in-out
}
.price-box a:hover {
box-shadow: 3px 15px 15px rgba(0,0,0,.1)
}
.price-box a:first-child {
color: #fff;
background-color: #1881c9;
background: linear-gradient(to right, #2f91d4, #1881c9)
}
.price-box a:first-child:hover {
box-shadow: 0 10px 25px 0 rgba(24,129,201,.5)
}
.order-mana-wrap {
width: 100%;
overflow: hidden;
padding-bottom: 80px
}
.order-mana-tab {
display: flex;
justify-content: center;
margin-bottom: 20px;
cursor: pointer
}
.order-mana-tab li {
font-size: 18px;
margin-top: -10px;
line-height: 2;
color: #282b42;
margin-right: 98px
}
.order-mana-tab li span {
display: flex;
justify-content: flex-end;
width: 100%;
height: 3px;
background-color: #fff
}
.order-mana-tab li span i {
margin-right: 4px;
width: 4px;
height: 3px;
background-color: #fff
}
.order-mana-tab li.active,.order-mana-tab li:hover {
color: #e72735
}
.order-mana-tab li.active span,.order-mana-tab li:hover span {
display: flex;
justify-content: flex-end;
width: 100%;
height: 3px;
background-color: #eb4434
}
.order-mana-tab li.active span i,.order-mana-tab li:hover span i {
margin-right: 4px;
width: 4px;
height: 3px;
background-color: #fff
}
.order-mana-tab li:last-child {
margin-right: 0
}
.order-mana {
max-width: 1180px;
margin: 0 auto;
display: flex;
justify-content: space-between;
transition: all .4s ease-in-out
}
.order-mana .order-mana-img {
width: 55%;
padding: 10px 0 0;
text-align: center
}
.order-mana .order-mana-img img {
width: 100%
}
.order-mana .order-mana-img-big img {
width: 85%
}
.order-mana-right {
width: 40%;
overflow: hidden
}
.order-mana-right h5 {
font-size: 18px;
font-weight: bold;
color: #000;
margin: 60px 0 25px
}
.order-mana-right .order-mana-block {
display: flex
}
.order-mana-right .order-mana-block div {
width: 7px;
height: 7px;
margin-right: 5px;
background-color: #e53e2e
}
.order-mana-right .order-mana-block div:nth-child(2) {
opacity: .7
}
.order-mana-right .order-mana-block div:nth-child(3) {
opacity: .5
}
.order-mana-right p {
margin: 40px 0 0;
font-size: 16px;
line-height: 36px;
color: #959595
}
.order-mana-right .order-mana-apply {
width: 100%;
overflow: hidden;
background: url("../image/tele_mana_right_bg.png") no-repeat right bottom/80%
}
.order-mana-right .order-mana-apply a {
display: block;
margin: 40px 0;
width: 110px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: var(--font-size);
border-radius: 4px;
color: #fff;
background-color: #1881c9;
background: linear-gradient(to right, #2f91d4, #1881c9);
transition: all .4s ease-in-out
}
.order-mana-right .order-mana-apply a:hover {
box-shadow: 10px 10px 25px 0 rgba(24,129,201,.5)
}
.order-more-wrap {
overflow: hidden;
padding-bottom: 80px;
background: url("../image/order_more_bg.png") no-repeat center center/cover
}
.order-more-wrap h2 {
color: #fff
}
.order-more-box {
max-width: 1180px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #f0f2f6;
transition: all .4s ease-in-out
}
.order-more-box div.order-more {
width: 16.57%;
overflow: visible;
margin: 0 0 1px 0;
padding: 30px 25px 20px;
background-color: #fff;
text-align: center;
position: relative
}
.order-more-box div.order-more img {
max-height: 45px
}
.order-more-box div.order-more p {
color: #282b42;
font-size: 16px
}
.order-more-box div.order-more .order-hover {
cursor: default;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #fff;
font-size: 16px;
padding: 0 26px;
color: #282b42;
z-index: 5;
opacity: 0;
transition: all .3s ease-in-out
}
.order-more-box .order-more:hover {
z-index: 5;
transition: all .3s ease-in-out;
box-shadow: 1px 13px 29px 3px rgba(217,226,237,.74)
}
.order-more-box .order-more:hover .order-hover {
transition: all .3 ease-in-out;
z-index: 5;
opacity: 1
}
.order-more-box .order-more:hover p {
color: #e41c1c
}
@media screen and (min-width: 768px)and (max-width: 991px) {
nav {
width: 100%
}
nav .order-banner-wrap {
height: 350px
}
nav .order-banner-wrap .order-banner {
height: 350px;
flex-wrap: nowrap
}
nav .order-banner-wrap .order-banner br {
display: none
}
.order-mana-wrap {
padding-bottom: 40px
}
.order-mana-tab li {
font-size: 16px;
margin-right: 8%
}
.order-mana {
max-width: 94%
}
.order-price-wrap img {
max-width: 94%;
margin-top: 5%
}
.order-video {
width: 23.5%;
padding: 3%;
border: 1px solid #e0e6ec;
border-radius: 8px;
transition: all .4s ease-in-out
}
.order-video h3 {
margin-top: 5%
}
.order-video p {
line-break: anywhere
}
.order-more-box {
justify-content: center
}
.order-more-box div.order-more {
width: 19.75%;
padding: 3%
}
.order-more-box div.order-more .order-hover {
font-size: var(--font-size);
line-break: anywhere
}
.order-more-box div.order-more .order-hover br {
display: none
}
}
@media screen and (max-width: 768px) {
nav {
width: 100%;
height: 42rem
}
nav .order-banner-wrap {
min-height: 35rem;
height: 100%
}
nav .order-banner-wrap .order-banner {
min-height: 35rem;
height: 100%;
justify-content: center;
align-items: flex-start
}
nav .order-banner-wrap .order-banner h1 {
font-size: 2.4rem;
text-align: center;
line-height: 1.5;
margin-top: 8rem
}
nav .order-banner-wrap .order-banner p {
font-size: 1.4rem;
text-align: center;
color: #fff;
line-height: 1.7;
margin-top: 1rem
}
nav .order-banner-wrap .order-banner a {
margin-top: 3rem;
width: 10.2rem;
height: 3.4rem;
line-height: 3.4rem;
font-size: 1.4rem;
margin: 3rem auto 0
}
nav .order-banner-wrap .order-banner img {
width: 75%
}
.order-mana-wrap {
padding-bottom: 3rem
}
.order-mana-tab {
width: 92%;
margin: 0 auto;
justify-content: space-between;
margin-bottom: 1rem
}
.order-mana-tab li {
font-size: 1.3rem;
margin-right: 3%;
margin-top: 0
}
.order-mana {
max-width: 92%;
flex-wrap: wrap
}
.order-mana h2 {
width: 100%;
font-size: 1.6rem;
font-weight: bold;
text-align: center
}
.order-mana .order-mana-img {
width: 100%;
padding: .5rem 5% 1rem
}
.order-mana:nth-child(n+4) .order-mana-img {
margin-top: 1.5rem
}
.order-mana-right {
width: 90%;
margin: 0 auto
}
.order-mana-right h5 {
font-size: 1.4rem;
margin: 1rem 0
}
.order-mana-right p {
margin: 2rem 0 3rem;
font-size: 1.3rem;
line-height: 1.7;
color: #959595
}
.order-mana-right .order-mana-apply a {
margin: 3rem 0;
width: 10rem;
height: 3.4rem;
line-height: 3.4rem
}
.order-price-wrap .order-price-p {
font-size: 1.4rem;
margin-top: -1rem
}
.order-price-wrap img {
max-width: 100%;
margin: 5% 0
}
.price-box {
margin: 0 auto 10%;
width: 24.5rem;
justify-content: center
}
.price-box a {
display: block;
width: 10.2rem;
height: 3.4rem;
line-height: 3.4rem
}
.price-box a:first-child {
margin-right: 2rem
}
.order-video-box {
width: 100%;
padding-bottom: 3rem;
flex-wrap: wrap
}
.order-video {
width: 48%;
padding: 1.5rem 0 1.5rem 1.5rem;
margin-bottom: 3%
}
.order-video:nth-child(n+3) {
margin-bottom: 0
}
.order-video img {
height: 6rem
}
.order-video h3 {
font-size: 1.6rem;
margin-top: .5rem
}
.order-video .order-video-line {
margin: .5rem 0
}
.order-video p {
font-size: 1.3rem;
line-height: 1.7
}
.order-more-wrap {
overflow: hidden;
padding-bottom: 3rem;
background: url("../image/order_more_bg.png") no-repeat center center/cover
}
.order-more-wrap h2 {
color: #fff
}
.order-more-box {
max-width: 92%;
border-radius: 4px;
overflow: hidden;
margin: 0 auto
}
.order-more-box div.order-more {
width: 24.8%;
overflow: visible;
margin: 0 0 .1rem 0;
padding: 1rem 0;
background-color: #fff;
text-align: center;
position: relative
}
.order-more-box div.order-more img {
max-height: 3.5rem
}
.order-more-box div.order-more p {
color: #282b42;
font-size: 1.3rem;
margin-top: .5rem
}
.order-more-box div.order-more .order-hover {
font-size: 1.1rem;
padding: 0
}
}/*# sourceMappingURL=order.css.map */