笔记本英文版
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s

This commit is contained in:
2025-12-30 15:28:33 +08:00
parent 55a75b56b1
commit fdc9064739
20 changed files with 222 additions and 74 deletions

View File

@@ -33,13 +33,13 @@
transform: scale(0.8);
}
.bly-t {
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
text-align: center;
width: 100%;
}
.bly-p {
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
text-align: center;
width: 100%;

View File

@@ -10,18 +10,19 @@
}
.cpu-texts-t {
color: #fff;
font-size: 0.36rem;
font-size: 0.48rem;
line-height: 1;
text-align: center;
padding-top: 0.19rem;
}
.cpu-texts-p {
color: #cbcfd8;
font-size: 0.18rem;
font-size: 0.20rem;
margin-top: 0.37rem;
line-height: 1;
text-align: center;
}
.cpu-footer {
position: absolute;
bottom: 0;

View File

@@ -23,12 +23,12 @@
line-height: 1;
}
.endurance-t span:nth-child(2) {
font-size: 0.36rem;
font-size: 0.48rem;
margin-left: 0.11rem;
line-height: 1;
}
.endurance-p {
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
text-align: center;
padding-top: 0.37rem;

View File

@@ -53,23 +53,33 @@
}
.oircoEgapp-foot .m_footer {
display: flex;
flex-direction: row;
/* flex-direction: row; */
align-items: center;
justify-content: center;
margin:0 4%;
padding-top: 0 !important;
}
.oircoEgapp-foot .m_footer .left,
/* .oircoEgapp-foot .m_footer .left,
.oircoEgapp-foot .foot-con {
display: flex;
flex-direction: row;
align-items: center;
}
} */
.oircoEgapp-foot .m_footer .right {
max-width: 55%;
flex:1;
width: 50% !important;
display: flex !important;
justify-content: end !important;
/* max-width: 55%; */
}
.oircoEgapp-foot .m_footer .left {
max-width: 40%;
flex:1 !important;
/* max-width: 40%;
justify-content: end;
margin-right: 4%;
margin-right: 4%; */
width: 50% !important;
display: flex;
justify-content: space-between;
}
.oircoEgapp-foot .foot-con span {
width: auto;
@@ -89,17 +99,18 @@
align-items: center;
}
.foot-cate {
padding: 0 0.16rem;
padding: 0.16rem;
}
.foot-cate h3 {
font-size: 0.28rem;
}
.foot-cate li {
padding: 0.7rem 0;
min-height: 1.8rem;
padding: 0.16rem 0;
min-height: 276px;
}
.foot-cate li p {
line-height: 0.8rem;
line-height: 40px;
}
.m_footer .right {
float: right;
@@ -107,7 +118,7 @@
text-align: left;
}
.foot-con span {
font-size:0.28rem;
font-size:14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -127,10 +138,13 @@
}
.m_footer .left img {
width: 0.55rem;
padding-right: 0.2rem;
width: 30px;
padding-right:0 !important;
padding-top: 0;
}
.oircoEgapp-foot .m_footer .right {
/* .oircoEgapp-foot .m_footer .right {
max-width: 50%;
} */
.m_footer .right {
padding: 0 !important;
}

View File

@@ -52,14 +52,14 @@
}
.dl-t {
color: #fff;
font-size: 0.36rem;
font-size: 0.48rem;
width: 100%;
text-align: center;
line-height: 1.5;
}
.dl-p {
color: #cbcfd8;
font-size: 0.18rem;
font-size: 0.20rem;
width: 100%;
text-align: center;
padding-top: 0.37rem;

View File

@@ -5,7 +5,7 @@
}
.gpu-texts {
color: #fff;
font-size: 0.36rem;
font-size: 0.48rem;
margin: 0 0.34rem;
}
.gpu-texts-t {
@@ -13,7 +13,7 @@
}
.gpu-texts-p {
font-size: 0.16rem;
font-size: 0.20rem;
color: #cbcfd8;
line-height: 1.5;
margin-top: 0.32rem;

View File

@@ -18,7 +18,9 @@
background: #fff;
}
.oircoEgapp-head .headtop .headerlogimg {
width: 2.25rem !important;
max-width: 140px;
min-width: 123px;
height: auto !important;
display: block;
/* height: 2.25rem; */
@@ -61,7 +63,7 @@
color: #666;
}
.cursor_p span {
font-size: 0.38rem;
font-size: 22px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -71,7 +73,7 @@
padding-left: 0.2rem;
}
.cursor_p span:hover {
font-size: 0.38rem;
font-size:22px;
white-space: normal;
width: 100%;
overflow: inherit;

View File

@@ -5,9 +5,30 @@
html {
width: 100% !important;
overflow-x: hidden;
margin: 0 !important;
padding: 0 !important;
max-width: 100vw !important;
}
body {
width: 100%;
background: #000;
overflow-x: hidden;
margin: 0 !important;
padding: 0 !important;
max-width: 100vw !important;
}
.f36{
font-size: 0.36rem !important;
}
.f18{
font-size: 0.18rem !important;
}
.f28 {
font-size: 0.28rem !important;
}
.f48 {
font-size: 0.48rem !important;
line-height: 1 !important;
margin-bottom: 0.6rem !important;
}

View File

@@ -2,7 +2,7 @@
position: relative;
}
.ips-t {
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
line-height: 1.5;
margin-top: 1.5rem;
@@ -15,7 +15,7 @@
position: relative;
}
.ips-bg p {
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
line-height: 1.5;
margin-left: 0.38rem;

View File

@@ -9,13 +9,21 @@
}
.m2-bg-t1 {
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
width: 100%;
text-align: center;
line-height: 1.5;
padding-top: 1.3rem;
}
.m2-bg-p {
color: #CBCFD8ff;
font-size: 0.18rem;
padding-top:0.37rem;
width: 100%;
text-align: center;
}
.m2-img-box {
position: absolute;
bottom: 0.66rem;

View File

@@ -2,7 +2,7 @@
width: 100%;
}
.memory-t {
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
width: 100%;
text-align: center;
@@ -16,7 +16,7 @@
}
.memory-p {
width: 100%;
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
text-align: center;
line-height: 1.5;
@@ -26,9 +26,14 @@
left: 50%;
transform: translateX(-50%);
bottom: -0.74rem;
width: 6.83rem;
}
.memory-footer-img p {
height:0;
}
.memory-footer-img img {
width: 6.83rem;
display: block;
aspect-ratio: 683/148;
}

