Commit 92584e6e authored by spc's avatar spc

Merge branch 'showroom-order' into dev

parents 707f91cc 291fbc7a
......@@ -5,7 +5,7 @@
}
@font-face {
font-family: 'fz-bold';
src: url('https://factory-walk-uat.feihe.com/images/fz-bold.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz-bold.ttf') format('truetype');
}
.blur-bg {
......
......@@ -77,6 +77,7 @@
const handleScrollChange = (e) => {
console.log(e)
console.log(123);
current.value = e.detail.current
}
......
......@@ -45,6 +45,7 @@
width: 100%;
padding: 0 52rpx;
box-sizing: border-box;
font-family: 'fz';
}
.card {
min-height: 40vh;
......@@ -123,6 +124,10 @@
}
}
}
.date{
font-family: 'fz';
}
.detail {
padding-top: 70rpx;
......
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