Procházet zdrojové kódy

task 43078 优化

rongxin_dev
庞东旭 před 1 měsícem
rodič
revize
fb80ff81bc
1 změnil soubory, kde provedl 14 přidání a 10 odebrání
  1. +14
    -10
      src/views/sunVillage_info/index_code_rights.vue

+ 14
- 10
src/views/sunVillage_info/index_code_rights.vue Zobrazit soubor

@@ -22,7 +22,7 @@
v-for="(childrenItem,childrenIdx) in item.menus"
:key="childrenItem.id"
:to="{name:childrenItem.menuUrl,query:{type:'code',typeX:childrenItem.urlPara}}"
class="nav_item"
class="nav_item n_13"
:style="`background:url(${require('@/assets/images/sunVillage_info/' + childrenItem.menuIcon)}) no-repeat center top;background-size: 50%;`"
>
{{childrenItem.menuName}}
@@ -238,15 +238,15 @@
&:nth-child(3){
margin-right: 0;
}
&:nth-child(4n+1){
margin-top: 15PX;
}
&:nth-child(5n+1){
margin-top: 15PX;
}
&:nth-child(6n+1){
margin-top: 15PX;
}
/*&:nth-child(4n+1){*/
/* margin-top: 15PX;*/
/*}*/
/*&:nth-child(5n+1){*/
/* margin-top: 15PX;*/
/* }*/
/*&:nth-child(6n+1){*/
/* margin-top: 15PX;*/
/* }*/
&:nth-child(1){
margin-top: 0PX;
}
@@ -278,6 +278,10 @@
background: url('../../assets/images/sunVillage_info/tcIcon.png') no-repeat center top;
background-size: 44.5PX;
}
&.n_13 {
background-size: 50%;
margin-bottom: 20PX;
}
&.n_77 {
background: url('../../assets/images/sunVillage_info/index_block_77.png') no-repeat center top;
background-size: 34.5PX;


Načítá se…
Zrušit
Uložit