|
@@ -2694,15 +2694,13 @@
|
|
|
height: 44px;
|
|
|
width: 80px;
|
|
|
transition: .2s all linear;
|
|
|
- transform-style: preserve-3d;
|
|
|
}
|
|
|
|
|
|
#toggleCategory.rotate {
|
|
|
- transform: rotateX(180deg);
|
|
|
|
|
|
// 在安卓下,不用隐藏也是正常的,IOS下不隐藏会遮住第二个按钮
|
|
|
- .mui-btn:nth-child(1) {
|
|
|
- opacity: 0;
|
|
|
+ .mui-btn:nth-child(2) {
|
|
|
+ display: block;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2715,11 +2713,13 @@
|
|
|
color: #fff;
|
|
|
margin-top: 7px;
|
|
|
position: absolute;
|
|
|
- transform-style: preserve-3d;
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
+ .mui-btn:nth-child(1) {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
.mui-btn:nth-child(2) {
|
|
|
- transform: rotateX(180deg);
|
|
|
background: $default-color-red !important;
|
|
|
}
|
|
|
}
|