样式修改
This commit is contained in:
@@ -197,18 +197,6 @@ export default {
|
|||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~@style/mixin'
|
@import '~@style/mixin'
|
||||||
.icons
|
|
||||||
height 24px
|
|
||||||
margin-bottom .12rem
|
|
||||||
.item_icon
|
|
||||||
_fj()
|
|
||||||
margin-right .1rem
|
|
||||||
.color_icon
|
|
||||||
_wh(15px,15px)
|
|
||||||
border-radius 50%
|
|
||||||
margin-right .1rem
|
|
||||||
.font_icon
|
|
||||||
_font(16px, 24px, #000)
|
|
||||||
.locate_block
|
.locate_block
|
||||||
width 100%
|
width 100%
|
||||||
background-color #fff
|
background-color #fff
|
||||||
|
|||||||
@@ -277,18 +277,6 @@ export default {
|
|||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~@style/mixin'
|
@import '~@style/mixin'
|
||||||
.icons
|
|
||||||
height .24rem
|
|
||||||
margin-bottom .12rem
|
|
||||||
.item_icon
|
|
||||||
_fj()
|
|
||||||
margin-right .1rem
|
|
||||||
.color_icon
|
|
||||||
_wh(.2rem,.2rem)
|
|
||||||
border-radius 50%
|
|
||||||
margin-right .1rem
|
|
||||||
.font_icon
|
|
||||||
_font(.28rem, .24rem, #000)
|
|
||||||
.locate_block
|
.locate_block
|
||||||
width 100%
|
width 100%
|
||||||
background-color #fff
|
background-color #fff
|
||||||
|
|||||||
@@ -246,18 +246,6 @@ export default {
|
|||||||
|
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~@style/mixin'
|
@import '~@style/mixin'
|
||||||
.icons
|
|
||||||
height 24px
|
|
||||||
margin-bottom .12rem
|
|
||||||
.item_icon
|
|
||||||
_fj()
|
|
||||||
margin-right .1rem
|
|
||||||
.color_icon
|
|
||||||
_wh(15px,15px)
|
|
||||||
border-radius 50%
|
|
||||||
margin-right .1rem
|
|
||||||
.font_icon
|
|
||||||
_font(16px, 24px, #000)
|
|
||||||
.locate_block
|
.locate_block
|
||||||
width 100%
|
width 100%
|
||||||
background-color #fff
|
background-color #fff
|
||||||
|
|||||||
@@ -471,3 +471,16 @@ header
|
|||||||
text-align center
|
text-align center
|
||||||
&:disabled
|
&:disabled
|
||||||
background-color $gray
|
background-color $gray
|
||||||
|
|
||||||
|
.icons
|
||||||
|
height .4rem
|
||||||
|
margin-bottom .12rem
|
||||||
|
.item_icon
|
||||||
|
_fj()
|
||||||
|
margin-right .1rem
|
||||||
|
.color_icon
|
||||||
|
_wh(.2rem,.2rem)
|
||||||
|
border-radius 50%
|
||||||
|
margin-right .1rem
|
||||||
|
.font_icon
|
||||||
|
_font(.28rem, .4rem, #000)
|
||||||
Reference in New Issue
Block a user