Commit 4b6e612f authored by zhengke's avatar zhengke

no message

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