Commit 855bdfbf authored by zhengke's avatar zhengke

no message

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