123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- .advertising {
- width: 100%;
- height: 1055px;
- box-sizing: border-box;
- background: #f2f2f2;
- overflow: hidden;
- background: url(/img/brand-ross-ad.jpg) no-repeat center;
- background-size: cover;
- .video-container {
- position: relative;
- width: 1200px;
- height: 570px;
- margin: 0 auto;
- margin-top: 485px;
- background: pink;
- .play {
- position: absolute;
- width: 64px;
- height: 64px;
- border-radius: 50%;
- z-index: 2;
- bottom: 155px;
- left: 50%;
- transform: translateX(-50%);
- cursor: pointer;
- }
- video {
- display: block;
- width: 100%;
- height: 100%;
- }
- }
- }
- .main {
- .wrapper {
- margin-top: 120px;
- .title {
- font-size: 34px;
- text-align: center;
- }
- .content {
- margin-top: 80px;
- }
- }
- .about {
- .content {
- height: 540px;
- .swiper {
- width: 720px;
- height: 100%;
- position: relative;
- .swiper-prev,
- .swiper-next {
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- width: 48px;
- height: 72px;
- background-color: rgba(55, 55, 55, 0.3) !important;
- z-index: 5;
- cursor: pointer;
- background: url(/img/icon-arrow-left.png) no-repeat center;
- }
- .swiper-next {
- left: unset;
- right: 0;
- background: url(/img/icon-arrow-right.png) no-repeat center;
- }
- img {
- width: 100%;
- height: 540px;
- }
- }
- .section {
- width: 480px;
- height: 540px;
- background: url(/img/icon-comma-01.png), url(/img/icon-comma-02.png);
- background-color: #f3920d;
- background-repeat: no-repeat;
- background-position: 48px 48px, 341px 410px;
- .item {
- width: 390px;
- margin: 0 auto;
- margin-top: 73px;
- display: none;
- .num {
- font-size: 32px;
- color: #fff;
- text-align: center;
- }
- .line {
- width: 1px;
- height: 24px;
- margin: 25px auto 40px;
- background: #fff;
- }
- .desc {
- font-size: 16px;
- color: #fff;
- line-height: 40px;
- }
- }
- }
- }
- }
- .therapy {
- .content {
- margin-top: 80px;
- height: 540px;
- display: flex;
- align-items: flex-start;
- .item {
- flex-shrink: 0;
- height: 100%;
- &.hover {
- .cover {
- display: none;
- }
- .active {
- display: block;
- }
- }
- &:first-child {
- .cover {
- border-left: 0;
- }
- }
- .cover {
- position: relative;
- width: 180px;
- height: 100%;
- box-sizing: border-box;
- border-left: 1px solid rgba(243, 146, 13, 0.2);
- background: linear-gradient(180deg, transparent 50%, rgba(243, 146, 13, 0.3) 100%);
- overflow: hidden;
- .tip {
- font-size: 16px;
- text-align: center;
- margin-top: 57px;
- margin-bottom: 40px;
- font-weight: bold;
- }
- .line {
- width: 24px;
- height: 2px;
- background: #f3920d;
- margin: 0 auto;
- }
- img {
- position: absolute;
- width: 128px;
- height: 128px;
- bottom: 44px;
- left: 50%;
- transform: translateX(-50%);
- }
- }
- .active {
- position: relative;
- display: none;
- width: 480px;
- height: 100%;
- text-align: center;
- color: #fff;
- img {
- width: 100%;
- height: 100%;
- }
- .info {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- .tip {
- font-size: 24px;
- margin-bottom: 10px;
- }
- .subtip {
- font-size: 16px;
- margin-bottom: 60px;
- }
- .section {
- width: 160px;
- margin: 0 auto;
- border: 1px solid #fff;
- padding: 36px 0;
- dl {
- padding: 0;
- dt {
- margin-bottom: 24px;
- }
- dd {
- margin: 0;
- margin-top: 10px;
- }
- }
- }
- }
- }
- }
- }
- }
- .application {
- .content {
- .item {
- position: relative;
- float: left;
- width: 390px;
- height: 390px;
- margin-right: 15px;
- margin-top: 15px;
- overflow: hidden;
- img {
- display: block;
- width: 100%;
- height: 100%;
- transition: all 0.4s;
- }
- &:nth-child(-n + 3) {
- margin-top: 0;
- }
- &:nth-child(5),
- &:nth-child(6) {
- width: 795px;
- }
- &:nth-child(3),
- &:nth-child(5),
- &:nth-child(7) {
- margin-right: 0;
- }
- .active {
- opacity: 0;
- position: absolute;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.39);
- z-index: 1;
- top: 0;
- left: 0;
- transition: all 0.4s;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- .info {
- .num {
- font-size: 50px;
- background: linear-gradient(to bottom, #fff, transparent);
- -webkit-background-clip: text;
- color: transparent;
- text-align: center;
- }
- .tip {
- font-size: 24px;
- color: #fff;
- text-align: center;
- }
- .line {
- width: 28px;
- height: 2px;
- background: #fff;
- margin: 24px auto;
- }
- .link {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 160px;
- height: 48px;
- border: 1px solid #fff;
- font-size: 16px;
- color: #fff;
- margin-top: 52px;
- cursor: pointer;
- }
- }
- }
- &:hover {
- .active {
- opacity: 1;
- }
- img {
- transform: scale(1.06);
- }
- }
- }
- }
- }
- .distribution {
- .content {
- img {
- display: block;
- width: 100%;
- }
- .section {
- display: flex;
- justify-content: space-between;
- margin-top: 80px;
- .line {
- width: 1px;
- height: 12px;
- background: #b2b2b2;
- transform: translateY(52px);
- }
- .item {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- .row:first-child {
- padding-left: 36px;
- background: url(/img/icon-star.png) no-repeat left center;
- line-height: 37px;
- font-size: 28px;
- }
- .row.company {
- background-image: url(/img/icon-company.png);
- }
- .row.doctor {
- background-image: url(/img/icon-doctor.png);
- }
- .row.heart {
- background-image: url(/img/icon-heart.png);
- }
- .row:last-child {
- font-size: 14px;
- color: #999;
- margin-top: 12px;
- }
- }
- }
- }
- }
- .contact {
- .content {
- .cover {
- width: 626px;
- height: 418px;
- img {
- display: block;
- width: 100%;
- height: 100%;
- }
- }
- .form-container {
- box-sizing: border-box;
- textarea {
- display: block;
- width: 526px;
- height: 344px;
- box-sizing: border-box;
- padding: 12px;
- line-height: 26px;
- font-size: 16px;
- border-color: #dedede;
- }
- .submit {
- font-size: 16px;
- color: #fff;
- height: 48px;
- background: #f3920d;
- text-align: center;
- line-height: 48px;
- margin-top: 26px;
- cursor: pointer;
- transition: all 0.4s;
- &:hover {
- background: #e78d0d;
- }
- }
- }
- }
- }
- }
|