| | |
| | | <style scoped lang="scss"> |
| | | .app-view { |
| | | display: grid; |
| | | background-color:#F6FAFF; |
| | | } |
| | | </style> |
| | | |
| | |
| | | ] |
| | | const active=ref('home') |
| | | const tabChang=(index:any)=>{ |
| | | alert(index) |
| | | if (index==='home'){ |
| | | router.push('/') |
| | | } else { |
| | |
| | | const router=useRouter() |
| | | const active=ref('my') |
| | | const tabChang=(index:any)=>{ |
| | | alert(index) |
| | | if (index==='home'){ |
| | | router.push('/') |
| | | } else { |
| | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | .page{ |
| | | background-color: #F6FAFF; |
| | | background-color:#F6FAFF; |
| | | position:relative; |
| | | min-width: 375px; |
| | | min-height: 800px; |
| | | text-align: center; |
| | | .hader{ |
| | | margin-top: 20px; |
| | | margin-bottom: 20px; |
| | |
| | | // margin-bottom: 20px; |
| | | } |
| | | .serveItem{ |
| | | text-align: center; |
| | | margin-top: 20px; |
| | | font-size: 13px; |
| | | font-family: PingFangSC-Regular, PingFang SC; |