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

1

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