Commit f528002d authored by 黄奎's avatar 黄奎

页面下修改

parent ef9d42a2
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
</view> </view>
<view class="JobComponents-line"> <view class="JobComponents-line">
<view class="JobComponents-point"></view> <view class="JobComponents-point"></view>
<view class="JobComponents-year" v-if="jobData.TimeTile&&jobData.TimeTile!=''">
{{jobData.TimeTile}}
</view>
</view> </view>
</view> </view>
<view class="JobComponents-center-box" @click="JobDetails"> <view class="JobComponents-center-box" @click="JobDetails">
...@@ -113,6 +116,20 @@ ...@@ -113,6 +116,20 @@
margin-left: 11rpx; margin-left: 11rpx;
} }
.JobComponents-year {
width: 127rpx;
line-height: 111rpx;
text-align: center;
position: absolute;
left: -125rpx;
top: -110rpx;
background: url('https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1653476346000_445.png')no-repeat;
background-size: 100% 100%;
color: #FFFFFF;
font-size: 30rpx;
font-weight: bold;
}
.JobComponents.activeThree .operation-state-text { .JobComponents.activeThree .operation-state-text {
color: #CD3D47; color: #CD3D47;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<view class="course-item"> <view class="course-item">
<view style="width:287rpx;"> <view style="width:287rpx;">
<view class="course-name"> <view class="course-name">
{{stuCourseList[0].CourseName}} {{ stuCourseList[0].CourseName}}
</view> </view>
<van-progress :percentage="calcPercentage(stuCourseList[0])" :show-pivot="false" track-color="#EFEFEF" color="#282828" <van-progress :percentage="calcPercentage(stuCourseList[0])" :show-pivot="false" track-color="#EFEFEF" color="#282828"
stroke-width="5" /> stroke-width="5" />
...@@ -83,6 +83,7 @@ ...@@ -83,6 +83,7 @@
let data = reactive({ let data = reactive({
statusBarHeight: 24, statusBarHeight: 24,
showItems: false, showItems: false,
currentCourse:{}
}); });
let methods = { let methods = {
exchangeItemHandler() { exchangeItemHandler() {
......
<template> <template>
<view class="examComponents-box"> <view class="examComponents-box">
<view class="examComponents activeOne flex"> <view class="examComponents activeOne flex">
<view class="examComponents-time-box flex"> <view class="examComponents-time-box flex">
<view class="examComponents-time"> <view class="examComponents-time">
<view>{{jobData.CreateTime}}</view> <view>{{jobData.CreateTime}}</view>
</view> </view>
<view class="examComponents-line"> <view class="examComponents-line">
<view class="examComponents-point"></view> <view class="examComponents-point"></view>
<view class="examComponents-year"> <view class="examComponents-year" v-if="jobData.TimeTile&&jobData.TimeTile!=''">
2021 {{jobData.TimeTile}}
</view> </view>
</view> </view>
</view> </view>
......
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