mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-07 01:46:46 +08:00
style:新建考试文件
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="nav">
|
<!-- <div id="nav">
|
||||||
<router-link
|
<router-link
|
||||||
v-for="item in routes"
|
v-for="item in routes"
|
||||||
:key="item.path"
|
:key="item.path"
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
>
|
>
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div> -->
|
||||||
<main>
|
<main>
|
||||||
<router-view />
|
<router-view />
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -250,13 +250,12 @@ export default {
|
|||||||
.explain {
|
.explain {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
width: 416px;
|
width: 416px;
|
||||||
height: 158px;
|
padding-bottom: 50px;
|
||||||
background: #f2f5f7;
|
background: #f2f5f7;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
.explaincontent {
|
.explaincontent {
|
||||||
width: 368px;
|
width: 368px;
|
||||||
height: 64px;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: PingFang SC;
|
font-family: PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -333,10 +332,11 @@ export default {
|
|||||||
}
|
}
|
||||||
.join {
|
.join {
|
||||||
width: 1280px;
|
width: 1280px;
|
||||||
height: 408px;
|
min-height: 408px;
|
||||||
background: #f5f6f7;
|
background: #f5f6f7;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.detailB {
|
.detailB {
|
||||||
|
|||||||
@@ -621,7 +621,7 @@ export default {
|
|||||||
.discuss {
|
.discuss {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
width: 435px;
|
width: 435px;
|
||||||
height: 763px;
|
// height: 763px;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
rgba(226, 104, 119, 0) 0%,
|
rgba(226, 104, 119, 0) 0%,
|
||||||
@@ -794,7 +794,7 @@ export default {
|
|||||||
.discuss {
|
.discuss {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
width: 435px;
|
width: 435px;
|
||||||
height: 763px;
|
// height: 763px;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
rgba(88, 164, 232, 0) 0%,
|
rgba(88, 164, 232, 0) 0%,
|
||||||
|
|||||||
Reference in New Issue
Block a user