Commit 80fe56de authored by 罗超's avatar 罗超

1

parent a1740655
......@@ -23,13 +23,18 @@
<view class="examScoreMain">
<view class="exam_Progress">
<van-circle
v-model="dataList.TotalScore"
:value="dataList.TotalScore"
:rate="dataList.Publish.ExamScore"
:speed="100"
color="#fff"
layer-color="#0097d8"
:text="dataList.TotalScore"
/>
:size="200"
color="#ffffff"
layer-color="#0097db"
:stroke-width="5"
>
<template>
<view class="score">{{ dataList.TotalScore }}</view>
</template>
</van-circle>
</view>
<view>
<img
......@@ -143,8 +148,9 @@ export default {
}
.exam_Progress {
position: absolute;
top: 132px;
left: 37%;
top: 200rpx;
left: 50%;
transform: translateX(-50%);
}
.exam_Bottom {
padding: 30rpx;
......@@ -191,4 +197,10 @@ export default {
/deep/.van-icon-arrow-left {
font-size: 32rpx;
}
.score {
font-size: 100rpx;
font-family: PingFang SC;
font-weight: 800;
color: #ffffff;
}
</style>
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