|
@@ -64,15 +64,16 @@
|
|
<view class="t-icon t-icon-shenhe"></view>
|
|
<view class="t-icon t-icon-shenhe"></view>
|
|
<view class="item-text">今日已完成</view>
|
|
<view class="item-text">今日已完成</view>
|
|
<!-- 完成列表展示所有已完成的评测作业和活动信息 -->
|
|
<!-- 完成列表展示所有已完成的评测作业和活动信息 -->
|
|
- <view style="display: flex; align-items: center;margin: 0 20rpx 0 auto;">
|
|
|
|
- <u-icon name="list-dot" @click="navFinish"></u-icon>
|
|
|
|
- <view class="msg" style="margin-left: 10rpx;" @click="navFinish">完成列表</view>
|
|
|
|
|
|
+ <view style="display: flex; align-items: center;margin: 0 10rpx 0 auto;">
|
|
|
|
+ <view class="t-icon t-icon-liebiao" style="width: 30rpx; height: 30rpx;"
|
|
|
|
+ @click="navFinish"></view>
|
|
|
|
+ <view class="msg" @click="navFinish" style="color: #3C9CFF;">完成列表</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="margin-bottom: 20rpx;">
|
|
<view style="margin-bottom: 20rpx;">
|
|
<view class="block-box" v-for="(j,y) in item.detail.finishData" :key="y">
|
|
<view class="block-box" v-for="(j,y) in item.detail.finishData" :key="y">
|
|
- <view class="index"></view>
|
|
|
|
- <view class="class-block" style="width: 90%;">
|
|
|
|
|
|
+ <view class="index" style="height: 100rpx;"></view>
|
|
|
|
+ <view class="class-block" style="height: 100rpx;width: 90%;">
|
|
<view class="block-title">{{j.name}}</view>
|
|
<view class="block-title">{{j.name}}</view>
|
|
<view class="block-subtitle">科目:</view>
|
|
<view class="block-subtitle">科目:</view>
|
|
<view class="block-tag-box">
|
|
<view class="block-tag-box">
|
|
@@ -92,16 +93,17 @@
|
|
<view class="t-icon t-icon-daiban"></view>
|
|
<view class="t-icon t-icon-daiban"></view>
|
|
<view class="item-text">{{item.detail.title}}</view>
|
|
<view class="item-text">{{item.detail.title}}</view>
|
|
<!-- 详情列表展示(评测,活动或者作业)信息 -->
|
|
<!-- 详情列表展示(评测,活动或者作业)信息 -->
|
|
- <view style="display: flex; align-items: center;margin: 0 20rpx 0 auto;">
|
|
|
|
- <u-icon name="list-dot" @click="navData"></u-icon>
|
|
|
|
- <view class="msg" style="margin-left: 10rpx;" @click="navData">详情列表</view>
|
|
|
|
|
|
+ <view style="display: flex; align-items: center;margin: 0 10rpx 0 auto;">
|
|
|
|
+ <view class="t-icon t-icon-liebiao" style="width: 30rpx; height: 30rpx;"
|
|
|
|
+ @click="navData"></view>
|
|
|
|
+ <view class="msg" @click="navData" style="color: #3C9CFF;">详情列表</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view style="margin-bottom: 20rpx;">
|
|
<view style="margin-bottom: 20rpx;">
|
|
<view class="block-box" v-for="(i,x) in item.detail.data" :key="x">
|
|
<view class="block-box" v-for="(i,x) in item.detail.data" :key="x">
|
|
- <view class="index"></view>
|
|
|
|
- <view class="class-block" style="width: 90%;">
|
|
|
|
|
|
+ <view class="index" style="height: 100rpx;"></view>
|
|
|
|
+ <view class="class-block" style="height: 100rpx; width: 90%;">
|
|
<view class="block-title">{{i.name}}</view>
|
|
<view class="block-title">{{i.name}}</view>
|
|
<view class="block-tag-box">
|
|
<view class="block-tag-box">
|
|
<view class="block-tag">{{i.subject}}</view>
|
|
<view class="block-tag">{{i.subject}}</view>
|
|
@@ -366,17 +368,17 @@
|
|
let activityDataTemp = JSON.parse(JSON.stringify(temp))
|
|
let activityDataTemp = JSON.parse(JSON.stringify(temp))
|
|
this.updateActivityColumn(activityDataTemp)
|
|
this.updateActivityColumn(activityDataTemp)
|
|
},
|
|
},
|
|
- navFinish(){
|
|
|
|
|
|
+ navFinish() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/subpkg/homeworkfinish/homeworkfinish'
|
|
url: '/subpkg/homeworkfinish/homeworkfinish'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- navData(){
|
|
|
|
|
|
+ navData() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/subpkg/homeworkdata/homeworkdata'
|
|
url: '/subpkg/homeworkdata/homeworkdata'
|
|
})
|
|
})
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
@@ -397,7 +399,7 @@
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
margin: 20rpx auto 20rpx auto;
|
|
margin: 20rpx auto 20rpx auto;
|
|
- height: 250rpx;
|
|
|
|
|
|
+ height: 210rpx;
|
|
width: 96%;
|
|
width: 96%;
|
|
// background: linear-gradient(to right, #ff95007a,#ff8419);
|
|
// background: linear-gradient(to right, #ff95007a,#ff8419);
|
|
border-radius: $card-border-radius;
|
|
border-radius: $card-border-radius;
|
|
@@ -423,7 +425,6 @@
|
|
|
|
|
|
.image {
|
|
.image {
|
|
position: relative;
|
|
position: relative;
|
|
- top: -30rpx;
|
|
|
|
right: -30rpx;
|
|
right: -30rpx;
|
|
height: 300rpx;
|
|
height: 300rpx;
|
|
width: 300rpx;
|
|
width: 300rpx;
|
|
@@ -432,6 +433,7 @@
|
|
z-index: 2;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
//头部卡片
|
|
//头部卡片
|
|
.box {
|
|
.box {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -494,9 +496,10 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-left: 20rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
.msg {
|
|
.msg {
|
|
color: $color-title;
|
|
color: $color-title;
|
|
- margin-left: 30rpx;
|
|
|
|
|
|
+ margin-left: 10rpx;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|