Commit 61ce1ce3 authored by 孙高杰's avatar 孙高杰

文章落地页迁移

parent c748ee34
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"success":true
}
\ No newline at end of file
......@@ -9,8 +9,28 @@
<meta name='referrer' content='never'>
<title></title>
<script>
!function(e,t){function n(){t.body?t.body.style.fontSize=12*o+"px":t.addEventListener("DOMContentLoaded",n)}function d(){var e=i.clientWidth/10;i.style.fontSize=e+"px"}var i=t.documentElement,o=e.devicePixelRatio||1;if(n(),d(),e.addEventListener("resize",d),e.addEventListener("pageshow",function(e){e.persisted&&d()}),o>=2){var a=t.createElement("body"),s=t.createElement("div");s.style.border=".5px solid transparent",a.appendChild(s),i.appendChild(a),1===s.offsetHeight&&i.classList.add("hairlines"),i.removeChild(a)}}(window,document);
</script>
! function (e, i) {
var t = e.documentElement,
n = navigator.userAgent.match(/iphone|ipod|ipad/gi),
a = n ? Math.min(i.devicePixelRatio, 3) : 1,
m = "orientationchange" in window ? "orientationchange" : "resize";
t.dataset.dpr = a;
for (var d, l, c = !1, o = e.getElementsByTagName("meta"), r = 0; r < o.length; r++) l = o[r], "viewport" == l.name &&
(c = !0, d = l);
if (c) d.content = "width=device-width,initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0,user-scalable=no";
else {
var o = e.createElement("meta");
o.name = "viewport", o.content =
"width=device-width,initial-scale=1.0,maximum-scale=1.0, minimum-scale=1.0,user-scalable=no", t.firstElementChild
.appendChild(o)
}
var s = function () {
var e = t.clientWidth;
e / a > 750 && (e = 750 * a), window.remScale = e / 750, t.style.fontSize = 200 * (e / 750) + "px"
};
s(), e.addEventListener && i.addEventListener(m, s, !1)
}(document, window);
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js"></script>
<script type="text/javascript">
if (localStorage && localStorage.iswebp) {
......
......@@ -55,6 +55,7 @@
img{
width: 100%;
height: 100%;
display: inherit;
}
}
&-seller-detail{
......@@ -216,6 +217,7 @@
img{
width: 100%;
height: 100%;
display: inherit;
}
}
ul{
......@@ -361,6 +363,7 @@ img{
overflow: hidden;
img{
width: 100%;
display: inherit;
height: 100%;
}
}
......@@ -409,6 +412,7 @@ img{
img{
width: 100%;
height: 100%;
display: inherit;
}
}
.qrcode__wrap{
......@@ -421,6 +425,7 @@ img{
img{
width: 100%;
height: 100%;
display: inherit;
}
}
.des{
......@@ -574,6 +579,7 @@ img{
font-size: 0;
img{
width: 100%;
display: inherit;
height: 100%;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment