|
@@ -2,7 +2,7 @@
|
|
|
<template>
|
|
|
<!-- <iframe style="width:100%;height: 100%;" src="./static/html/FG.html" frameborder="0"></iframe> -->
|
|
|
<div class="ask-content">
|
|
|
- <h4 class="title">询问笔录</h4>
|
|
|
+ <h2 class="title">询问/<span class="through">讯问</span>笔录</h2>
|
|
|
<div class="container">
|
|
|
<div class="line">
|
|
|
<span>时间</span>
|
|
@@ -15,7 +15,7 @@
|
|
|
<div class="write-line left" contenteditable></div>
|
|
|
</div>
|
|
|
<div class="line">
|
|
|
- <span>询问/讯问人</span>
|
|
|
+ <span>询问/<span class="through">讯问</span>人</span>
|
|
|
<div class="write-line" contenteditable></div>
|
|
|
<span>工作单位</span>
|
|
|
<div class="write-line" contenteditable></div>
|
|
@@ -27,7 +27,7 @@
|
|
|
<div class="write-line" contenteditable></div>
|
|
|
</div>
|
|
|
<div class="line">
|
|
|
- <span>被询问/讯问人</span>
|
|
|
+ <span>被询问/<span class="through">讯问</span>人</span>
|
|
|
<div style="flex: 0.5" class="write-line" contenteditable></div>
|
|
|
<span>性别</span>
|
|
|
<div style="flex: 0.3" class="write-line" contenteditable></div>
|
|
@@ -52,7 +52,7 @@
|
|
|
<div class="write-line left" contenteditable></div>
|
|
|
</div>
|
|
|
<div class="line worap">
|
|
|
- <span style="line-height: 40px"> (口头传唤/被扭送/自动投案的被询问/讯问人于</span>
|
|
|
+ <span style="line-height: 40px"> (口头传唤/被扭送/自动投案的被询问/<span class="through">讯问</span>人于</span>
|
|
|
<div class="write-line" style="width: 40%" contenteditable></div>
|
|
|
<span style="line-height: 40px"> 到达,</span>
|
|
|
<div class="write-line" style="" contenteditable></div>
|
|
@@ -70,12 +70,12 @@
|
|
|
<div class="item"></div>
|
|
|
<div class="item"></div>
|
|
|
<div class="item"></div>
|
|
|
+ <div class="item"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="bottom-name" @click="getRows">
|
|
|
+ <div class="bottom-name">
|
|
|
<span>被询问人:</span>
|
|
|
- <span>被讯问人:</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -88,29 +88,35 @@ const getRows = () => {
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
+.through {
|
|
|
+ text-decoration: line-through;
|
|
|
+}
|
|
|
.ask-content {
|
|
|
color: #000;
|
|
|
- font-size: 20px;
|
|
|
- padding: 10px 30px;
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: 400;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
+ // display: grid;
|
|
|
overflow: auto;
|
|
|
- font-family: sr, st;
|
|
|
+ font-family: SimSun-Regular, SimSun;
|
|
|
+ box-sizing: border-box;
|
|
|
+
|
|
|
.title {
|
|
|
text-align: center;
|
|
|
+ margin-bottom: 78px;
|
|
|
}
|
|
|
.bottom-name {
|
|
|
- width: 80%;
|
|
|
+ width: 100%;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
- margin: 0 auto;
|
|
|
+ margin: 28px auto 0;
|
|
|
}
|
|
|
.container {
|
|
|
text-align: center;
|
|
|
- width: 80%;
|
|
|
margin: 0 auto;
|
|
|
- padding: 0 0 40px 0;
|
|
|
- border-bottom: 2px solid #000;
|
|
|
+ // padding: 0 0 40px 0;
|
|
|
+ // border-bottom: 2px solid #000;
|
|
|
.line {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
@@ -145,7 +151,7 @@ const getRows = () => {
|
|
|
}
|
|
|
.more-line {
|
|
|
width: 100%;
|
|
|
- height: 200px;
|
|
|
+ height: 240px;
|
|
|
line-height: 40px;
|
|
|
position: relative;
|
|
|
overflow-y: hidden;
|
|
@@ -180,7 +186,7 @@ const getRows = () => {
|
|
|
// z-index: 1;
|
|
|
.item {
|
|
|
width: 100%;
|
|
|
- height: 20%;
|
|
|
+ height: 16.6%;
|
|
|
border-bottom: 1px solid #000;
|
|
|
}
|
|
|
}
|