1
QYF-GitLab1
2024-12-18 c9b04218ebd51d484ee4f662d24edc711ae7b7e6
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/* packageCourse/components/teaching/index.wxss */
.teachBox {
  width: 100%;
  height: 100%;
  font-size: 28rpx;
}
 
.teachBox .t-overlay {
  top: 85rpx !important
}
 
.header {
  width: 100%;
  padding: 0 20rpx;
  box-sizing: border-box;
}
 
.teachContent {
  width: 100%;
  padding: 20rpx;
  box-sizing: border-box;
}
 
.teachBox .count {
  width: 100%;
  padding: 20rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #eee;
}
 
.teachContent .questionInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.teachContent .questionName {
  margin-bottom: 10rpx;
}
 
.teachContent .list {
  width: 100%;
  margin-bottom: 20rpx;
  border-bottom: 1px solid #eee;
  padding: 20rpx 0;
  box-sizing: border-box;
}
 
.block-question-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 20rpx;
  font-size: 30rpx;
  border-bottom: 1rpx solid #eee;
}
 
.block-question {
  height: calc(100vh - 80px - 40px - 40px);
  padding: 20rpx;
  box-sizing: border-box;
  overflow-y: auto;
}
 
.block-question-title-text {
  color: #ff6d00;
}
 
.block-question-user {
  margin-bottom: 20rpx;
  color: #ff6d00;
}
 
 
.demo-section__content {
  margin-top: 32rpx;
  margin-bottom: 48rpx;
}
 
.block-question .t-textarea {
  padding: 0 !important;
}
 
.block-question .t-textarea__wrapper-inner {
  font-size: 26rpx !important;
}
 
.block-question .t-input__placeholder,
.block-question .t-textarea__placeholder {
  font-size: 26rpx !important;
}