征求意见开发

This commit is contained in:
宋伟佳
2021-06-01 16:50:24 +08:00
parent 0277467ba2
commit 3c7e24db18
5 changed files with 472 additions and 276 deletions
@@ -0,0 +1,15 @@
<template>
<div>
征求意见详情
</div>
</template>
<script>
export default {
name: "consultationDetails"
};
</script>
<style scoped>
</style>
@@ -5,6 +5,9 @@
<div class="details-header">
<span>{{sarStandardsInfoEO.standSortShow || ''}} {{sarStandardsInfoEO.standNumber}}-{{sarStandardsInfoEO.standYear}} 《{{sarStandardsInfoEO.standName}}》 标准详情</span>
</div>
<div class="details-fraction">
<span>9.5分</span>
</div>
<!--主体内容-->
<div class="details-content">
<div class="details-content-modular basic-information">
@@ -2795,6 +2798,7 @@ export default {
& > p{
min-height: 55px;
line-height: 55px;
border-bottom: 1px solid #E5E5E5;
}
}
}
@@ -2812,6 +2816,18 @@ export default {
width: 100%;
}
}
.details-fraction{
float: right;
width:270px;
height:80px;
line-height: 80px;
text-align: center;
font-size: 30px;
font-weight: bold;
color: #e88218;
margin-top: -80px;
background: #E5E5E5;
}
/deep/.details-content{
/*padding: 0 67px;*/
.details-content-modular{
@@ -3007,7 +3023,6 @@ export default {
}
.basic-information{
border-top: 2px dashed #D1D1D1;
border-bottom: 2px dashed #D1D1D1;
.modular-header{
height: 60px;
border-bottom: none;
@@ -3016,6 +3031,7 @@ export default {
& > p{
min-height: 55px;
line-height: 55px;
border-bottom: 1px solid #E5E5E5;
}
}
}