Commit 4381b506 authored by “yiyousong”'s avatar “yiyousong”

perf: 修改评价器皮肤模板

parent ea271bfd
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
background: filterItem('10', 0), background: filterItem('10', 0),
}" }"
> >
<div class="left-info flex aic"> <div class="left-info flex flexc aic jcc">
<img src="../../../../assets/img/peopo.jpeg" /> <img src="../../../../assets/img/peopo.jpeg" />
<div> <div>
<p>姓名:XXX</p> <p>姓名:XXX</p>
...@@ -43,58 +43,22 @@ ...@@ -43,58 +43,22 @@
<p>电话:13666666666</p> <p>电话:13666666666</p>
</div> </div>
</div> </div>
<div class="slogan">个人SLOGAN</div> <div class="slogan flex1 flex aic jcc">SLOGAN</div>
</div> </div>
<div class="right flex1"> <div class="center flex1">
<img src="../../../../assets/img/video_img.png" /> <img src="../../../../assets/img/pjq.png" />
</div>
<div class="right flex flexc jcb aic">
<div
class="right-btn flex flexc jcc"
v-for="(v, i) in filterNav('4')"
:key="v.id"
:class="{ border: !filterItem('4', i) }"
:style="{
background: filterItem('4', i),
}"
></div>
</div> </div>
</div>
<!-- 尾部 -->
<div class="footer flex jcb aic">
<div
class="footer-btn flex flexc jcc"
v-for="(v, i) in filterNav('4')"
:key="v.id"
:class="{ border: !filterItem('4', i) }"
:style="{
background: filterItem('4', i),
}"
></div>
<!-- <div
class="footer-btn flex flexc jcc"
:class="{ border: !filterItem('4', 1) }"
:style="{
background: filterItem('4', 1),
}"
></div>
<div
class="footer-btn flex flexc jcc"
:class="{ border: !filterItem('4', 2) }"
:style="{
background: filterItem('4', 2),
}"
></div>
<div
class="footer-btn flex flexc jcc"
:class="{ border: !filterItem('4', 3) }"
:style="{
background: filterItem('4', 3),
}"
></div>
<div
class="footer-btn flex flexc jcc"
:class="{ border: !filterItem('4', 4) }"
:style="{
background: filterItem('4', 4),
}"
></div>
<div
class="footer-btn flex flexc jcc"
:class="{ border: !filterItem('4', 5) }"
:style="{
background: filterItem('4', 5),
}"
></div> -->
</div> </div>
</div> </div>
<!-- 空数据显示 --> <!-- 空数据显示 -->
...@@ -231,38 +195,42 @@ export default { ...@@ -231,38 +195,42 @@ export default {
} }
} }
.main { .main {
height: 320px; height: 420px;
width: 100%; width: 100%;
margin-top: 20px; margin-top: 20px;
.left { .left {
height: 100%; height: 100%;
width: 30%; width: 25%;
padding: 10px; padding: 10px;
margin-right: 20px; margin-right: 10px;
background: rgba(255, 255, 255, 0.8);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.7),
rgba(255, 255, 255, 0)
);
border-radius: 4px; border-radius: 4px;
font-weight: 600; font-weight: 600;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
.left-info { .left-info {
width: 100%; width: 100%;
padding: 10px;
} }
img { img {
width: 120px; width: 100px;
height: 160px;
margin-right: 10px; margin-right: 10px;
} }
.slogan { .slogan {
width: 100%; width: 100%;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 4px; border-radius: 4px;
border: 1px dashed #ccc; border: 1px dashed #ccc;
color: #fff;
} }
} }
.right { .center {
height: 100%; height: 100%;
margin-right: 10px;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -270,20 +238,18 @@ export default { ...@@ -270,20 +238,18 @@ export default {
} }
} }
} }
.footer { .right {
margin-top: 20px; width: 120px;
width: 100%; height: 100%;
.footer-btn { gap: 10px;
.right-btn {
flex: 1; flex: 1;
margin-right: 10px; width: 100%;
height: 120px;
padding: 10px; padding: 10px;
border-radius: 4px; border-radius: 4px;
background-size: 100% 100% !important; background-size: 100% 100% !important;
} }
& .footer-btn:last-child {
margin-right: 0px;
}
.border { .border {
border: 1px dashed #ececec; border: 1px dashed #ececec;
} }
......
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