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