QYF-GitLab1
4 天以前 b55024ee2f42aa93e0ecaa3113bdeb286f6e59ac
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/* 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;
}
 
 
.t-checkbox__title {
  line-height: 36rpx !important;
}
 
.t-checkbox {
  font-size: 26rpx !important;
}
 
.t-checkbox__icon {
  position: relative;
  display: block;
  width: var(--td-checkbox-icon-size, 36rpx) !important;
  height: var(--td-checkbox-icon-size, 36rpx) !important;
  color: var(--td-checkbox-icon-color, var(--td-component-border, var(--td-gray-color-4, #dcdcdc)));
  font-size: var(--td-checkbox-icon-size, 36rpx) !important;
  margin-top: calc((var(--td-checkbox-title-line-height, 36rpx) - var(--td-checkbox-icon-size, 36rpx)) / 2) !important;
}
 
.t-checkbox__icon-circle {
  width: calc((var(--td-checkbox-icon-size, 36rpx) - 4rpx) * 2) !important;
  height: calc((var(--td-checkbox-icon-size, 36rpx) - 4rpx) * 2) !important;
}
 
.t-radio__icon {
  width: var(--td-radio-icon-size, 36rpx) !important;
  height: var(--td-radio-icon-size, 36rpx) !important;
  font-size: var(--td-radio-icon-size, 36rpx) !important;
}
 
.t-radio__icon-circle {
  width: var(--td-radio-icon-size, 36rpx) !important;
  height: var(--td-radio-icon-size, 36rpx) !important;
}
 
.t-radio__title {
  line-height: var(--td-radio-label-line-height, 36rpx) !important;
}
 
.t-radio {
  font-size: var(--td-radio-font-size, 26rpx) !important;
}