fix(demo): 修复各个组件 demo 字体问题
This commit is contained in:
parent
82f14162ec
commit
3b370c9277
|
@ -102,7 +102,7 @@ export default {
|
|||
.md-example-popup
|
||||
position relative
|
||||
font-size 28px
|
||||
font-family DIDIFD-Medium
|
||||
font-family 'Helvetica Neue'
|
||||
font-weight 500
|
||||
box-sizing border-box
|
||||
text-align center
|
||||
|
|
|
@ -71,7 +71,7 @@ export default {
|
|||
.md-example-popup
|
||||
position relative
|
||||
font-size 28px
|
||||
font-family DIDIFD-Medium
|
||||
font-family 'Helvetica Neue'
|
||||
font-weight 500
|
||||
box-sizing border-box
|
||||
text-align center
|
||||
|
|
|
@ -40,7 +40,7 @@ export default {
|
|||
justify-content center
|
||||
.md-progress
|
||||
margin 0 10px
|
||||
.progress-valuDIDIFD-Medium
|
||||
.progress-value
|
||||
font-size 24px
|
||||
font-family DIDIFD-Medium
|
||||
font-family 'Helvetica Neue'
|
||||
</style>
|
||||
|
|
|
@ -56,7 +56,7 @@ export default {
|
|||
justify-content center
|
||||
.md-progress
|
||||
margin 0 10px
|
||||
.progress-valuDIDIFD-Medium
|
||||
.progress-value
|
||||
font-size 24px
|
||||
font-family DIDIFD-Medium
|
||||
font-family 'Helvetica Neue'
|
||||
</style>
|
||||
|
|
|
@ -40,7 +40,7 @@ export default {
|
|||
justify-content center
|
||||
.md-progress
|
||||
margin 0 10px
|
||||
.progress-valuDIDIFD-Medium
|
||||
.progress-value
|
||||
font-size 24px
|
||||
font-family DIDIFD-Medium
|
||||
font-family 'Helvetica Neue'
|
||||
</style>
|
||||
|
|
|
@ -52,7 +52,7 @@ export default {
|
|||
justify-content center
|
||||
.md-progress
|
||||
margin 0 10px
|
||||
.progress-valuDIDIFD-Medium
|
||||
.progress-value
|
||||
font-size 24px
|
||||
font-family DIDIFD-Medium
|
||||
font-family 'Helvetica Neue'
|
||||
</style>
|
||||
|
|
|
@ -63,6 +63,6 @@ export default {
|
|||
padding 30px 0
|
||||
text-align center
|
||||
font-size 28px
|
||||
font-family DIDIFD-Medium
|
||||
font-family 'Helvetica Neue'
|
||||
border-bottom .5px solid #efefef
|
||||
</style>
|
||||
|
|
|
@ -50,8 +50,8 @@ export default {
|
|||
width 1000px
|
||||
.scroll-view-item
|
||||
flex 1
|
||||
text-align cDIDIFD-Medium
|
||||
text-align center
|
||||
font-size 28px
|
||||
font-family DINAlternate-Bold
|
||||
font-family 'Helvetica Neue'
|
||||
border-right .5px solid #efefef
|
||||
</style>
|
||||
|
|
|
@ -65,8 +65,8 @@ export default {
|
|||
background #FFF
|
||||
.scroll-view-item
|
||||
padding 30px 0
|
||||
text-align cDIDIFD-Medium
|
||||
text-align center
|
||||
font-size 28px
|
||||
font-family DINAlternate-Bold
|
||||
font-family 'Helvetica Neue'
|
||||
border-bottom .5px solid #efefef
|
||||
</style>
|
||||
|
|
|
@ -65,8 +65,8 @@ export default {
|
|||
background #FFF
|
||||
.scroll-view-item
|
||||
padding 30px 0
|
||||
text-align cDIDIFD-Medium
|
||||
text-align center
|
||||
font-size 32px
|
||||
font-family DINAlternate-Bold
|
||||
font-family 'Helvetica Neue'
|
||||
border-bottom .5px solid #efefef
|
||||
</style>
|
||||
|
|
|
@ -91,9 +91,9 @@ export default {
|
|||
z-index 2
|
||||
.scroll-view-category-title, .scroll-view-striky-title
|
||||
padding 10px 0
|
||||
text-align cDIDIFD-Medium
|
||||
text-align center
|
||||
font-size 32px
|
||||
font-family DINAlternate-Bold
|
||||
font-family 'Helvetica Neue'
|
||||
background-color #f0f0f0
|
||||
.scroll-view-item
|
||||
padding 30px 0
|
||||
|
|
|
@ -102,8 +102,8 @@ export default {
|
|||
box-shadow 0 2px 8px #f0f0f0
|
||||
.scroll-view-item
|
||||
padding 30px 0
|
||||
text-align cDIDIFD-Medium
|
||||
text-align center
|
||||
font-size 32px
|
||||
font-family DINAlternate-Bold
|
||||
font-family 'Helvetica Neue'
|
||||
border-bottom .5px solid #efefef
|
||||
</style>
|
||||
|
|
|
@ -154,9 +154,9 @@ export default {
|
|||
.md-button
|
||||
margin-bottom 20px
|
||||
.md-example-popup
|
||||
position relDIDIFD-Medium
|
||||
position relative
|
||||
font-size 28px
|
||||
font-family DINAlternate-Bold
|
||||
font-family 'Helvetica Neue'
|
||||
font-weight 500
|
||||
box-sizing border-box
|
||||
text-align center
|
||||
|
|
Loading…
Reference in New Issue