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
| /* pages/bookServices/examination/questionList/index.wxss */
| .question-list {
| width: 100%;
| height: 90%;
| padding: 20rpx;
| background-color: #ffffff;
| border-radius: 20rpx;
| margin-top: 20rpx;
| }
|
| .question-title {
| font-size: 28rpx;
| margin-bottom: 20rpx;
| }
|
| .title-name {
| padding: 6rpx;
| background-color: #ff6c00;
| color: #ffffff;
| margin-right: 10rpx;
| }
|
| .title-score {
| color: #000;
| }
|
|