Files
orico-official-website/app/index/view/mobile/topic_ssd/index.html
jsasg 9fcdea0061
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
移动端闪存
2026-05-06 13:37:29 +08:00

61 lines
2.3 KiB
HTML
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.

<link rel="stylesheet" href="__CSS__/topic_laptop/header.css">
<link rel="stylesheet" href="__CSS__/topic_ssd/index.css">
<link rel="stylesheet" href="__CSS__/topic_laptop/footer.css">
<!-- 将rem适配JS移到这里确保优先执行 -->
<script type="text/javascript">
(function (doc, win)
{
var docEl = doc.documentElement;
var resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize';
function setRootFontSize ()
{
var clientWidth = docEl.clientWidth;
if (!clientWidth) return;
var fontSize = clientWidth / 7.5;
// 直接修改内联样式,优先级最高
docEl.setAttribute('style', 'font-size: ' + fontSize + 'px !important;');
}
setRootFontSize();
win.addEventListener(resizeEvt, setRootFontSize);
doc.addEventListener('DOMContentLoaded', setRootFontSize);
})(document, window);
</script>
<body>
<div class="m-sc-main">
<a href="#" target="_blank">
<img src="./mimg/m-sc-img-1.png" alt="" class="m-sc-main-img">
</a>
<a href="#" target="_blank" class="m-sc-mt20">
<img src="./mimg/m-sc-img-2.png" alt="" class="m-sc-main-img">
</a>
<a href="#" target="_blank" class="m-sc-mt20">
<img src="./mimg/m-sc-img-3.png" alt="" class="m-sc-main-img">
</a>
<a href="#" target="_blank" class="m-sc-mt20">
<img src="./mimg/m-sc-img-4.png" alt="" class="m-sc-main-img">
</a>
<a href="#" target="_blank" class="m-sc-mt20">
<img src="./mimg/m-sc-img-5.png" alt="" class="m-sc-main-img">
</a>
<div class="m-sc-main-imgs m-sc-mt20">
<a href="#" target="_blank" class="">
<img src="./mimg/m-sc-imgs-1.png" alt="" class="m-sc-main-img1">
</a>
<a href="#" target="_blank" class="">
<img src="./mimg/m-sc-imgs-2.png" alt="" class="m-sc-main-img1">
</a>
<a href="#" target="_blank" class="">
<img src="./mimg/m-sc-imgs-3.png" alt="" class="m-sc-main-img1">
</a>
<a href="#" target="_blank" class="">
<img src="./mimg/m-sc-imgs-4.png" alt="" class="m-sc-main-img1">
</a>
</div>
</div>
</body>
</html>