no message

This commit is contained in:
2023-03-22 17:08:41 +08:00
parent e4b1a70a29
commit e70ca29794
3 changed files with 10 additions and 32 deletions

View File

@@ -51,3 +51,13 @@
.scan_icon::after {
content: '\e607';
}
.icon-check {
width: 44rpx;
height: 44rpx;
background-color: #fff;
border-radius: 50%;
margin: 0 auto;
}
.icon-checked {
background-color: #D7592F;
}

View File

@@ -104,19 +104,3 @@
}
}
</script>
<style lang="stylus" scoped>
@import '../../common/style/mixin.styl';
.content1
flex-direction column
justify-content flex-start
padding 30rpx
box-sizing border-box
.icon-check
_wh(44rpx, 44rpx)
background-color #ffffff
border-radius 50%
margin 0 auto
.icon-checked
background-color $red
</style>

View File

@@ -106,19 +106,3 @@
}
}
</script>
<style lang="stylus" scoped>
@import '../../common/style/mixin.styl';
.content1
flex-direction column
justify-content flex-start
padding 30rpx
box-sizing border-box
.icon-check
_wh(44rpx, 44rpx)
background-color #ffffff
border-radius 50%
margin 0 auto
.icon-checked
background-color $red
</style>