Commit 855bdfbf authored by zhengke's avatar zhengke

no message

parent c29fa95d
......@@ -216,5 +216,6 @@
}
.examComponents-box{
background: #FFFFFF;
margin-top: 30rpx;
}
</style>
......@@ -21,6 +21,10 @@
</view>
</view>
<course-card></course-card>
<view class="index-student-title flex">
<view>考情详情</view>
<view>(共53条)</view>
</view>
<view class="index-student-information">
<JobComponents></JobComponents>
<examComponents></examComponents>
......@@ -306,11 +310,24 @@
</script>
<style scoped>
.index-student-title view:last-child{
font-size: 25rpx;
color: #ABABAB;
margin-left: 10rpx;
padding: 13rpx 0 0 0;
}
.index-student-title view:first-child{
font-size: 36rpx;
font-weight: 800;
color: #282828;
}
.index-student-title{
padding: 0 50rpx 45rpx;
}
.index-student-information{
background: #FFFFFF;
border-radius: 50rpx 50rpx 0 0;
padding: 71rpx 0 0 0;
border: 1px solid #eeee;
}
.index-header-name{
font-size: 30rpx;
......
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