Commit 4b6e612f authored by zhengke's avatar zhengke

no message

parent 81d53c8f
......@@ -29,7 +29,7 @@
<view class="homework-score">
<view class="homework-score-title">得分率</view>
<view class="homework-score-num flex">
<view>{{jobData.DataObj.Score_p}}</view>
<view>{{jobData.DataObj.Score_p*100}}</view>
<view>%</view>
</view>
</view>
......@@ -43,7 +43,7 @@
<view class="homework-score">
<view class="homework-score-title">领先度</view>
<view class="homework-score-num flex">
<view>{{jobData.DataObj.ExamRankRate}}</view>
<view>{{jobData.DataObj.ExamRankRate*100}}</view>
<view>%</view>
</view>
</view>
......@@ -117,11 +117,13 @@
}
.examComponents-right {
flex-shrink: 0;
height: 122rpx;
background: #FFFFFF;
padding: 22rpx 26rpx 15rpx 26rpx;
border-radius: 30rpx;
justify-content: space-between;
margin: 0 18rpx;
}
.examComponents.activeThree .operation-name {
......@@ -135,7 +137,9 @@
.examComponents.activeOne .operation-name {
color: #FFFFFF;
}
.examComponents-right{
flex-shrink: 0;
}
.operation-name {
font-size: 26rpx;
letter-spacing: 1px;
......@@ -145,13 +149,11 @@
.examComponents-left {
flex: 1;
flex-grow: 1;
}
.examComponents-center {
flex-direction: column;
}
.examComponents-center-line {
width: 4rpx;
height: 23px;
......@@ -174,7 +176,6 @@
}
.examComponents-center-box {
flex-grow: 1;
position: relative;
border-radius: 30rpx;
padding: 31rpx 18rpx 21rpx 24rpx;
......
......@@ -68,8 +68,7 @@
margin-top: 40rpx;
}
.dfficultyAnalysis-content{
flex-direction: column;
flex-direction: column;
}
.dfficultyAnalysis-title view:first-child{
font-weight: bold;
......
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