12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133 |
- <template>
- <div>
- <!-- banner区域 start -->
- <div id="banner" class="swiper-container banner">
- <div class="swiper-wrapper">
- <div class="swiper-slide">
- <img src="/img/banner6.jpg" alt="" />
- </div>
- <div class="swiper-slide">
- <img src="/img/banner2.jpg" alt="" />
- </div>
- <div class="swiper-slide">
- <img src="/img/banner1.jpg" alt="" />
- </div>
- </div>
- <div class="swiper-pagination"></div>
- </div>
- <!-- banner区域 end -->
- <!-- 内容区域 start -->
- <div class="main">
- <div class="container our-brand">
- <div class="section-title">
- <img src="/img/title_our_brand.png" alt="" />
- <h3>我们的品牌</h3>
- </div>
- <div class="scroll-box">
- <div class="content clearfix">
- <div class="item mr18">
- <img src="/img/our-brand-base.png" alt="" />
- <div class="active">
- <div class="title">RÖS'S ESTÉTICA</div>
- <div class="subtitle">智能创新研发型企业</div>
- <div class="line"></div>
- <a class="link" href="/brand/ross.html">探索品牌</a>
- </div>
- </div>
- <div class="item mr18 mb18">
- <img src="/img/our-brand-01.png" alt="" />
- <div class="active">
- <div class="title">binary premium</div>
- <div class="subtitle">云智能体疗管理系统</div>
- <div class="line"></div>
- <a class="link" href="/product/binary-premium.html">了解设备</a>
- </div>
- </div>
- <div class="item mb18">
- <img src="/img/our-brand-02.png" alt="" />
- <div class="active">
- <div class="title">kestos t2</div>
- <div class="subtitle">穿戴式肌肉抗衰系统</div>
- <div class="line"></div>
- <a class="link" href="/product/kestos.html">了解设备</a>
- </div>
- </div>
- <div class="item mr18">
- <img src="/img/our-brand-03.png" alt="" />
- <div class="active">
- <div class="title">intradermik</div>
- <div class="subtitle">便携式康复理疗设备</div>
- <div class="line"></div>
- <a class="link" href="/product/intradermik.html">了解设备</a>
- </div>
- </div>
- <div class="item">
- <img src="/img/our-brand-04.png" alt="" />
- <div class="active">
- <div class="title">Mesobiolift RF</div>
- <div class="subtitle">全身紧致抗衰系统</div>
- <div class="line"></div>
- <a class="link" href="/product/mesobiolift.html">了解设备</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="container brand-activity">
- <div class="section-title">
- <img src="/img/title_brand_activities.png" alt="" />
- <h3>品牌活动</h3>
- </div>
- <div id="activity" class="content scroll-box">
- <div class="item hover">
- <a href="https://mp.weixin.qq.com/s/RPYjyY2UQ935U651_WnRBg">
- <img src="/img/brand_activity_01.png" alt="" />
- <div class="cover hover-active">
- <div class="title">广州美博会</div>
- <div class="line"></div>
- <div class="description">花城相遇·惊艳绽放</div>
- </div>
- </a>
- </div>
- <div class="item">
- <a href="https://mp.weixin.qq.com/s/Lei6mRd6BKeyHcluR8yjsA">
- <img src="/img/brand_activity_02.png" alt="" />
- <div class="cover active">
- <div class="title">上海美博会</div>
- <div class="line"></div>
- <div class="description">相约魔都·惊艳绽放</div>
- </div>
- </a>
- </div>
- <div class="item">
- <a href="https://mp.weixin.qq.com/s/pIBE7S1cDG3qOkGDZXaGXg">
- <img src="/img/brand_activity_03.png" alt="" />
- <div class="cover active">
- <div class="title">SpaChina行业水疗峰会</div>
- <div class="line"></div>
- <div class="description">与您相约厦门·敬请期待</div>
- </div>
- </a>
- </div>
- </div>
- </div>
- <div class="container company-values">
- <div class="section-title">
- <img src="/img/title_company_values.png" alt="" />
- <h3>公司价值观</h3>
- </div>
- <div class="content clearfix">
- <div class="item">
- <img src="/img/company_values_01.png" alt="团队风采" />
- <div class="cover">
- <div class="title">团队风采</div>
- <div class="subtitle en">Team style</div>
- <div class="line"></div>
- </div>
- </div>
- <div class="item no-mr">
- <!-- <img src="/img/company_values_03.png" alt="团队风采" /> -->
- <div class="cover-bg one"></div>
- <div class="cover">
- <div class="title">团队合作</div>
- <div class="subtitle en">TEAMWORK</div>
- <div class="line"></div>
- </div>
- </div>
- <div class="item">
- <!-- <img src="/img/company_values_03.png" alt="团队风采" /> -->
- <div class="cover-bg one"></div>
- <div class="cover">
- <div class="title">诚信</div>
- <div class="subtitle en">Integrity</div>
- <div class="line"></div>
- </div>
- </div>
- <div class="item">
- <img src="/img/company_values_04.png" alt="团队风采" />
- <div class="cover">
- <div class="title">专业</div>
- <div class="subtitle en">Profession</div>
- <div class="line"></div>
- </div>
- </div>
- <div class="item no-mr">
- <img src="/img/company_values_05.png" alt="团队风采" />
- <div class="cover">
- <div class="title">责任</div>
- <div class="subtitle en">responsibility</div>
- <div class="line"></div>
- </div>
- </div>
- <div class="item no-mb">
- <img src="/img/company_values_06.png" alt="团队风采" />
- <div class="cover">
- <div class="title">发展</div>
- <div class="subtitle en">development</div>
- <div class="line"></div>
- </div>
- </div>
- <div class="item no-mr no-mb">
- <!-- <img src="/img/company_values_07.png" alt="团队风采" /> -->
- <div class="cover-bg two"></div>
- <div class="cover">
- <div class="title">创造美丽人生</div>
- <div class="subtitle en">create a beautiful life</div>
- <div class="line"></div>
- </div>
- </div>
- </div>
- </div>
- <div class="container head_quarter">
- <div class="section-title">
- <img src="/img/title_our_achievements.png" alt="" />
- <h3>我们的成绩</h3>
- </div>
- <div class="content" hidden>
- <img src="/img/map.png" alt="" />
- </div>
- </div>
- <div class="container friendly_link">
- <div class="section-title">
- <img src="/img/title_authorized _cooperation.png" alt="" />
- <h3>授权合作</h3>
- </div>
- <div class="content">
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_01.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_02.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_03.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_04.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_05.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_06.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_07.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_08.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_09.png" alt="" /></a>
- </div>
- <div class="item">
- <a href="#"><img src="/img/friend_authorized_10.png" alt="" /></a>
- </div>
- </div>
- </div>
- </div>
- <!-- 内容区域 end -->
- </div>
- </template>
- <script>
- export default {
- head() {
- return {
- title: '西班牙ROSS | 艾斯佰丽公司官网',
- }
- },
- mounted() {
- new Swiper('#banner', {
- loop: true, // 循环模式选项
- autoplay: true,
- // 如果需要分页器
- pagination: {
- el: '.swiper-pagination',
- },
- })
- $('#activity .item').each(function (index, el) {
- $(el).hover(
- function () {
- $('#activity .item').removeClass('hover').find('.cover').removeClass('hover-active').addClass('active')
- $(this).addClass('hover').find('.cover').addClass('hover-active').removeClass('active')
- },
- function () {}
- )
- })
- },
- }
- </script>
- <style lang="scss" scoped>
- /* scss中可以用mixin来扩展 */
- @mixin ellipsis($line: 1) {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: $line;
- -webkit-box-orient: vertical;
- }
- @media screen and (min-width: 768px) {
- .main {
- .container {
- &.our-brand {
- .content {
- .item {
- position: relative;
- width: 286px;
- height: 286px;
- float: left;
- background-color: #ddd;
- &:first-child {
- width: 592px;
- height: 592px;
- .active {
- .title {
- font-size: 52px;
- text-transform: uppercase;
- }
- .subtitle {
- font-size: 34px;
- margin-top: 12px;
- }
- .link {
- width: 244px;
- height: 72px;
- margin-top: 150px;
- font-size: 42px;
- line-height: 72px;
- }
- }
- }
- img {
- display: block;
- width: 100%;
- height: 100%;
- }
- &:hover {
- .active {
- opacity: 1;
- }
- }
- .active {
- opacity: 0;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 2;
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- background-color: rgba(0, 0, 0, 0.5);
- -webkit-transition: opacity 0.4s;
- transition: opacity 0.4s;
- .title {
- font-size: 25px;
- color: #fff;
- text-transform: uppercase;
- }
- .subtitle {
- font-size: 20px;
- color: #fff;
- margin-top: 8px;
- font-weight: lighter;
- }
- .line {
- display: none;
- width: 40px;
- height: 1px;
- margin: 32px 0 60px;
- background-color: #fff;
- }
- .link {
- width: 142px;
- height: 40px;
- font-size: 24px;
- margin-top: 60px;
- border: 1px solid #ffffff;
- text-align: center;
- line-height: 40px;
- color: #fff;
- cursor: pointer;
- font-weight: lighter;
- }
- }
- }
- }
- }
- &.brand-activity {
- .content {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- .item {
- position: relative;
- width: 280px;
- height: 600px;
- overflow: hidden;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- a {
- display: block;
- width: 100%;
- height: 100%;
- }
- img {
- position: absolute;
- top: 0;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- display: block;
- width: 640px;
- height: 600px;
- }
- &.hover {
- width: 640px;
- }
- &:nth-child(1) {
- .cover {
- &::after {
- content: '01';
- }
- }
- }
- &:nth-child(2) {
- .cover {
- &::after {
- content: '02';
- }
- }
- }
- &:nth-child(3) {
- .cover {
- &::after {
- content: '03';
- }
- }
- }
- .active {
- position: absolute;
- width: 100%;
- height: 280px;
- bottom: 0;
- left: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 24px;
- background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0)));
- background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
- .title {
- margin-top: 206px;
- width: 232px;
- font-size: 29px;
- color: #fff;
- @include ellipsis(1);
- font-weight: lighter;
- }
- .line {
- width: 20px;
- height: 2px;
- margin-top: 16px;
- background-color: #fff;
- }
- .description {
- display: none;
- }
- &::after {
- position: absolute;
- content: '01';
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
- background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
- -webkit-background-clip: text;
- color: transparent;
- font-size: 30px;
- left: 24px;
- bottom: 66px;
- }
- }
- .hover-active {
- position: absolute;
- width: 486px;
- height: 160px;
- padding-top: 30px;
- padding-left: 26px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-top-left-radius: 32px;
- right: 0;
- bottom: 0;
- background: rgba(243, 146, 13, 0.8);
- -webkit-transition: opacity 0.4s;
- transition: opacity 0.4s;
- .title {
- font-size: 40px;
- color: #fff;
- width: 300px;
- font-weight: bold;
- @include ellipsis(1);
- }
- .line {
- width: 38px;
- height: 4px;
- margin: 16px 0;
- background-color: #fff;
- }
- .description {
- text-align: justify;
- width: 300px;
- font-size: 20px;
- color: #fff;
- line-height: 1.5;
- @include ellipsis(1);
- }
- &::after {
- position: absolute;
- content: '01';
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
- background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
- -webkit-background-clip: text;
- color: transparent;
- font-size: 90px;
- line-height: 90px;
- right: 32px;
- bottom: 24px;
- }
- }
- }
- }
- }
- &.company-values {
- .content {
- .item {
- position: relative;
- float: left;
- height: 340px;
- width: 390px;
- margin-right: 15px;
- margin-bottom: 15px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- .cover-bg {
- width: 100%;
- height: 100%;
- opacity: 1;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- background: #f3920d;
- }
- img {
- width: 100%;
- height: 100%;
- opacity: 1;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- &.no-mb {
- margin-bottom: 0;
- }
- &.no-mr {
- margin-right: 0;
- }
- &:nth-child(1),
- &:nth-child(7) {
- width: 795px;
- }
- &:hover {
- img {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- }
- &:nth-child(2),
- &:nth-child(3),
- &:nth-child(7) {
- .cover {
- background: transparent;
- }
- &:hover {
- border: 1px solid #f3920d;
- img {
- opacity: 0;
- }
- .cover-bg {
- opacity: 0;
- }
- .subtitle,
- .title {
- color: #f3920d;
- }
- .line {
- &::before,
- &::after {
- background-color: #f3920d;
- }
- }
- }
- }
- .cover {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- background: rgba(0, 0, 0, 0.5);
- .line {
- width: 180px;
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
- transform: translate(-50%, -50%) rotateZ(-45deg);
- &::after,
- &::before {
- position: absolute;
- left: 0;
- top: 0;
- content: '';
- display: block;
- width: 20px;
- height: 1px;
- background-color: #fff;
- }
- &::before {
- right: 0;
- left: unset;
- }
- }
- .title {
- color: #fff;
- font-size: 24px;
- }
- .subtitle {
- font-size: 18px;
- color: #fff;
- margin-top: 12px;
- &.en {
- text-transform: uppercase;
- }
- }
- }
- }
- }
- }
- &.friendly_link {
- .content {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- .item {
- position: relative;
- width: 232px;
- height: 100px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #d8d8d8;
- overflow: hidden;
- margin-right: 10px;
- margin-bottom: 10px;
- &:nth-child(5n) {
- margin-right: 0;
- }
- img {
- display: block;
- width: 100%;
- position: absolute;
- left: 0;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- }
- }
- /*
- .content {
- width: 100%;
- overflow: hidden;
- .row {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- &:last-child {
- -webkit-box-orient: horizontal;
- -webkit-box-direction: reverse;
- -ms-flex-direction: row-reverse;
- flex-direction: row-reverse;
- -webkit-animation: 20s rowup-right linear infinite normal;
- animation: 20s rowup-right linear infinite normal;
- margin-top: 10px;
- }
- &:first-child {
- -webkit-animation: 20s rowup-left linear infinite normal;
- animation: 20s rowup-left linear infinite normal;
- }
- }
- .item {
- -ms-flex-negative: 0;
- flex-shrink: 0;
- position: relative;
- width: 232px;
- height: 100px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #d8d8d8;
- overflow: hidden;
- margin-right: 10px;
- &:last-child {
- margin-right: 0;
- }
- img {
- display: block;
- width: 100%;
- position: absolute;
- left: 0;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- }
- }
- */
- }
- }
- }
- }
- @media screen and (max-width: 768px) {
- .main {
- .container {
- &.our-brand {
- .content {
- width: 10.72rem;
- margin: 0 0.32rem;
- .item {
- position: relative;
- width: 2.5rem;
- height: 2.5rem;
- float: left;
- background-color: #ddd;
- margin-left: 0.24rem;
- margin-bottom: 0.24rem;
- &:first-child {
- width: 5.24rem;
- height: 5.24rem;
- margin-left: 0;
- }
- img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .active {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 2;
- width: 100%;
- height: 100%;
- .title {
- position: absolute;
- bottom: 0;
- left: 0;
- font-size: 0.26rem;
- color: #fff;
- width: 100%;
- line-height: 0.64rem;
- text-align: center;
- background: rgba(0, 0, 0, 0.39);
- text-transform: uppercase;
- }
- .subtitle {
- display: none;
- }
- .link {
- opacity: 0;
- display: block;
- width: 100%;
- height: 100%;
- position: absolute;
- z-index: 1;
- left: 0;
- top: 0;
- }
- }
- }
- }
- }
- &.brand-activity {
- margin-left: 0;
- margin-right: 0;
- width: auto;
- .content {
- .item {
- position: relative;
- width: 5.24rem;
- height: 4.91rem;
- overflow: hidden;
- display: inline-block;
- margin-right: 0.24rem;
- &:first-child {
- margin-left: 0.32rem;
- }
- &:last-child {
- margin-right: 0.32rem;
- }
- a {
- display: block;
- width: 100%;
- height: 100%;
- }
- img {
- display: block;
- width: 100%;
- height: 100%;
- }
- &:nth-child(1) {
- .cover {
- &::after {
- content: '01';
- }
- }
- }
- &:nth-child(2) {
- .cover {
- &::after {
- content: '02';
- }
- }
- }
- &:nth-child(3) {
- .cover {
- &::after {
- content: '03';
- }
- }
- }
- .cover {
- position: absolute;
- width: 4.31rem;
- height: 1.29rem;
- padding-top: 0.24rem;
- padding-left: 0.32rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-top-left-radius: 0.32rem;
- right: 0;
- bottom: 0;
- background: linear-gradient(166deg, #f3920d 25%, rgba(243, 146, 13, 0.8));
- -webkit-transition: opacity 0.4s;
- transition: opacity 0.4s;
- .title {
- font-size: 0.3rem;
- color: #fff;
- width: 3.31rem;
- @include ellipsis(1);
- }
- .line {
- width: 0.16rem;
- height: 0.02rem;
- margin: 0.07rem 0;
- background-color: #fff;
- }
- .description {
- text-align: justify;
- width: 3.31rem;
- font-size: 0.24rem;
- color: #fff;
- line-height: 1.5;
- @include ellipsis(1);
- }
- &::after {
- position: absolute;
- content: '01';
- background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.2)));
- background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.2));
- -webkit-background-clip: text;
- color: transparent;
- font-size: 0.72rem;
- right: 0.24rem;
- bottom: 0.24rem;
- }
- }
- }
- }
- }
- &.company-values {
- width: 6.86rem;
- margin: 0 auto;
- .content {
- .item {
- position: relative;
- float: left;
- height: 1.94rem;
- width: 2.22rem;
- margin-right: 0.09rem;
- margin-bottom: 0.09rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- img {
- width: 100%;
- height: 100%;
- opacity: 1;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- &.no-mb {
- margin-bottom: 0;
- }
- &.no-mr {
- margin-right: 0;
- }
- &:nth-child(1),
- &:nth-child(7) {
- width: 4.54rem;
- }
- &:nth-child(2),
- &:nth-child(3),
- &:nth-child(7) {
- .cover {
- background: transparent;
- }
- }
- .cover-bg {
- width: 100%;
- height: 100%;
- opacity: 1;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- background: #f3920d;
- }
- .cover {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- background: rgba(0, 0, 0, 0.5);
- .line {
- width: 1.9rem;
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
- transform: translate(-50%, -50%) rotateZ(-45deg);
- &::after,
- &::before {
- position: absolute;
- left: 0;
- top: 0;
- content: '';
- display: block;
- width: 0.2rem;
- height: 0.01rem;
- background-color: #fff;
- }
- &::before {
- right: 0;
- left: unset;
- }
- }
- .title {
- color: #fff;
- font-size: 0.24rem;
- }
- .subtitle {
- font-size: 0.2rem;
- color: #fff;
- margin-top: 0.1rem;
- &.en {
- text-transform: uppercase;
- }
- }
- }
- }
- }
- }
- &.head_quarter {
- width: 6.86rem;
- margin: 0 auto;
- .content {
- img {
- width: 100%;
- }
- }
- }
- &.friendly_link {
- width: 6.86rem;
- margin: 0 auto;
- .content {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- .item {
- position: relative;
- width: 2.2rem;
- height: 0.948rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 0.01rem solid #d8d8d8;
- overflow: hidden;
- margin-right: 0.13rem;
- margin-bottom: 0.13rem;
- &:nth-child(3n) {
- margin-right: 0;
- }
- img {
- display: block;
- width: 100%;
- position: absolute;
- left: 0;
- top: 50%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- }
- }
- }
- }
- }
- }
- </style>
|