Commit 608412c1 authored by 罗超's avatar 罗超

2

parent 59c94bb5
......@@ -47,15 +47,8 @@
<view class="teacherInfo-bg"></view>
<view class="teacherInfo flex flex_between_center">
<view class="flex flex_start_center">
<!-- <van-image
round
width="45rpx"
height="45rpx"
fit="cover"
src="https://img.yzcdn.cn/vant/cat.jpeg"
/> -->
<!-- <view class="teacherName">{{ item.teacherName }}</view> -->
<text class="rank" style="margin-right: 20rpx;" v-if="item.MyRank>0">排名:#{{item.MyRank}}</text>
<text class="rank" v-if="item.TotalScore>0">得分:{{item.TotalScore}}</text>
</view>
<view
class="exam-status"
......@@ -287,4 +280,9 @@ export default {
.status-red {
color: #ff3816;
}
.rank{
font-size: 26rpx;
font-weight: 500;
color: #111;
}
</style>
......@@ -46,7 +46,7 @@
color: #666666;
}
.box_tb_c text{
font-size: 11px;
font-size: 22rpx;
color: #111111;
font-weight: bold;
}
......@@ -62,7 +62,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
font-size: 22rpx;
border-radius: 26rpx;
background: #4C50E7;
color: #FFFFFF;
......@@ -111,7 +111,7 @@
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-size: 28rpx;
color: #FFF;
height: 100%;
border-radius: 12px;
......@@ -247,11 +247,11 @@
<view class="box_t">
<view class="box_tb">
<view class="row" style="justify-content: space-between;">
<view class="row" style="color: #111111;font-size: 14px;font-weight: bold;">
<view class="row" style="color: #111111;font-size: 28rpx;font-weight: bold;">
<view >单词练习 </view>
<view style="margin-left: 5px;">{{InfoData.TotalScore}}</view>
</view>
<view style="font-size: 11px;color: #4C50E7;" @click="gourl()">所有单词</view>
<view style="font-size: 22rpx;color: #4C50E7;" @click="gourl()">所有单词</view>
</view>
<view class="row" style="justify-content: space-around;">
<view class="box_tb_c">
......@@ -270,7 +270,7 @@
</view>
</view>
<view class="box_tb_b">
<view style="font-size: 11px;color: #999999;visibility: hidden;">预计用时10分钟</view>
<view style="font-size: 22rpx;color: #999999;visibility: hidden;">预计用时10分钟</view>
<view class="btn" @click="jumpStudyPage()">立即学习</view>
</view>
</view>
......@@ -278,21 +278,21 @@
<view class="box_review" v-if='InfoData' :style="{height:InfoData.Review && InfoData.Review.length>0?'660rpx':'300rpx'}">
<view class="row" style="justify-content: space-between;height: 50rpx;">
<view class="row" style="color: #111111;font-size: 14px;font-weight: bold;">
<view class="row" style="color: #111111;font-size: 28rpx;font-weight: bold;">
<view >课程回顾 </view>
<view style="font-size: 10px;color: #999999;">(最近7天课程)</view>
<view style="font-size: 20rpx;color: #999999;">(最近7天课程)</view>
</view>
<view style="font-size: 11px;color: #4C50E7;" @click="gourl()">所有课程</view>
<view style="font-size: 22rpx;color: #4C50E7;" @click="gourl()">所有课程</view>
</view>
<view class="reviewcenter" v-if='InfoData.Review && InfoData.Review.length==0'>
<view style="font-size: 13px;font-family: PingFang SC;font-weight: bold;color: #111111;">暂无课程</view>
<view style="font-size: 10px;font-family: PingFang SC;font-weight: 400;color: #888888;margin-top: 10px;">购买课程后可回顾</view>
<view style="font-size: 26rpx;font-family: PingFang SC;font-weight: bold;color: #111111;">暂无课程</view>
<view style="font-size: 20rpx;font-family: PingFang SC;font-weight: 400;color: #888888;margin-top: 10px;">购买课程后可回顾</view>
</view>
<view class="box_review_date row" style="margin-top: 40rpx;" v-if='InfoData.Review && InfoData.Review.length>0'>
<view v-for="(x,y) in InfoData.Review" :key='y'>
<view :class="{'box_review_date_item2':current==y}" class="box_review_date_item" @click="goreview(x,y)">
<text>{{getdate(x,1)}}</text>
<text style="font-size: 11px;margin-top: 5px;">{{getdate(x,2)}}</text>
<text style="font-size: 22rpx;margin-top: 5px;">{{getdate(x,2)}}</text>
</view>
</view>
......@@ -325,12 +325,12 @@
</view>
</view>
<view class="reviewcenter" style="height: 300rpx;margin-top: 0;align-items: center;justify-content: center;" v-if="InfoData.ExamList.length==0">
<view style="font-size: 13px;
<view style="font-size: 26rpx;
font-family: PingFang SC;
font-weight: bold;
color: #111111;
line-height: 35px;">暂无记录</view>
<view style="font-size: 10px;margin-top: 10px;
<view style="font-size: 20rpx;margin-top: 10px;
font-family: PingFang SC;
font-weight: 500;
color: #999999;">参与考试后可查看</view>
......@@ -339,8 +339,8 @@
<view v-for="(x,y) in InfoData.ExamList" :key='y' >
<view class="examination-box">
<view style="padding: 20px;">
<view style="font-size: 18px;font-weight: bold;color: #111111;">{{x.PaperName}}</view>
<view style="font-size: 12px;font-weight: 500;color: #999999;margin-top: 9px;">
<view style="font-size: 36rpx;font-weight: bold;color: #111111;">{{x.PaperName}}</view>
<view style="font-size: 24rpx;font-weight: 500;color: #999999;margin-top: 9px;">
测评次数:<text v-if="x.ExamStatus==1||x.ExamStatus==2||x.ExamStatus==4">0</text>
<text v-if="x.ExamStatus==3||x.ExamStatus==5">1</text>
</view>
......@@ -382,7 +382,7 @@
<view class="examination-box-c-item">
<text class="item_o">考试状态</text>
<text class="" style="opacity: 0;height: 34rpx;">.</text>
<text style="font-size: 14px;font-weight: bold" :class="{
<text style="font-size: 28rpx;font-weight: bold" :class="{
'status-blue': x.ExamStatus==1,
'status-green': x.ExamStatus==2,
'status-black': x.ExamStatus==3,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment