|
@@ -33,7 +33,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content-style justify-style">
|
|
<div class="content-style justify-style">
|
|
|
<div>
|
|
<div>
|
|
|
- <borderTemplate></borderTemplate>
|
|
|
|
|
|
|
+ <borderTemplate borderBox="width: 15.104vw;height: 12.500vw;"></borderTemplate>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<fullScreen ref="fullRef" class="inline-16" domId="fullScreen" style="visibility: hidden" @backFull="backFull"></fullScreen>
|
|
<fullScreen ref="fullRef" class="inline-16" domId="fullScreen" style="visibility: hidden" @backFull="backFull"></fullScreen>
|
|
@@ -256,29 +256,27 @@ export default {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
|
.select-style{
|
|
.select-style{
|
|
|
- width: 30vw;
|
|
|
|
|
|
|
+ width: 30%;
|
|
|
padding-top: 0.625vw;
|
|
padding-top: 0.625vw;
|
|
|
}
|
|
}
|
|
|
.title-style {
|
|
.title-style {
|
|
|
- width: 30vw;
|
|
|
|
|
|
|
+ width: 30%;
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei;
|
|
font-family: Microsoft YaHei, Microsoft YaHei;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
font-size: 2.292vw;
|
|
font-size: 2.292vw;
|
|
|
color: #E6F4FF;
|
|
color: #E6F4FF;
|
|
|
- line-height: 0.000vw;
|
|
|
|
|
text-shadow: 0.000vw 0.104vw 0.208vw #A9D7F9;
|
|
text-shadow: 0.000vw 0.104vw 0.208vw #A9D7F9;
|
|
|
- text-align: left;
|
|
|
|
|
|
|
+ margin: auto;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
text-transform: none;
|
|
text-transform: none;
|
|
|
- padding-top: 1.042vw;
|
|
|
|
|
|
|
+ padding-top: 1.042vh
|
|
|
}
|
|
}
|
|
|
.time-style{
|
|
.time-style{
|
|
|
font-family: Microsoft YaHei, Microsoft YaHei;
|
|
font-family: Microsoft YaHei, Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
font-size: 0.938vw;
|
|
font-size: 0.938vw;
|
|
|
color: #E6F4FF;
|
|
color: #E6F4FF;
|
|
|
- line-height: 0.000vw;
|
|
|
|
|
- text-align: left;
|
|
|
|
|
|
|
+ text-align: right;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
text-transform: none;
|
|
text-transform: none;
|
|
|
padding-top: 0.938vw;
|
|
padding-top: 0.938vw;
|
|
@@ -294,7 +292,7 @@ export default {
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
text-transform: none;
|
|
text-transform: none;
|
|
|
- margin-top: 1.042vw;
|
|
|
|
|
|
|
+ margin-top: 0.538vw;
|
|
|
border-radius: 0.313vw 0.313vw 0.313vw 0.313vw;
|
|
border-radius: 0.313vw 0.313vw 0.313vw 0.313vw;
|
|
|
border: none;
|
|
border: none;
|
|
|
}
|
|
}
|
|
@@ -303,9 +301,9 @@ export default {
|
|
|
justify-content: space-between
|
|
justify-content: space-between
|
|
|
}
|
|
}
|
|
|
.content-style{
|
|
.content-style{
|
|
|
- margin: 2.604vw 1.042vw 1.042vw 1.042vw;
|
|
|
|
|
|
|
+ margin: 1.804vw 1.042vw 1.042vw 1.042vw;
|
|
|
border: 0.052vw solid #5daf34;
|
|
border: 0.052vw solid #5daf34;
|
|
|
- height: calc(100vh - 11.458vw);
|
|
|
|
|
|
|
+ height: calc(100vh - 7.458vw);
|
|
|
}
|
|
}
|
|
|
/deep/ .el-input {
|
|
/deep/ .el-input {
|
|
|
position: relative;
|
|
position: relative;
|