This commit is contained in:
2025-12-19 09:50:55 +08:00
parent f051664364
commit a8eb235513
9 changed files with 167 additions and 57 deletions

View File

@@ -216,7 +216,13 @@
}
}
</script>
<style lang="stylus">
.checked
background #ff0
</style>
<style lang="stylus" scoped>
@import '../../common/style/mixin.styl';
.checked
background #ff0
.button-primary, .button-default
_fj(center)
font-size 26rpx
height 88rpx
line-height 30rpx
</style>