fix code
This commit is contained in:
@@ -338,10 +338,6 @@
|
||||
bind:blur="onChatBlur"
|
||||
>
|
||||
<view slot="footer-prefix" class="footer-prefix">
|
||||
<!-- <view class="deep-think-block {{deepThinkActive ? 'active' : ''}}" bind:tap="onDeepThinkTap">
|
||||
<t-icon name="system-sum" size="40rpx" />
|
||||
<text class="deep-think-text">深度思考</text>
|
||||
</view> -->
|
||||
<view class="chat-icon-block" bind:tap="onChatCloseTap">
|
||||
<t-icon name="close-circle" size="64rpx" color="#dcdcdc"/>
|
||||
</view>
|
||||
|
||||
@@ -124,9 +124,9 @@
|
||||
.image-card { position: relative; border-radius: 24rpx; overflow: hidden; height: 360rpx; box-shadow: none; }
|
||||
.image { width: 100%; height: 360rpx; border-radius: 24rpx; background: #f5f5f5; }
|
||||
.view-full { position: absolute; right: 16rpx; bottom: 16rpx; display: flex; align-items: center; gap: 8rpx; padding: 8rpx; border-radius: 24rpx; background: rgba(0,0,0,0.4); color: #fff; }
|
||||
.question-title { font-size: 40rpx; font-weight: 700; color: #001858; line-height: 56rpx; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start;}
|
||||
.question-title { font-size: 40rpx; color: #001858; line-height: 56rpx; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start;}
|
||||
.progress-text { font-size: 26rpx; color: #666; }
|
||||
.word-item { display: inline; font-size: 40rpx; font-weight: 700; color: #001858; line-height: 56rpx; margin-right: 12rpx; }
|
||||
.word-item { display: inline; font-size: 40rpx; color: #001858; line-height: 56rpx; margin-right: 12rpx; }
|
||||
.choice-title { font-size: 28rpx; color: #666; margin: 12rpx 0 16rpx; }
|
||||
.option-list { display: flex; flex-direction: column; gap: 16rpx; }
|
||||
.option-item { display: flex; align-items: center; gap: 16rpx; padding: 24rpx; border-radius: 20rpx; background: #fff; border: 2rpx solid #e6eef9; }
|
||||
@@ -140,7 +140,7 @@
|
||||
.radio-dot.on { background: #21cc80; }
|
||||
.radio-dot.red { background: #e74c3c; }
|
||||
.option-text { flex: 1; min-width: 0; font-size: 30rpx; color: #001858; line-height: 44rpx; }
|
||||
.cloze-sentence { display: flex; flex-wrap: wrap; gap: 8rpx; align-items: baseline; }
|
||||
.cloze-sentence { display: flex; flex-wrap: wrap; gap: 8rpx; align-items: baseline; margin-bottom: 24rpx; }
|
||||
.cloze-text { font-size: 40rpx; font-weight: 700; color: #001858; line-height: 56rpx; }
|
||||
.cloze-fill { font-size: 40rpx; font-weight: 700; color: #001858; line-height: 56rpx; }
|
||||
.cloze-fill.selected { color: #21cc80; border-bottom-color: #21cc80; }
|
||||
|
||||
Reference in New Issue
Block a user