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