|
@@ -89,7 +89,7 @@ view{box-sizing: border-box;}
|
|
|
}
|
|
|
.head-collapse-box{
|
|
|
width: 100%;height: calc(100vh - 100rpx)!important;background-color: #0041b7!important;overflow-y: auto;
|
|
|
- position: absolute;top: 120rpx;left: 0;right: 0;bottom: 100rpx;z-index: 99;
|
|
|
+ position: fixed;top: 120rpx;left: 0;right: 0;bottom: 100rpx;z-index: 99;
|
|
|
.uni-collapse-item__title-box{background-color: #0041b7!important;font-size: 32rpx;color: #fff;}
|
|
|
.uni-collapse-item--animation{
|
|
|
transform: rotate(270deg);
|