소스 검색

样式优化

tanxue 2 달 전
부모
커밋
ef08f43c34
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      common/styles/global/pages.scss

+ 6 - 0
common/styles/global/pages.scss

@@ -989,8 +989,14 @@
 
 /*** 课程绑定 ***/
 .kc-bind-page{
+	/*  #ifdef  APP-PLUS  */
 	.kc-bind-scroll-view{height: calc(100vh - 256rpx - var(--status-bar-height));overflow-y: auto;}
 	.kc-notbind-scroll-view{height: calc(100vh - 156rpx - var(--status-bar-height));overflow-y: auto;}
+	/*  #endif  */
+	/*  #ifdef  H5  */
+	.kc-bind-scroll-view{height: calc(100vh - 246rpx - var(--status-bar-height));overflow-y: auto;}
+	.kc-notbind-scroll-view{height: calc(100vh - 146rpx - var(--status-bar-height));overflow-y: auto;}
+	/*  #endif  */
 	.admin-list-box{
 		.kecheng-list-card{
 			.item-card-row {display: flex;flex-direction: column;justify-content: space-between;box-sizing: border-box;padding: 12rpx 0;}