Commit 7123c3ba authored by “yiyousong”'s avatar “yiyousong”

perf: 修改排号机皮肤模板

parent d53deea4
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="surface-preview-main"> <div class="surface-preview-main">
<div class="skin-header"> <div class="skin-header">
<h1 class="skin-header-title" :style="{ color: filterItem('2', 0) }"> <h1 class="skin-header-title" :style="{ color: filterItem('2', 0) }">
政务服务中心 自助排队取号系统
</h1> </h1>
<div class="skin-header-time" :style="{ color: filterItem('3', 0) }"> <div class="skin-header-time" :style="{ color: filterItem('3', 0) }">
<p class="show-time">16:14:00</p> <p class="show-time">16:14:00</p>
...@@ -20,9 +20,6 @@ ...@@ -20,9 +20,6 @@
</div> </div>
</div> </div>
<div class="skin-content"> <div class="skin-content">
<div class="skin-content-left">
<img src="../../../../assets/img/Banner.png" alt="" />
</div>
<div class="skin-content-right"> <div class="skin-content-right">
<div <div
v-for="(v, i) in filterNav('4')" v-for="(v, i) in filterNav('4')"
...@@ -59,13 +56,13 @@ ...@@ -59,13 +56,13 @@
</div> </div>
<div class="skin-footer-records"> <div class="skin-footer-records">
<p :style="{ color: filterItem('9', 0) }"> <p :style="{ color: filterItem('9', 0) }">
主办单位:四川省青霆科技有限公司 主办单位:XXXXXX有限公司
</p> </p>
<p :style="{ color: filterItem('9', 0) }"> <p :style="{ color: filterItem('9', 0) }">
承办单位:四川省青霆科技有限公司 承办单位:XXXXXX有限公司
</p> </p>
<p :style="{ color: filterItem('9', 0) }"> <p :style="{ color: filterItem('9', 0) }">
技术:四川省青霆科技有限公司 技术:XXXXXX有限公司
</p> </p>
<p :style="{ color: filterItem('9', 0) }">版权所有</p> <p :style="{ color: filterItem('9', 0) }">版权所有</p>
</div> </div>
...@@ -249,6 +246,7 @@ export default { ...@@ -249,6 +246,7 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
height: 100px; height: 100px;
margin-bottom: 40px;
align-items: center; align-items: center;
.skin-header-title { .skin-header-title {
font-size: 22px; font-size: 22px;
...@@ -268,46 +266,36 @@ export default { ...@@ -268,46 +266,36 @@ export default {
.skin-content { .skin-content {
flex: 1; flex: 1;
display: flex; display: flex;
justify-content: space-between; justify-content: flex-end;
flex-wrap: wrap; width: 96%;
width: 80%; margin-left: 2%;
margin-left: 10%;
.skin-content-left {
width: 48%;
height: 100%;
img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
}
.skin-content-right { .skin-content-right {
width: 48%; width: 600px;
height: 100%; height: 100%;
display: flex; display: grid;
flex-wrap: wrap; grid-template-columns: repeat(4, 150px);
justify-content: space-between; gap: 10px;
align-content: space-between;
div { div {
width: 176px; width: 150px;
height: 108px; height: 150px;
border-radius: 10px; border-radius: 10px;
background-repeat: no-repeat !important; background-repeat: no-repeat !important;
background-position: center !important; background-position: center !important;
background-size: 100% 100% !important; background-size: 100% 100% !important;
text-align: center; text-align: center;
line-height: 108px; line-height: 108px;
&:nth-child(3) {
grid-column: 3 / span 2;
}
&:nth-child(4) {
grid-column: 2 / span 1;
}
} }
.border { .border {
border: 1px dashed #ececec; border: 1px dashed #ececec;
} }
img {
width: 176px;
height: 108px;
border-radius: 10px;
}
} }
} }
.skin-footer { .skin-footer {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment