Просмотр исходного кода

Merge remote-tracking branch 'origin/大连交通技师学院' into 大连交通技师学院

wangxy 1 месяц назад
Родитель
Сommit
3db593af4b

+ 1 - 1
common/styles/global/components.scss

@@ -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);

+ 1 - 1
common/styles/global/pages.scss

@@ -1,5 +1,5 @@
 /***** 这里存放通用页面样式 *****/
-// iframe{z-index: 3;}
+.custom-iframe-class{z-index: 3;}
 // 首页
 .dljt-index-page{
 	width: 100%;height: auto;position: relative;padding:120rpx 0 0;

+ 1 - 1
components/MtaFooter.vue

@@ -3,7 +3,7 @@
 		<view class="footer-logo-box"></view>
 		<view class="footer-text-box">
 			<view>版权所有:大连市交通口岸职业技术学校</view>
-			<view>辽ICP备01001257号</view>
+			<view>辽ICP备2025061698号-1</view>
 		</view>
 	</view>
 </template>