diff --git a/packages/surveyFill/index.vue b/packages/surveyFill/index.vue
index 8ddd423..e795b2b 100644
--- a/packages/surveyFill/index.vue
+++ b/packages/surveyFill/index.vue
@@ -50,8 +50,15 @@
@@ -525,7 +532,12 @@
line-height: 1.4;
flex: 1;
}
-
+ .question-title-theme{
+ font-size: 24rpx;
+ color: #6c757d;
+ line-height: 1.6;
+ // margin-bottom: 30rpx;
+ }
.required-mark {
color: #e74c3c;
margin-left: 8rpx;
diff --git a/pages/course/index.vue b/pages/course/index.vue
index 740fbad..44d8b1b 100644
--- a/pages/course/index.vue
+++ b/pages/course/index.vue
@@ -4,7 +4,8 @@
-
+
+
@@ -323,7 +324,11 @@
left: 50%;
transform: translate(-50%, -50%);
}
-
+ &-top{
+ width: 95%;
+ display: block;
+ margin-bottom: 30rpx;
+ }
&-img {
width: calc(100% - 60rpx);
height: 125rpx;