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