1
QYF-GitLab1
2025-01-02 1530f605190069e45b5e31a7ec2bf7a6dc691f39
packageCourse/components/studentManage/index.wxss
@@ -1,4 +1,14 @@
/* packageCourse/pages/course/index.wxss */
.custom-css {
  --td-button-default-disabled-bg: #ccc;
  --td-button-default-bg-color: #67c23a;
  --td-button-default-border-color: #67c23a;
}
.custom-tabs {
  --td-tab-item-active-color: #ff6d00;
  --td-tab-track-color: #ff6d00;
}
.demo-section__content {
  margin-top: 32rpx;
@@ -7,8 +17,8 @@
.contentBox {
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  background-color: #eee;
  height: 100%;
  background-color: #fff;
  font-size: 28rpx;
}
@@ -48,6 +58,14 @@
  background-color: #fff;
}
.tabComtyent {
  width: 100%;
}
.tabComtyent .t-tabs__item--active {
  color: #ff6d00 !important;
}
.header .t-search__input-box {
  height: 70rpx !important;
  font-size: 28rpx;
@@ -55,7 +73,7 @@
.contentList {
  width: 100%;
  height: calc(100% - 55px);
  height: calc(100% - 55px - 45px - 48px);
  background-color: #fff;
}
@@ -86,6 +104,7 @@
  width: 85vw;
  height: 180px;
  border-radius: 10rpx;
  position: relative;
}
.block-select-title {
@@ -99,7 +118,7 @@
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 70rpx 20rpx;
  padding: 50rpx 20rpx;
  box-sizing: border-box;
}
@@ -111,7 +130,24 @@
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20rpx;
  min-height: 120rpx;
  padding: 0rpx 20rpx;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
}
.navBottom {
  width: 100%;
  height: 45px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1rpx solid #eee;
  padding: 5px 10px;
  box-sizing: border-box;
}