no message
This commit is contained in:
@@ -51,3 +51,13 @@
|
|||||||
.scan_icon::after {
|
.scan_icon::after {
|
||||||
content: '\e607';
|
content: '\e607';
|
||||||
}
|
}
|
||||||
|
.icon-check {
|
||||||
|
width: 44rpx;
|
||||||
|
height: 44rpx;
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 50%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.icon-checked {
|
||||||
|
background-color: #D7592F;
|
||||||
|
}
|
||||||
@@ -104,19 +104,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
|
||||||
|
|||||||
@@ -106,19 +106,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user