Files
orico-official-website/public/static/index/pc/css/topic_laptop/m2.css
liqian ae51682afe
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
修复bug
2025-12-16 09:34:44 +08:00

30 lines
584 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.m2 {
width: 100%;
}
.m2-bg {
position: relative;
width: 100%;
aspect-ratio: 2560/1800; /* 2560/1440=16/9核心比例约束 */
/* background: url('../img/m2.png');
background-repeat: no-repeat;
background-size: 100% auto; 宽度铺满,高度自动 */
min-width: 1280px;
}
.m2-bg-t {
font-size: 0.5rem;
color: #cbcfd8;
width: 100%;
text-align: center;
margin-top: 1.78rem;
}
.m2-img-box {
position: absolute;
bottom: 2.19rem;
width: 100%;
display: flex;
justify-content: center;
gap: 0.2rem;
}
.m2-img-box img {
width: 3.5rem;
}