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.
40 lines
1.2 KiB
40 lines
1.2 KiB
4 years ago
|
.#{$namespace}plus-visible,.#{$namespace}wechat-visible{
|
||
|
display: none!important;
|
||
|
}
|
||
|
.#{$namespace}plus-hidden,.#{$namespace}wechat-hidden{
|
||
|
display: block!important;
|
||
|
}
|
||
|
.#{$namespace}tab-item.#{$namespace}plus-hidden,.#{$namespace}tab-item.#{$namespace}wechat-hidden{
|
||
|
display: table-cell!important;
|
||
|
}
|
||
|
.#{$namespace}plus .#{$namespace}plus-visible,.#{$namespace}wechat .#{$namespace}wechat-visible{
|
||
|
display: block!important;
|
||
|
}
|
||
|
.#{$namespace}plus .#{$namespace}tab-item.#{$namespace}plus-visible,.#{$namespace}wechat .#{$namespace}tab-item.#{$namespace}wechat-visible{
|
||
|
display: table-cell!important;
|
||
|
}
|
||
|
.#{$namespace}plus .#{$namespace}plus-hidden,.#{$namespace}wechat .#{$namespace}wechat-hidden{
|
||
|
display: none!important;
|
||
|
}
|
||
|
|
||
|
|
||
|
//ios 状态栏
|
||
|
.#{$namespace}plus.#{$namespace}statusbar.#{$namespace}statusbar-offset{
|
||
|
.#{$namespace}bar-nav {
|
||
|
padding-top: 20px;
|
||
|
height:64px;
|
||
|
&~.#{$namespace}content {
|
||
|
padding-top: 64px;
|
||
|
.#{$namespace}pull-top-pocket {
|
||
|
top: 64px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.#{$namespace}bar-header-secondary {
|
||
|
top: 64px;
|
||
|
&~.#{$namespace}content {
|
||
|
padding-top: 94px;
|
||
|
}
|
||
|
}
|
||
|
}
|