|
|
@ -1,7 +1,6 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<!-- 实验记录 --> |
|
|
|
<!-- 实验记录 --> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="inner"> |
|
|
|
|
|
|
|
<div class="block overview"> |
|
|
|
<div class="block overview"> |
|
|
|
<h6 class="l-title"> |
|
|
|
<h6 class="l-title"> |
|
|
|
<img src="@/assets/img/record5.png" alt=""> |
|
|
|
<img src="@/assets/img/record5.png" alt=""> |
|
|
@ -60,7 +59,6 @@ |
|
|
|
<ass v-else :curriculumId.sync="curriculumId" :key="curriculumId"></ass> |
|
|
|
<ass v-else :curriculumId.sync="curriculumId" :key="curriculumId"></ass> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
@ -154,16 +152,12 @@ export default { |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.main .view { |
|
|
|
.wrap { |
|
|
|
padding: 12px 0 20px; |
|
|
|
padding: 12px 100px 20px; |
|
|
|
.inner { |
|
|
|
|
|
|
|
width: $min-width; |
|
|
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.block { |
|
|
|
.block { |
|
|
|
padding: 16px; |
|
|
|
padding: 16px; |
|
|
|
margin-bottom: 20px; |
|
|
|
margin-bottom: 12px; |
|
|
|
background: #fff; |
|
|
|
background: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
.overview { |
|
|
|
.overview { |
|
|
@ -171,24 +165,26 @@ export default { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
.item:nth-child(1) { |
|
|
|
.item:nth-child(1) { |
|
|
|
background-image: url('../../../assets/img/record1.png'); |
|
|
|
background: url(../../../assets/img/record1-1.png) (88% 25px)/auto no-repeat, |
|
|
|
|
|
|
|
url(../../../assets/img/record1.png) 0 0/100% 100% no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(2) { |
|
|
|
.item:nth-child(2) { |
|
|
|
background-image: url('../../../assets/img/record2.png'); |
|
|
|
background: url(../../../assets/img/record2-1.png) (88% 15px)/auto no-repeat, |
|
|
|
|
|
|
|
url(../../../assets/img/record2.png) 0 0/100% 100% no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(3) { |
|
|
|
.item:nth-child(3) { |
|
|
|
background-image: url('../../../assets/img/record3.png'); |
|
|
|
background: url(../../../assets/img/record3-1.png) (88% 20px)/auto no-repeat, |
|
|
|
|
|
|
|
url(../../../assets/img/record3.png) 0 0/100% 100% no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
.item:nth-child(4) { |
|
|
|
.item:nth-child(4) { |
|
|
|
margin-right: 0; |
|
|
|
margin-right: 0; |
|
|
|
background-image: url('../../../assets/img/record4.png'); |
|
|
|
background: url(../../../assets/img/record4-1.png) (88% 18px)/auto no-repeat, |
|
|
|
|
|
|
|
url(../../../assets/img/record4.png) 0 0/100% 100% no-repeat; |
|
|
|
} |
|
|
|
} |
|
|
|
.item { |
|
|
|
.item { |
|
|
|
flex: 1; |
|
|
|
width: 22%; |
|
|
|
|
|
|
|
min-width: 250px; |
|
|
|
padding: 27px; |
|
|
|
padding: 27px; |
|
|
|
margin-right: 19px; |
|
|
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
|
|
.name { |
|
|
|
.name { |
|
|
|
margin-top: 12px; |
|
|
|
margin-top: 12px; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|