优化图片加载
This commit is contained in:
@@ -59,7 +59,7 @@ const handleItemBtn = (id, event) => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style>
|
||||
.prizelist {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
@@ -139,15 +139,19 @@ const handleItemBtn = (id, event) => {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
wx-open-launch-weapp{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.btn-goto wx-open-launch-weapp {
|
||||
display: block;
|
||||
}
|
||||
wx-open-launch-weapp,
|
||||
.btn-goto.noaddress wx-open-launch-weapp {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn-goto wx-open-launch-weapp {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.btn-goto.noaddress {
|
||||
background-image: url("../assets/images/btn-address.webp");
|
||||
|
||||
Reference in New Issue
Block a user