This commit is contained in:
那些花儿
2025-09-03 17:49:59 +08:00
parent 3110ffd35e
commit 78f25f59b1
15 changed files with 604 additions and 17599 deletions
@@ -124,7 +124,7 @@ const home = {
position: relative;
}
.act-item {
.act-list .act-item {
width: 100%;
padding: 6px;
background-color: #fff;
@@ -132,28 +132,28 @@ const home = {
position: relative;
}
.act-item-cover {
.act-list .act-item-cover {
margin: 0 14px 0 0;
width: 120px;
height: 84px;
flex-shrink: 0;
}
.act-item-cover .van-image{
.act-list .act-item-cover .van-image{
/*width: 120px;*/
/*height: 84px;*/
width: 100%;
height: 100%;
}
.act-item-wrapper{
.act-list .act-item-wrapper{
display: flex;
flex-wrap: wrap;
align-content: space-between;
width: 100%;
}
.act-item-wrapper-tag{
.act-list ::v-deep .act-item-wrapper-tag{
position: absolute;
left: 10px;
top: 10px;
@@ -2,8 +2,6 @@
layout("/layouts/platform_h5.html"){
#-->
<style></style>
<div id="app" v-cloak>
<div>
<div>
@@ -54,7 +52,10 @@ layout("/layouts/platform_h5.html"){
} else {
this.homeTabbarActive = this.$store.state.activeTarBar
}
}
},
style: /*language=CSS*/ `
`
})
</script>
<!--#