QYF-GitLab1
2024-12-31 dd9ca4df1e2a72707de5ae4e57e081d89db01a36
packageCourse/components/studentManage/index.wxss
@@ -7,8 +7,8 @@
.contentBox {
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  background-color: #eee;
  height: 100%;
  background-color: #fff;
  font-size: 28rpx;
}
@@ -55,7 +55,7 @@
.contentList {
  width: 100%;
  height: calc(100% - 55px);
  height: calc(100% - 55px - 45px);
  background-color: #fff;
}
@@ -86,6 +86,7 @@
  width: 85vw;
  height: 180px;
  border-radius: 10rpx;
  position: relative;
}
.block-select-title {
@@ -99,7 +100,7 @@
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 70rpx 20rpx;
  padding: 50rpx 20rpx;
  box-sizing: border-box;
}
@@ -111,7 +112,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;
}