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
| /* packageCourse/components/questionDom/index.wxss */
|
| .questionDom {
| padding: 10rpx 20rpx;
| box-sizing: border-box;
| }
|
| .list-item-title {
| margin-bottom: 20rpx;
| }
|
| .list-item-box-title-box {
| margin-bottom: 20rpx;
| }
|
| .questionT {
| display: flex;
| align-items: flex-start;
| }
|
| .shortAnswer,
| .discuss {
| padding: 20rpx;
| line-height: 22px;
| border: 1px solid #eee;
| border-radius: 5px;
| font-size: 28rpx;
| box-sizing: border-box;
| }
|
|