暂存
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user