<template>
|
<div class="chapter" num="16">
|
<!-- 237页 -->
|
<div class="page-box" page="238">
|
<div v-if="showPageList.indexOf(238) > -1">
|
<div class="bodystyle">
|
<h1 class="firstTitle-l">参考文献</h1>
|
<p class="content">[1]陈轶,颜益红.物理因子治疗技术[M].北京:中国医药科技出版社,2019.</p>
|
<p class="content">[2]丛芳.物理因子治疗技术[M].长沙:中南大学出版社,2019.</p>
|
<p class="content">
|
[3]丁海波,季爱玉,沈若武,等.急性软组织损伤亚急性期处理的实验研究[J].青岛大学医学院学报,2012,48(2):140-142.</p>
|
<p class="content">
|
[4]窦祖林,廖家华,宋为群,等.经颅磁刺激技术基础与临床应用[M].北京:人民卫生出版社,2012.</p>
|
<p class="content">
|
[5]郭辉,张志军,杨立强.超声引导下选择性颈神经根阻滞联合中频电疗治疗神经根型颈椎病[J].中国介入影像学,2022,19(4):193-196.</p>
|
<p class="content">
|
[6]纪红,周岩.等幅中频电疗法配合超短波治疗慢性前列腺炎[J].中华物理医学与康复杂志,2005,(7):401.</p>
|
<p class="content">[7]靳晓亮.冷疗在烧伤后应用情况的调查[J].解放军保健医学杂志,2007,(2):112.</p>
|
<p class="content">[8]乔志恒,华桂茹.理疗学[M]. 2版.北京:华夏出版社,2013.</p>
|
<p class="content">
|
[9]全国卫生专业技术资格考试指导.康复医学与治疗技术[M].北京:人民卫生出版社,2020.</p>
|
<p class="content">
|
[10]沈滢,张志强.康复治疗师临床工作指南·物理因子治疗技术[M].北京:人民卫生出版社,2019.</p>
|
<p class="content">
|
[11]宋连新,彭阿钦,吴春生,等.冷疗在胫骨Pilon骨折术后早期康复中的应用[J].中国康复医学杂志,2012,27(2):174-175.</p>
|
<p class="content">[12]燕铁斌.物理治疗学[M]. 2版.北京:人民卫生出版社,2013.</p>
|
<p class="content">
|
[13]杨茹茜,王雪,杨琴,等.中频电治疗烧伤后增生性瘢痕的临床疗效观察[J].解放军医学院学报,2022,43(3):308-311,346.</p>
|
<p class="content">[14]张维杰,吴军.物理因子治疗技术[M]. 3版.北京:人民卫生出版社,2019.</p>
|
<p class="content">[15]Pinfildi CE,Andraus RAC,Iida LM,et al. Neuromuscular electrical stimulation
|
of medium and low frequency on the quadriceps femoris[J].Acta Ortop Bras,2018,26(5):346-349.</p>
|
</div>
|
<div class="page-bottom-left">
|
228
|
</div>
|
</div>
|
</div>
|
</div>
|
</template>
|
|
<script>
|
export default {
|
name: "page-header",
|
props: {
|
showPageList: {
|
type: Array,
|
// default: [],
|
},
|
data() {
|
return {};
|
},
|
},
|
};
|
</script>
|
|
<style lang="less" scoped>
|
.cover img {
|
width: 100%;
|
object-fit: contain;
|
}
|
|
.box {
|
max-width: 400px;
|
margin: 0 auto;
|
}
|
|
.line {
|
background-color: #000;
|
height: 2px;
|
}
|
|
.tixing {
|
position: relative;
|
margin-bottom: 110px;
|
}
|
|
.tixing-left {
|
position: absolute;
|
top: 0px;
|
width: 200px;
|
border-top: 50px solid #1eb9ee;
|
border-right: 20px solid transparent;
|
border-bottom: 30px solid transparent;
|
border-left: 0px solid transparent;
|
}
|
|
.tixing-right {
|
max-width: 200px;
|
border-top: 40px solid transparent;
|
border-right: 0px solid transparent;
|
border-bottom: 40px solid #8dd7f7;
|
border-left: 40px solid transparent;
|
}
|
|
.tixing-box {
|
width: 100%;
|
height: 50px;
|
background-color: #8dd7f7;
|
}
|
|
.tixing-text {
|
position: absolute;
|
top: -36px;
|
left: 44px;
|
}
|
|
.preface-text {
|
font-size: 24px;
|
color: #fff;
|
}
|
|
.publishTitle {
|
width: 100%;
|
height: 100px;
|
color: #2cc4f3;
|
border-left: 20px solid #2cc4f3;
|
font-size: 25px;
|
font-weight: bold;
|
display: flex;
|
align-items: center;
|
|
.indentation {
|
text-indent: 1em;
|
}
|
|
}
|
|
.information {
|
color: #2cc4f3;
|
text-align: right;
|
font-weight: bold;
|
margin-top: 30px;
|
}
|
</style>
|