闫增涛
2024-12-16 1fa2461678d7f93b88f5666c4898e5b6c72080f3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* packageCourse/pages/class/index.wxss */
.contentTabBox {
  width: 100%;
  height: calc(100vh - env(safe-area-inset-bottom));
  font-size: 28rpx;
  position: relative;
}
 
.showInfo {
  width: 100%;
  height: calc(100% - 60px);
  overflow: hidden;
}
 
.baseInfoBox,
.classBox,
.teachBox {
  width: 100%;
  height: 100%;
}
 
.contentTabBox .t-overlay {
  top: 55px !important
}
 
.contentTabBox .t-radio__icon--checked {
  color: #ff6d00 !important;
}
 
.tabbar-bottom {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1rpx solid #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}
 
.tab-pubItem {
  color: #999;
}
 
.activeTab {
  color: #ff6d00;
}
 
.tabbar-bottom .tabIcon {
  margin-bottom: 10rpx;
}
 
.tabbar-bottom .text {
  font-size: 24rpx;
}