You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.2 KiB
76 lines
1.2 KiB
.mui-bar~.mui-content .mui-fullscreen { |
|
top: 44px; |
|
height: auto; |
|
position: fixed; |
|
} |
|
|
|
.mui-pull-top-tips { |
|
position: absolute; |
|
top: 10px; |
|
left: 50%; |
|
margin-left: -25px; |
|
width: 40px; |
|
height: 40px; |
|
border-radius: 100%; |
|
z-index: 1; |
|
} |
|
|
|
.mui-bar~.mui-pull-top-tips { |
|
top: 24px; |
|
} |
|
|
|
.mui-pull-top-wrapper { |
|
width: 42px; |
|
height: 42px; |
|
display: block; |
|
text-align: center; |
|
background-color: #efeff4; |
|
border: 1px solid #ddd; |
|
border-radius: 25px; |
|
background-clip: padding-box; |
|
box-shadow: 0 4px 10px #bbb; |
|
overflow: hidden; |
|
overflow-x: hidden; |
|
} |
|
|
|
.mui-pull-top-tips.mui-transitioning { |
|
-webkit-transition-duration: 200ms; |
|
transition-duration: 200ms; |
|
} |
|
|
|
.mui-pull-top-tips .mui-pull-loading { |
|
margin: 0; |
|
} |
|
|
|
.mui-pull-top-wrapper .mui-icon, |
|
.mui-pull-top-wrapper .mui-spinner { |
|
margin-top: 7px; |
|
} |
|
|
|
.mui-pull-bottom-tips { |
|
text-align: center; |
|
height: .38rem; |
|
font-size: 15px; |
|
color: #999999; |
|
line-height: .38rem; |
|
margin-top: .2rem; |
|
background: none; |
|
} |
|
|
|
.mui-pull-top-canvas { |
|
overflow: hidden; |
|
background-color: #fafafa; |
|
border-radius: 40px; |
|
box-shadow: 0 4px 10px #bbb; |
|
width: 40px; |
|
height: 40px; |
|
margin: 0 auto; |
|
} |
|
|
|
.mui-pull-top-canvas canvas { |
|
width: 40px; |
|
} |
|
|
|
.mui-slider-indicator .mui-segmented-control { |
|
background-color: #F1F1F1; |
|
}
|
|
|