This commit is contained in:
@fawn-nine
2024-08-27 17:10:44 +08:00
parent 4792202081
commit 48a5c3400e
18 changed files with 735 additions and 102 deletions

View File

@@ -15,6 +15,9 @@
</view>
<view :class="['leve2']">
<view class="" v-show="item.zhedie" v-html="item.questions"></view>
<view class="laiyuan" v-show="item.zhedie">
来源{{item.courseTitle}}>{{item.chapterTitle}}
</view>
<text class="btn" @click.stop="item.zhedie = false" v-show="item.zhedie">收起</text>
<text class="btn" @click.stop="item.zhedie = true" v-show="!item.zhedie">查看原题</text>
</view>
@@ -418,7 +421,7 @@
border-bottom: 1px dashed #eee;
padding-bottom: 20rpx;
margin-bottom: 20rpx;
.pp{font-size: 30rpx !important;}
.pp{font-size: 30rpx !important; @include bov(2); line-height: 50rpx;}
// .userName{}
}
@@ -427,7 +430,7 @@
justify-content: center;
color: #666;
font-size: 28rpx;
.laiyuan{font-size: 22rpx; padding: 10rpx; background-color: #eee; margin-top: 16rpx;}
.btn {
display: block;padding: 10rpx;
text-align: center;