|
|
@@ -3,7 +3,7 @@
|
|
|
<el-backtop target=".wgn_box" :right="20" :bottom="70" />
|
|
|
<div class="server_title">
|
|
|
<el-image
|
|
|
- style="width: 824px; height: calc(100vh - 70px)"
|
|
|
+ style="width: 43vw; height: calc(100vh - 120px)"
|
|
|
src="static/images/wgn_title.png"
|
|
|
fit="cover"
|
|
|
/>
|
|
|
@@ -19,7 +19,7 @@
|
|
|
</div>
|
|
|
<div class="server_list_box">
|
|
|
<div class="server_list_box_title">微功能列表</div>
|
|
|
- <el-affix :offset="0">
|
|
|
+ <el-affix :offset="80">
|
|
|
<div class="server_list_box_search">
|
|
|
<el-input
|
|
|
v-model="searchStr"
|
|
|
@@ -332,15 +332,15 @@ export default {
|
|
|
align-items: center;
|
|
|
}
|
|
|
.server_title_text {
|
|
|
- width: calc(100vw - 824px);
|
|
|
- height: calc(100vh - 70px);
|
|
|
+ width: calc(77vw - 200px);
|
|
|
+ height: calc(100vh - 120px);
|
|
|
background-color: #1c2631;
|
|
|
color: #fff;
|
|
|
- padding: 0 160px 0 60px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
overflow: hidden;
|
|
|
+ padding: 0 100px;
|
|
|
&_title {
|
|
|
font-size: 64px;
|
|
|
font-weight: bold;
|
|
|
@@ -370,7 +370,7 @@ export default {
|
|
|
z-index: 1;
|
|
|
}
|
|
|
&_title {
|
|
|
- margin-top: 100px;
|
|
|
+ margin: 100px 0;
|
|
|
font-size: 35px;
|
|
|
font-weight: bold;
|
|
|
position: relative;
|
|
|
@@ -386,7 +386,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
&_search {
|
|
|
- margin-top: 100px;
|
|
|
+ // margin-top: 100px;
|
|
|
font-size: 25px;
|
|
|
display: flex;
|
|
|
flex-wrap: nowrap;
|