芯片代理
+我们代理多家国际知名芯片厂商的高性能芯片,涵盖通信、嵌入式、A1、汽车电子等多个领域,提供全系列的芯片选型与供应服务,确保为客户提供最佳的解决方案。
+diff --git a/hanJing/.vscode/settings.json b/hanJing/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/hanJing/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/驭鑫/new yxsilicon/css/chipAgent.css b/驭鑫/new yxsilicon/css/chipAgent.css new file mode 100644 index 0000000..f8e9a18 --- /dev/null +++ b/驭鑫/new yxsilicon/css/chipAgent.css @@ -0,0 +1,355 @@ +.chipAgent-section{ + width: 100%; + height: 70vh; + background: #fbfbfb; +} + +.chipAgent-section-bg{ + width: 98%; + height: 100%; + background-image: url(../imgs/chip/chipbg.png); + background-size: 100% 100%; + background-repeat: no-repeat; + margin: 0 auto; + background-position: top center; +} + +.chipAgent-section-content{ + width: 43%; + height: 80%; + padding-top: 5vw; + padding-left: 10vw; +} + +.chipAgent-section-content h3{ + font-size: 4vw; + font-weight: 300; + color: #fff; + letter-spacing: 0.15vw; +} + +.chipAgent-section-content p{ + font-size: 1.58vw; + font-weight: 400; + color: rgba(255, 255, 255, 0.9); + line-height: 3vw; + letter-spacing: 0.1vw; + margin-top: 2vw; + text-align: justify; +} +/* ----------------芯片代理商------------ */ +.chipAgent-section-brand{ + width: 100%; + height: auto; + background: #fbfbfb; + margin: 0 auto; + padding-top: 5vw; +} +.chipAgent-title{ + width: 92%; + height: 15vh; + background: #F0F1F6; + margin: 0 auto; + text-align: center; + line-height: 15vh; + font-size: 1.3vw; + font-weight: 400; + color: rgba(0, 0, 0, 0.6); + letter-spacing: 0.1vw; + border-radius: 20px; + font-weight: 400; +} + +.chipAgent-section-brand-list{ + width: 88%; + height: 100%; + /* background: palegoldenrod; */ + margin: 0 auto; + margin-top: 2vw; +} +.chipAgent-section-brand-list-item{ + width: 100%; + +} +.chipAgent-section-brand-list-item-title{ + width: 100%; + height: 13vh; + /* background: palegoldenrod; */ + line-height: 13vh; + box-sizing: border-box; + display: flex; +} +.chipAgent-section-brand-list-item-title div{ + font-size: 1.3vw; + font-weight: 400; + letter-spacing: 0.1vw; + font-weight: 600; + display: inline-block; + width: 18vw; + /* background: pink; */ + margin-left: 1vw; + height: 100%; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} + + .country{ + width: 10vw !important; + text-align: left !important; +} +.product-line{ + width: 23vw !important; + text-align: left !important; +} +.application-field{ + width: 20vw !important; + text-align: left !important; + +} + +.brand-title{ + text-align: center; +} +.chipAgent-section-brand-list-item-content { + width: 100%; + height: 15vh; + box-sizing: border-box; + display: flex; + /* background: papayawhip; */ + border-top: 1px solid rgba(0, 0, 0, 0.1); +} + +.chipAgent-section-brand-list-item-content div { + font-size: 1vw; + font-weight: 400; + letter-spacing: 0.1vw; + display: inline-block; + width: 18vw; + margin-left: 1vw; + height: 100%; + display: flex; + align-items: center; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + +} + +/* 修改品牌内容容器样式 */ +.content-brand { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + /* background: palegoldenrod; */ + height: 100%; + width: 100%; + box-sizing: border-box; + padding: 1vw 0; /* 添加上下内边距 */ + text-align: center; +} + +.content-brand img { + height: 2vw; /* 调整图片大小 */ + margin-bottom: 1vw; +} + +.content-brand p { + font-size: 0.8vw; + font-weight: 400; + letter-spacing: 0.1vw; + margin: 0; + line-height: 1.2; + +} + +.arrow-right{ + width: 5vw !important; + height: 100%; + + display: flex; + align-items: center; + justify-content: center; +} + +.arrowBox { + width:2vw !important; + height: 2vw !important; + background: #009FD1; + display: flex; + align-items: center; + justify-content: center; + border-radius: 50%; +} +.arrowBox a{ + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; +} +.arrowBox img{ + width:40%; + height: auto; +} + +.arrowBox:hover { + background: #fff; + border: 1px solid #009FD1; + transform: scale(1.1); + transition: all 0.3s ease; +} + +.arrowBox:hover img{ + filter: brightness(0) saturate(100%) invert(41%) sepia(99%) saturate(749%) hue-rotate(162deg) brightness(97%) contrast(101%); + transition: all 0.3s ease; +} + +/* ---------------------------- */ +.chipAgent-section3{ + width: 100%; + height: 100vh; + z-index: 5; + position: relative; + background: #fbfbfb; + border-radius: 0px 0px 80px 80px; + padding-top: 5vw; +} + +.chipAgent-section3-bg { + width: 100%; + height: 100%; + background-image: url(../imgs/chip/bg.png); + background-size: cover; /* 改为 cover */ + background-repeat: no-repeat; + margin: 0 auto; + background-position: -8vw center; + overflow: hidden; + position: relative; /* 添加定位 */ + z-index: 10; +} + + +.chipAgent-section3-bg h2{ + width: 90%; + font-size: 4vw; + color: #1F599B; + margin-top: 1vh; + letter-spacing: 0.6vw; + font-weight: 300; + padding-left: 5vw; + z-index: 2; + padding-left: 6vw; + +} + +.chip-agent-underline { + position: absolute; + top: 4.7vw; + left: 1vw; + width: 90%; + height: 2vw; + margin: 0.5vw 0 0 0; + background: linear-gradient( + 90deg, + #f7fcfe 8%, + #e3f6fd 20%, + #e3f6fd 30%, + #f7fcfe 50% + ); + z-index: -1; +} +.chipAgent-section3-content{ + width: 100%; + height: 100%; + margin: 0 auto; + padding-top: 5vw; + display: flex; + justify-content: left; + + +} +.chipAgent-section3-content-left{ + width: 40%; + text-align: right; + padding-right: 5vw; +} + +.chipAgent-section3-content-left img{ + width: 68%; + height: auto; +} + +.chipAgent-section3-content-right{ + width: 50%; + padding-left: 5vw; + /* background: palegoldenrod; */ +} +.chipAgent-section3-content-right p{ + font-size: 1.5vw; + font-weight: 400; + letter-spacing: 0.1vw; + margin-top: 2vw; + line-height: 3vw; +} + + +.content-contactUs{ + width: 100%; + height: 18vh; + margin-top: 5vw; + display: flex; + align-items: center; + justify-content: right; + +} +.content-emailBox{ + width: 16vw; + height: 5vw !important; + height: auto; + padding: 1vw 2vw; + display: flex; + align-items: center; + justify-content: right; background: linear-gradient(90deg, #36c6f0 0%, #1a6dc5 100%); + border-radius: 54px; + transition: box-shadow 0.2s, background 0.3s,transform 0.2s; + justify-content: right; + +} +.content-emailBox span{ + font-size: 1.5vw; + font-weight: 400; + letter-spacing: 0.1vw; + margin-right: 1vw; + color: #fff; +} + +.content-email{ + width: 3vw; + height: 3vw; + background: #fff; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; +} +.content-email img{ + width: 50%; + height: 50%; +} + + +.content-emailBox:focus .content-email, +.content-emailBox:hover .content-email { + background: #e6f7ff; + box-shadow: 0 0 0 4px rgba(54,198,240,0.15); + transform: scale(1.12) rotate(-6deg); +} + +.content-emailBox:focus, +.content-emailBox:hover { + box-shadow: 0 8px 24px rgba(26, 109, 197, 0.22); + background: linear-gradient(100deg, #4fd7fa 0%, #2a7be0 100%); + transform: translateY(-2px) scale(1.03); +} diff --git a/驭鑫/new yxsilicon/css/cloudComputingServer.css b/驭鑫/new yxsilicon/css/cloudComputingServer.css new file mode 100644 index 0000000..3b70ac7 --- /dev/null +++ b/驭鑫/new yxsilicon/css/cloudComputingServer.css @@ -0,0 +1,272 @@ +.chipAgent-section{ + width: 100%; + height: 70vh; + background: #fbfbfb; +} + +.chipAgent-section-bg{ + width: 98%; + height: 100%; + background-image: url(../imgs/cloud/topbg.png); + background-size: 100% 100%; + background-repeat: no-repeat; + margin: 0 auto; + background-position: top center; +} + + +.chipAgent-section-content{ + width: 80%; + height: 80%; + padding-top: 5vw; + padding-left: 10vw; +} + +.chipAgent-section-content h3{ + font-size: 4vw; + font-weight: 300; + color: #fff; + letter-spacing: 0.15vw; +} + +.chipAgent-section-content p{ + width: 58%; + font-size: 1.4vw; + font-weight: 400; + color: rgba(255, 255, 255, 0.9); + line-height: 3vw; + letter-spacing: 0.1vw; + margin-top: 2vw; + text-align: justify; +} + +/* --------------------云计算服务器设计生产制造销售 */ + +.cloudComputingServer-section{ + width: 100%; + height:150vh; + background: #fbfbfb; + margin-top: 20vh; +} + +.cloudComputingServer-section-bg{ + width: 98%; + height: 100%; + background-image: url(../imgs/cloud/cloundbg.png); + background-size: 100% 100%; + background-repeat: no-repeat; + margin: 0 auto; + background-position: top center; + position: relative; +} + +.cloudComputingServer-section-bg h3{ + font-size: 5vw; + font-weight: 300; + color: #1F589B; + letter-spacing: 0.15vw; + margin-top: 5vw; + position: absolute; + top:-10vw; + left: 10vw; +} + +.cloudComputingServer-section-list{ + width: 98%; + height: 100%; + margin: 0 auto; + padding-top: 10vw; + display: flex; + flex-wrap: wrap; + padding-left: 5vw; +} + +.cloudComputingServer-section-list li{ + width: 25vw; + height: 28vw; + background: #F0F1F6; + margin-left: 4vw; + border-radius: 20px 20px 40px 20px; + box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1); + padding: 1vw; +} + +.cloudComputingServer-section-list li img{ + width: 100%; + height: auto; + +} + +.cloudComputingServer-section-list li div{ + width: 100%; + margin-top: 2vh; +} + +.cloudComputingServer-section-list li div h4{ + font-size: 1.3vw; + font-weight: 400; + color: #009FD0; + text-align: center; +} + +.cloudComputingServer-section-list li div p{ + width: 80%; + font-size: 1vw; + font-weight: 400; + color: #000; + margin: 0 auto; + text-align: left; + /* padding: 0px 1.5vw; */ + margin-top: 2vh; + line-height: 2vw; +} + +/* ---------服务器定制化服务------------------------- */ + + +.chipAgent-section3{ + width: 100%; + height: 100vh; + z-index: 5; + position: relative; + background: #fbfbfb; + border-radius: 0px 0px 80px 80px; + padding-top: 5vw; +} + +.chipAgent-section3-bg { + width: 100%; + height: 100%; + background-image: url(../imgs/chip/bg.png); + background-size: cover; /* 改为 cover */ + background-repeat: no-repeat; + margin: 0 auto; + background-position: -8vw center; + overflow: hidden; + position: relative; /* 添加定位 */ + z-index: 10; +} + + +.chipAgent-section3-bg h2{ + width: 90%; + font-size: 4vw; + color: #1F599B; + margin-top: 1vh; + letter-spacing: 0.6vw; + font-weight: 300; + padding-left: 5vw; + z-index: 2; + padding-left: 6vw; + +} + +.chip-agent-underline { + position: absolute; + top: 4.7vw; + left: 1vw; + width: 90%; + height: 2vw; + margin: 0.5vw 0 0 0; + background: linear-gradient( + 90deg, + #f7fcfe 8%, + #e3f6fd 20%, + #e3f6fd 30%, + #f7fcfe 50% + ); + z-index: -1; +} +.chipAgent-section3-content{ + width: 100%; + height: 100%; + margin: 0 auto; + padding-top: 5vw; + display: flex; + justify-content: left; + + +} +.chipAgent-section3-content-left{ + width: 40%; + text-align: right; + padding-right: 5vw; +} + +.chipAgent-section3-content-left img{ + width: 68%; + height: auto; +} + +.chipAgent-section3-content-right{ + width: 50%; + padding-left: 5vw; + /* background: palegoldenrod; */ +} +.chipAgent-section3-content-right p{ + font-size: 1.5vw; + font-weight: 400; + letter-spacing: 0.1vw; + margin-top: 2vw; + line-height: 3vw; +} + + +.content-contactUs{ + width: 100%; + height: 18vh; + margin-top: 5vw; + display: flex; + align-items: center; + justify-content: right; + +} +.content-emailBox{ + width: 16vw; + height: 5vw !important; + height: auto; + padding: 1vw 2vw; + display: flex; + align-items: center; + justify-content: right; background: linear-gradient(90deg, #36c6f0 0%, #1a6dc5 100%); + border-radius: 54px; + transition: box-shadow 0.2s, background 0.3s,transform 0.2s; + justify-content: right; + +} +.content-emailBox span{ + font-size: 1.5vw; + font-weight: 400; + letter-spacing: 0.1vw; + margin-right: 1vw; + color: #fff; +} + +.content-email{ + width: 3vw; + height: 3vw; + background: #fff; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; +} +.content-email img{ + width: 50%; + height: 50%; +} + + +.content-emailBox:focus .content-email, +.content-emailBox:hover .content-email { + background: #e6f7ff; + box-shadow: 0 0 0 4px rgba(54,198,240,0.15); + transform: scale(1.12) rotate(-6deg); +} + +.content-emailBox:focus, +.content-emailBox:hover { + box-shadow: 0 8px 24px rgba(26, 109, 197, 0.22); + background: linear-gradient(100deg, #4fd7fa 0%, #2a7be0 100%); + transform: translateY(-2px) scale(1.03); +} \ No newline at end of file diff --git a/驭鑫/new yxsilicon/css/electronicProduct.css b/驭鑫/new yxsilicon/css/electronicProduct.css new file mode 100644 index 0000000..580f5b3 --- /dev/null +++ b/驭鑫/new yxsilicon/css/electronicProduct.css @@ -0,0 +1,242 @@ +.chipAgent-section{ + width: 100%; + height: 70vh; + background: #fbfbfb; +} + +.chipAgent-section-bg{ + width: 98%; + height: 100%; + background-image: url(../imgs/electronicproduct/topbg.png); + background-size: 100% 100%; + background-repeat: no-repeat; + margin: 0 auto; + background-position: top center; +} + + +.chipAgent-section-content{ + width: 80%; + height: 80%; + padding-top: 5vw; + padding-left: 11vw; +} + +.chipAgent-section-content h3{ + font-size: 4vw; + font-weight: 300; + color: #fff; + letter-spacing: 0.15vw; +} + +.chipAgent-section-content p{ + width: 68%; + font-size: 1.48vw; + font-weight: 400; + color: rgba(255, 255, 255, 0.9); + line-height: 3vw; + letter-spacing: 0.1vw; + margin-top: 2vw; + text-align: justify; + padding-left: 3.8vw; + +} + +/* ----------------------------------------- */ + + +.cloudComputingServer-section{ + width: 100%; + /* height:150vh; */ + background: #fbfbfb; + margin-top: 20vh; +} + +.cloudComputingServer-section-bg{ + width: 98%; + height: 100%; + background-image: url(../imgs/cloud/cloundbg.png); + background-size: 100% 100%; + background-repeat: no-repeat; + margin: 0 auto; + background-position: top center; + position: relative; +} + +.cloudComputingServer-section-bg h3{ + font-size: 5vw; + font-weight: 300; + color: #1F589B; + letter-spacing: 0.15vw; + margin-top: 5vw; + position: absolute; + top:-10vw; + left: 10vw; +} + +.cloudComputingServer-section-list{ + width: 98%; + height: 100%; + margin: 0 auto; + padding: 10vw 0; + display: flex; + flex-wrap: wrap; + padding-left: 5vw; + +} + +.cloudComputingServer-section-list li{ + width: 25vw; + height: 28vw; + background: #F0F1F6; + margin-left: 4vw; + border-radius: 20px 20px 40px 20px; + box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1); + padding: 1vw; + margin-top: 8vh; +} + +.cloudComputingServer-section-list li img{ + width: 100%; + height: auto; + +} + +.cloudComputingServer-section-list li div{ + width: 100%; + margin-top: 2vh; +} + +.cloudComputingServer-section-list li div h4{ + font-size: 1.3vw; + font-weight: 400; + color: #009FD0; + text-align: center; +} + +.cloudComputingServer-section-list li div p{ + width: 78%; + font-size: 1vw; + font-weight: 400; + color: #000; + margin: 0 auto; + text-align: left; + /* padding: 0px 1.5vw; */ + margin-top: 2vh; + line-height: 1.8vw; + +} + + +/* --------------------------- */ +.chipAgent-section3{ + width: 100%; + height: 120vh; + z-index: 5; + position: relative; + background: #fbfbfb; + border-radius: 0px 0px 80px 80px; + padding-top: 5vw; +} + +.chipAgent-section3-bg { + width: 100%; + height: 100%; + background-image: url(../imgs/chip/bg.png); + background-size: cover; /* 改为 cover */ + background-repeat: no-repeat; + margin: 0 auto; + background-position: -8vw center; + overflow: hidden; + position: relative; /* 添加定位 */ + z-index: 10; +} + + +.chipAgent-section3-bg h2{ + width: 90%; + font-size: 4vw; + color: #1F599B; + margin-top: 1vh; + letter-spacing: 0.6vw; + font-weight: 300; + padding-left: 5vw; + z-index: 2; + padding-left: 6vw; + +} + +.chip-agent-underline { + position: absolute; + top: 4.7vw; + left: 1vw; + width: 50%; + height: 2vw; + margin: 0.5vw 0 0 0; + background: linear-gradient( + 90deg, + #f7fcfe 8%, + #e3f6fd 20%, + #e3f6fd 30%, + #f7fcfe 50% + ); + z-index: -1; +} + +.chipAgent-section3-list{ + width: 80%; + margin: 0 auto; + padding-top: 5vw; + display: flex; +} + +.chipAgent-section3-list li{ + width: 25vw; + height: 26vw; + background: #F0F1F6; + border-radius: 20px 20px 40px 20px; + margin-left: 4vw; + box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1); + padding: 1vw; + margin-top: 8vh; +} + +.chipAgent-section3-list li img{ + width: 100%; + height: auto; +} + +.chipAgent-section3-list li div{ + width: 100%; + margin-top: 2vh; +} + +.chipAgent-section3-list li div h4{ + font-size: 1.3vw; + font-weight: 400; + color: #009FD0; + text-align: center; +} + +.chipAgent-section3-list li div p{ + width: 80%; + font-size: 1vw; + font-weight: 400; + color: #000; + text-align: left; + + line-height: 1.5vw; + margin: 0 auto; + margin-top:2vh; + color: rgba(0, 0, 0, 0.8); + +} + + + + + + + + + diff --git a/驭鑫/new yxsilicon/css/footer.css b/驭鑫/new yxsilicon/css/footer.css index 5bbb0ed..b94be97 100644 --- a/驭鑫/new yxsilicon/css/footer.css +++ b/驭鑫/new yxsilicon/css/footer.css @@ -60,6 +60,7 @@ display: flex; align-items: center; justify-content: space-around; + margin-left: 1vw; } .footer-links div{ width: 18vw; @@ -79,10 +80,10 @@ margin-bottom: 1vw; font-weight: 400; text-align: left; - width: 80%; + width: 90%; } .footer-links-list{ - width: 80%; + width: 90%; display: flex; flex-direction: column; /* justify-content: space-around; */ @@ -120,6 +121,7 @@ padding: 0 5vw; text-align: right; color: rgba(255, 255, 255, 0.7); + font-size: 0.8vw; } .footer-bottom .record{ diff --git a/驭鑫/new yxsilicon/css/header.css b/驭鑫/new yxsilicon/css/header.css index 785ef05..cf2b409 100644 --- a/驭鑫/new yxsilicon/css/header.css +++ b/驭鑫/new yxsilicon/css/header.css @@ -258,3 +258,24 @@ height: auto; } + +.menu-active .dropdown-item { + background: transparent; + border: 1px solid #00a0d1 + + +} + +.menu-active .dropdown-item img { + filter: brightness(0) saturate(100%) invert(41%) sepia(99%) saturate(749%) hue-rotate(162deg) brightness(97%) contrast(101%); + transition: all 0.3s ease; +} + +.dropdown-menu li a.menu-active { + background: #f2f8fa; + color: #007a9e; +} + + + + diff --git a/驭鑫/new yxsilicon/css/index.css b/驭鑫/new yxsilicon/css/index.css index b373e29..f9d6b70 100644 --- a/驭鑫/new yxsilicon/css/index.css +++ b/驭鑫/new yxsilicon/css/index.css @@ -246,7 +246,7 @@ body{ overflow-x: hidden; white-space: nowrap; flex: 1; - padding: 1vw 0; + padding: 1vw 3vw; /* 左右各加3vw,保证两侧有足够空间 */ scrollbar-width: none; -ms-overflow-style: none; } @@ -267,6 +267,7 @@ body{ max-width: 180px; /* background: palegoldenrod; */ margin-right: 2vw; + box-sizing: border-box; /* 确保尺寸计算包含内边距和边框 */ } .brand-item:first-child { margin-left: 2vw; diff --git a/驭鑫/new yxsilicon/css/serviceCases.css b/驭鑫/new yxsilicon/css/serviceCases.css new file mode 100644 index 0000000..6ee122b --- /dev/null +++ b/驭鑫/new yxsilicon/css/serviceCases.css @@ -0,0 +1,221 @@ +.chipAgent-section{ + width: 100%; + height: 70vh; + background: #fbfbfb; +} + +.chipAgent-section-bg{ + width: 98%; + height: 100%; + background-image: url(../imgs/case/casebg.png); + background-size: 100% 100%; + background-repeat: no-repeat; + margin: 0 auto; + background-position: top center; +} + +.chipAgent-section-content{ + width: 43%; + height: 80%; + padding-top: 6vw; + padding-left: 10vw; +} + +.chipAgent-section-content h3{ + font-size: 4vw; + font-weight: 300; + color: #fff; + letter-spacing: 0.15vw; +} + +.chipAgent-section-content p{ + font-size: 1.58vw; + font-weight: 400; + color: rgba(255, 255, 255, 0.9); + line-height: 3vw; + letter-spacing: 0.1vw; + margin-top: 2vw; + text-align: justify; +} + +/* -------------------服务案例 */ + +.case-section { + position: relative; + width: 100%; + min-height: 150vh; + background: #fff; + overflow: hidden; + z-index: 5; + border-radius: 0 0 80px 80px; + } + .case-section-bg { + width: 100%; + height: 100%; + position: absolute; + left: 0; top: 0; right: 0; bottom: 0; + background: url('../imgs/case/bg.png') no-repeat center center; + background-size: cover; + + } + .case-container { + position: relative; + z-index: 1; + display: flex; + justify-content: left; + align-items: flex-start; + padding: 5vw; + width: 80%; + margin: 0 auto; + /* background: palegoldenrod; */ + height: 150vh; + padding-left: 8vw; + + + + } + .case-list { + display: flex; + flex-direction: column; + align-items: center; + gap: 80px; + margin-right: 5vw; + width: 20%; + height: 100%; + } + .case-btn { + width: 18vw; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 32px 0 24px; + height: 5vw; + border: 2px solid #00A0D2; + border-radius: 77px; + background: #fff; + font-size: 1vw; + font-weight: 500; + cursor: pointer; + transition: background 0.2s, color 0.2s; + outline: none; + position: relative; + } + .case-btn-arrow{ + width: 3vw; + height: 3vw; + background: #00A0D2; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + transition: background 0.3s; + } + + + .case-btn-arrow img{ + width: 50%; + height: auto; + transition: all 0.3s; + } + + .case-btn:hover{ + background: #00A0D2; + color: #fff; + } + + + .case-btn:hover .case-btn-arrow { + background: #fff; + } + + .case-btn:hover .case-btn-arrow img{ + filter: brightness(0) saturate(100%) invert(41%) sepia(99%) saturate(749%) hue-rotate(162deg) brightness(97%) contrast(101%); + } + + .case-btn.active { + background: #00A0D2; + color: #fff; + } + + .case-btn.active .case-btn-arrow { + background: #fff; + } + + .case-btn.active .case-btn-arrow img { + filter: brightness(0) saturate(100%) invert(41%) sepia(99%) saturate(749%) hue-rotate(162deg) brightness(97%) contrast(101%); + } + + + + + .case-detail { + background: #F0F1F6; + border-radius: 20px; + box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.08); + padding: 40px 36px 36px 36px; + width: 40vw; + height: 120vh; + display: flex; + flex-direction: column; + align-items: center; + margin-left: 10vw; + + } + .case-detail-img{ + width: 85%; + height: 40%; + background: #fff; + display: flex; + align-items: center; + justify-content: center; + border-radius: 20px 20px 0 0; + } + .case-detail-img img { + width: 70%; + height: auto; + + } + .case-detail-title { + font-size: 1.5vw; + font-weight: 600; + margin-bottom: 18px; + text-align: center; + margin-top: 3vh; + font-weight: 400; + } + .case-detail-section { + margin-bottom: 12px; + width: 85%; + } + .case-detail-section p { + color: #00A0D2; + font-weight: 600; + margin-right: 8px; + font-size: 1.2vw; + font-weight: 400; + } + .case-detail-section span { + display: inline-block; + font-size: 0.9vw; + color: rgba(0, 0, 0, 0.8); + font-weight: 400; + margin-top: 2vh; + line-height: 1.5vw; + } + .case-detail-section ul { + margin: 0 0 0 18px; + padding: 0; + list-style: disc; + margin-left: 2vw; + } + .case-detail-section ul li { + font-size: 0.9vw; + color: rgba(0, 0, 0, 0.8); + font-weight: 400; + line-height: 1.5vw; + list-style: disc; + margin-top: 1vh; + + } + + diff --git a/驭鑫/new yxsilicon/css/technicalSupport.css b/驭鑫/new yxsilicon/css/technicalSupport.css new file mode 100644 index 0000000..2502926 --- /dev/null +++ b/驭鑫/new yxsilicon/css/technicalSupport.css @@ -0,0 +1,163 @@ +.chipAgent-section{ + width: 100%; + height: 70vh; + background: #fbfbfb; +} + +.chipAgent-section-bg{ + width: 98%; + height: 100%; + background-image: url(../imgs/case/casebg.png); + background-size: 100% 100%; + background-repeat: no-repeat; + margin: 0 auto; + background-position: top center; +} + +.chipAgent-section-content{ + width: 43%; + height: 80%; + padding-top: 6vw; + padding-left: 10vw; +} + +.chipAgent-section-content h3{ + font-size: 4vw; + font-weight: 300; + color: #fff; + letter-spacing: 0.15vw; +} + +.chipAgent-section-content p{ + font-size: 1.58vw; + font-weight: 400; + color: rgba(255, 255, 255, 0.9); + line-height: 3vw; + letter-spacing: 0.1vw; + margin-top: 2vw; + text-align: justify; +} + +/* ----------------技术支持 */ + +.case-section { + position: relative; + width: 100%; + min-height: 110vh; + background: #fff; + overflow: hidden; + z-index: 5; + border-radius: 0 0 80px 80px; + } + .case-section-bg { + width: 100%; + height: 100%; + position: absolute; + left: 0; top: 0; right: 0; bottom: 0; + background: url('../imgs/case/bg.png') no-repeat center center; + background-size: cover; + + } + + .case-list{ + margin: 0 auto; + width: 85%; + height: 100%; + display: flex; + justify-content: space-around; + padding-top: 8vw; + + } + + .case-item{ + width: 24vw; + height: 30vw; + background: #F0F1F6; + border-radius: 20px 20px 40px 20px; + display: flex; + flex-direction: column; + align-items: center; + box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.3); + padding: 1vw; + } + + .case-item-img{ + width: 100%; + height: 50%; + /* background: palegoldenrod; */ + display: flex; + align-items: center; + justify-content: center; + } + + .case-item-img img{ + width: 8vw; + height: auto; + } + + .case-item-title{ + width: 100%; + height: 45%; + } + + .case-item-title h4{ + font-size: 1.5vw; + font-weight: 400; + color: #00A0D2; + text-align: center; + } + + .case-item-title p{ + margin: 0 auto; + width: 80%; + font-size: 1vw; + font-weight: 400; + color: #333; + text-align: left; + margin-top: 2vh; + + } + + .arrow-box{ + width: 100%; + /* height: 10vh; */ + /* background: palegoldenrod; */ + display: flex; + align-items: center; + justify-content: flex-end; + padding-right: 1.5vw; + margin-bottom: 2vh; + } + + .arrow2{ + width: 3vw; + height: 3vw; + background: #00A0D2; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + transition: all 0.3s ease; + + } + + + .arrow2 img{ + width: 1vw; + height: auto; + } + + + .arrow2:hover{ + background: #fff; + border: 1px solid #00A0D2; + } + + .arrow2:hover img{ + filter: brightness(0) saturate(100%) invert(41%) sepia(99%) saturate(749%) hue-rotate(162deg) brightness(97%) contrast(101%); + transition: all 0.3s ease; + + } + + diff --git a/驭鑫/new yxsilicon/html/aboutYuxin.html b/驭鑫/new yxsilicon/html/aboutYuxin.html index 0ef9eb7..74d3b0e 100644 --- a/驭鑫/new yxsilicon/html/aboutYuxin.html +++ b/驭鑫/new yxsilicon/html/aboutYuxin.html @@ -11,6 +11,7 @@ + + + + + +
+ +我们代理多家国际知名芯片厂商的高性能芯片,涵盖通信、嵌入式、A1、汽车电子等多个领域,提供全系列的芯片选型与供应服务,确保为客户提供最佳的解决方案。
+意法 ST
+德州仪器 TI
+恩智浦
+ON 安森美
+ADI 亚德诺
+OMRON 欧姆龙
+ALLIANCE 联盟
+HRS 广濑
+HTC 泰进
+KDS 大真空
+LEC 长弘
+Nordic
+ShinDengen 新电元
+SMC
+SNA 世纳
+台半
+UTC 友顺
+大唐微电子 DTT
+富芯森美
+高云
+广和通 Fibocom
+HDSC 华大
+捷捷微电
+Dragonchip 龙芯
+Panjit强茂
+Tenx 十速
+顺络电子 SunLord
+芯奥微 NeoMEMS
+芯洲 SCT
+英联
+Nuvoton 新唐
+我们为客户提供专业的芯片选型服务,根据客户需求推荐最合适的芯片,并提供应用支持,帮助客户快速实现产品研发。
+