|
|
|
@ -12,6 +12,7 @@ |
|
|
|
|
<div class="des">光束线的作用是将光源发出的超快、全相干、高亮度的激光高效地传输到实验站样品处,并在传输过程中对FEL脉冲进行频谱诊断、脉冲能量诊断、光斑位置诊断、光斑横向分布诊断、脉冲到达时间诊断、波前诊断、偏振诊断等。同时根据后端实验站的不同科学需求,可进一步对FEL脉冲进行单色化、脉冲能量衰减、横向光斑微聚焦等。</div> |
|
|
|
|
</div> |
|
|
|
|
<img class="pic" src="@/assets/images/device/1.png" alt=""> |
|
|
|
|
<div class="imgText"><div class="readio"></div>波荡器示意图</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -55,6 +56,29 @@ export default { |
|
|
|
|
} |
|
|
|
|
.banner { |
|
|
|
|
background: url(../../assets/images/device/13.png) 0 0/100% 100% no-repeat; |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
.beamBox { |
|
|
|
|
position: relative; |
|
|
|
|
.left{ |
|
|
|
|
flex-grow: 1; |
|
|
|
|
} |
|
|
|
|
.imgText { |
|
|
|
|
position: absolute; |
|
|
|
|
right: 4rem; |
|
|
|
|
bottom: 3.25rem; |
|
|
|
|
display: flex; |
|
|
|
|
font-size: 1.125rem; |
|
|
|
|
font-weight: 400; |
|
|
|
|
.readio { |
|
|
|
|
width: 7px; |
|
|
|
|
height: 7px; |
|
|
|
|
background-color: #2A2A2A; |
|
|
|
|
border-radius: 50%; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
margin-top: 8px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.share { |
|
|
|
|
position: relative; |
|
|
|
@ -69,7 +93,7 @@ export default { |
|
|
|
|
position: relative; |
|
|
|
|
font-size: 2.4rem; |
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: #333333; |
|
|
|
|
} |
|
|
|
|
.en { |
|
|
|
@ -97,7 +121,7 @@ export default { |
|
|
|
|
.pic { |
|
|
|
|
width: 610px; |
|
|
|
|
height: 409px; |
|
|
|
|
margin-top: -30px; |
|
|
|
|
margin-top: 10px; |
|
|
|
|
border-top-left-radius: 20px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -149,9 +173,10 @@ export default { |
|
|
|
|
.beamBox{ |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
.left { |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.des{ |
|
|
|
|
-webkit-line-clamp: 100 |
|
|
|
|