Commit 5a0411f6 authored by 罗超's avatar 罗超

1

parent c9466caf
<template> <template>
<view> <view>
<van-nav-bar fixed> <van-nav-bar fixed :border="false">
<template #left> <template #left>
<van-icon <van-icon
name="cross" name="arrow-left"
style="font-size: 32rpx; color: #111" style="font-size: 32rpx; color: #111"
@click="back" @click="back"
/> />
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</view> </view>
<view> <view>
<img <img
style="width: 100%; height: 322px" style="width: 100%; height: 644rpx"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/examTop.png" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/examTop.png"
alt="" alt=""
/> />
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<view class="exam_Bottom"> <view class="exam_Bottom">
<view class="exam_View" @click="jumpPage"> <view class="exam_View" @click="jumpPage">
<img <img
style="width: 20px; height: 21px; margin-right: 20rpx" style="width: 40rpx; height: 42rpx; margin-right: 20rpx"
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/exam_Edit.png" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/educationStu/exam_Edit.png"
alt="" alt=""
/> />
...@@ -164,11 +164,12 @@ export default { ...@@ -164,11 +164,12 @@ export default {
} }
.exam_Pingyu { .exam_Pingyu {
padding: 30rpx; padding: 30rpx;
height: 490rpx; /* height: 490rpx; */
border-radius: 20rpx; border-radius: 20rpx;
background-color: #fff; background-color: #fff;
margin-top: 30rpx; margin-top: 30rpx;
box-shadow: 0px 5px 25px 0px rgba(218, 220, 230, 0.85); box-shadow: 0px 5px 25px 0px rgba(218, 220, 230, 0.85);
overflow-y: auto;
} }
.teacher_Say { .teacher_Say {
font-size: 32rpx; font-size: 32rpx;
...@@ -184,4 +185,10 @@ export default { ...@@ -184,4 +185,10 @@ export default {
overflow-y: scroll; overflow-y: scroll;
font-family: PingFang SC; font-family: PingFang SC;
} }
/deep/.van-nav-bar {
background-color: transparent;
}
/deep/.van-icon-arrow-left {
font-size: 32rpx;
}
</style> </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