jsk 部分修改
This commit is contained in:
parent
917c2e57e6
commit
5d68e94a9f
|
|
@ -69,9 +69,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="partthree">
|
||||
<div class="partthree_title"><span>厨师公示</span></div>
|
||||
<div class="partthree_title2"><div class="fegexian2" style="margin-top: 0px;"></div></div>
|
||||
<div style="height: 40%;width: 80%;margin-top: 8%;">
|
||||
<div class="partthree_title"><span>证件公示(健康证)</span></div>
|
||||
<div class="partthree_title2"><div class="fegexian2" style="margin-top: 2px;"></div></div>
|
||||
<div style="width: 100%; height: 100%; ">
|
||||
<carousel :per-page="12" :mouse-drag="true" :autoplay="false" :autoplay-timeout="5000" :loop="true" >
|
||||
<slide v-for="(item, index) in staffNums" :key="index">
|
||||
|
|
@ -324,6 +324,7 @@ export default {
|
|||
margin-top: 3%;
|
||||
}
|
||||
.partthree{
|
||||
margin-top: 2%;
|
||||
height: 100%;
|
||||
width: 85%;
|
||||
display: flex;
|
||||
|
|
@ -341,7 +342,7 @@ export default {
|
|||
.partthree_title2{
|
||||
display: flex;
|
||||
height: 6px;
|
||||
width: 80%;
|
||||
width: 100%;
|
||||
justify-content: center; /* 水平居中 */
|
||||
}
|
||||
.big-number {
|
||||
|
|
|
|||
Loading…
Reference in New Issue