View File

@@ -6,13 +6,13 @@
} */
.qb-t {
width: 100%;
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
text-align: center;
padding-top: 1.5rem;
}
.qb-p {
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
text-align: center;
padding-top: 0.37rem;

View File

@@ -1,5 +1,5 @@
.rgb-t {
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
width: 100%;
text-align: center;
@@ -11,7 +11,7 @@
aspect-ratio: 750/582;
}
.rgb-p {
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
line-height: 1.5;
text-align: center;

View File

@@ -45,7 +45,7 @@
width: 100%;
display: flex;
align-items: center;
letter-spacing: 1px;
/* letter-spacing: px; */
justify-content: center;
}
.swiper-container-texts-p div {

View File

@@ -88,7 +88,7 @@
display: block;
}
.tab-t {
font-size: 0.36rem;
font-size: 0.48rem;
color: #cbcfd8;
width: 100%;
text-align: center;

View File

@@ -12,12 +12,12 @@
}
.wifi-t {
width: 100%;
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
line-height: 1.5;
}
.wifi-p {
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
padding-top: 0.37rem;
line-height: 1.4;

View File

@@ -32,7 +32,7 @@
opacity: 1;
}
.xn-t {
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
text-align: center;
margin-top: 1.5rem;

View File

@@ -34,7 +34,7 @@
/* 标注样式:关键修正 - 基于容器绝对定位,百分比参考图片原始比例 */
.annotation {
position: absolute;
color: #48494d;
color: #fff;
font-size: calc(12px + 0.3vw);
opacity: 0;
transform: translateY(calc(10px + 0.5vw));
@@ -70,7 +70,7 @@
width: 0.01rem;
height: 0;
bottom: calc(100% + 6px);
background-color: #48494d;
background-color: #fff;
transition: height 0.8s ease;
transform-origin: bottom center;
}
@@ -92,20 +92,19 @@
/* 标注显示时,设置线条最终高度 */
.annotation.anno-show span::before {
height: 0.57rem;
/* 最终高度vw单位 */
}
.zoom-t {
width: 100%;
text-align: center;
font-size: 0.36rem;
font-size: 0.48rem;
color: #fff;
padding-top: 1.5rem;
}
.zoom-p {
width: 100%;
text-align: center;
font-size: 0.18rem;
font-size: 0.20rem;
color: #cbcfd8;
position: absolute;
top: 0.37rem;