| | |
| | | </div> |
| | | <div class="menuTitle">{{ item.title }}</div> |
| | | <div class="menuSubTitle">{{ item.subTitle }}</div> |
| | | <div class="menuLine"><i class="el-icon-right"></i></div> |
| | | <div class="menuLine"><img class="autoImg" :src="arrow" alt="" /></div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | import rongyu from "@/assets/images/menuIcon/rongyu.png"; |
| | | import xueshu from "@/assets/images/menuIcon/xueshu.png"; |
| | | import homeBg from "@/assets/images/homeBg1.jpg"; |
| | | |
| | | import arrow from "@/assets/images/right_arrow.svg"; |
| | | export default { |
| | | components: { |
| | | SearchBox, |
| | |
| | | |
| | | data() { |
| | | return { |
| | | arrow, |
| | | menuList: [ |
| | | { |
| | | icon: nianpu1, |
| | |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | font-family: siyuan; |
| | | |
| | | } |
| | | .bgBox { |
| | | width: 100%; |
| | |
| | | font-size: 28px; |
| | | margin-top: 20px; |
| | | font-family: siyuan; |
| | | |
| | | } |
| | | .menuLine { |
| | | width: 30px; |
| | | height: 30px; |
| | | position: relative; |
| | | margin-top: 40px; |
| | | font-size: 40px; |
| | | } |
| | |
| | | text-align: center; |
| | | } |
| | | |
| | | @media screen and (min-width: 1950px) { |
| | | /* @media screen and (min-width: 1950px) { |
| | | .textInfo { |
| | | font-size: 20px; |
| | | line-height: 24px; |
| | | } |
| | | } |
| | | } */ |
| | | </style> |