diff --git a/src/pages/doWork/components/Question.vue b/src/pages/doWork/components/Question.vue
index fdec043..0b56247 100644
--- a/src/pages/doWork/components/Question.vue
+++ b/src/pages/doWork/components/Question.vue
@@ -166,33 +166,7 @@
-
-
-
-
- 答题卡
-
-
- {{ sIdx + 1 }}
-
-
- {{ opt.label }}
-
-
-
-
-
-
-
+
@@ -1829,107 +1803,6 @@ onUnmounted(() => {
}
}
-// 阅读理解 / 完形填空:右侧答题卡
-.yuedu-answer-card {
- .yuedu-card-title {
- text-align: center;
- margin-bottom: 12rpx;
- padding-bottom: 8rpx;
- border-bottom: 2rpx solid #e8ecf4;
-
- text {
- font-family: $font-special;
- font-size: 13rpx;
- font-weight: 700;
- color: #8f9df7;
- letter-spacing: 2rpx;
- }
- }
-
- .yuedu-card-row {
- display: flex;
- align-items: center;
- margin-bottom: 10rpx;
- gap: 8rpx;
-
- &:last-child {
- margin-bottom: 0;
- }
- }
-
- .yuedu-card-num {
- width: 22rpx;
- height: 22rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 6rpx;
- background: #f0f4ff;
- font-family: $font-special;
- font-size: 11rpx;
- font-weight: 700;
- color: #4F8EF7;
- flex-shrink: 0;
- }
-
- .yuedu-card-btns {
- display: flex;
- gap: 8rpx;
- flex: 1;
- flex-wrap: wrap;
- }
-
- .yuedu-card-btn {
- width: 32rpx;
- height: 32rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50%;
- background: #f5f7fa;
- border: 2rpx solid #e0e4ea;
- transition: all 0.2s ease;
- box-shadow: 0 1rpx 4rpx rgba(0, 0, 0, 0.05);
-
- text {
- font-family: $font-special;
- font-size: 13rpx;
- font-weight: 600;
- color: #666;
- }
-
- &.active {
- background: linear-gradient(135deg, #7eacfe 0%, #5b8def 100%);
- border-color: #5b8def;
- box-shadow: 0 2rpx 8rpx rgba(91, 141, 239, 0.35);
-
- text {
- color: #fff;
- }
- }
-
- &.correct {
- background: linear-gradient(135deg, #6dd5a0 0%, #4cd964 100%);
- border-color: #4cd964;
- box-shadow: 0 2rpx 8rpx rgba(76, 217, 100, 0.35);
-
- text {
- color: #fff;
- }
- }
-
- &.wrong {
- background: linear-gradient(135deg, #ff7875 0%, #ff4d4f 100%);
- border-color: #ff4d4f;
- box-shadow: 0 2rpx 8rpx rgba(255, 77, 79, 0.35);
-
- text {
- color: #fff;
- }
- }
- }
-}
-
.judgment-list {
display: flex;
justify-content: center;