This commit is contained in:
姚宇浩 2024-04-19 10:00:02 +08:00
parent 73b3a4e755
commit c45e10e2be
1 changed files with 39 additions and 27 deletions

View File

@ -8,7 +8,7 @@
v-if="leftchoose.first == '1'"
src="@/assets/images/hygiene/yb_1.png"
class="c"
style="width:160px;"
style="width: 160px"
/>
<img
v-else
@ -20,7 +20,7 @@
v-if="leftchoose.first == '2'"
src="@/assets/images/hygiene/yb_2.png"
class="c"
style="width:160px;"
style="width: 160px"
/>
<img
v-else
@ -77,19 +77,20 @@
</div>
</div>
<div class="displayFlex right_bg">
<div class="flex1" style="flex:0.9">
<div class="flex1" style="flex: 0.9">
<div class="yd_title mechanism"></div>
<eP6></eP6>
</div>
<div class="flex1" style="flex:1.1;">
<div class="flex1" style="flex: 1.1">
<div class="yd_title service"></div>
<eP7></eP7>
</div>
<div class="flex1" >
<div class="flex1">
<div class="yd_title last"></div>
<div class="table">
<div class="item" v-for="i in 15">3月2日健康日在龙中公园进行健康活动宣</div>
<div class="item" v-for="i in 15">
3月2日健康日在龙中公园进行健康活动宣
</div>
</div>
</div>
</div>
@ -163,8 +164,10 @@ const change = (name, index) => {
right: 5px;
top: 1px;
}
.c{
width: 130px; height: 42px; cursor: pointer
.c {
width: 130px;
height: 42px;
cursor: pointer;
}
}
@ -631,7 +634,12 @@ const change = (name, index) => {
margin-left: 10px;
display: flex;
flex-direction: column;
color: #ccc;
font-weight: 500;
font-size: 16px;
color: #ffffff;
line-height: 22px;
letter-spacing: 2px;
}
}
.right {
@ -650,7 +658,12 @@ const change = (name, index) => {
margin-left: 10px;
display: flex;
flex-direction: column;
color: #ccc;
font-weight: 500;
font-size: 16px;
color: #ffffff;
line-height: 22px;
letter-spacing: 2px;
}
}
}
@ -672,7 +685,6 @@ const change = (name, index) => {
background-size: 100% 100%;
color: #ffffff;
}
}
/* 滚动条整体部分 */
.table::-webkit-scrollbar {