| | |
| | | el |
| | | <template> |
| | | <div class="header"> |
| | | <img width="227px" height="74px" src="@/assets/home/logo.png" alt="" /> |
| | | <img width="427px" height="74px" src="@/assets/home/Header.png" alt="" /> |
| | | <div class="other"> |
| | | <div class="item"> |
| | | <img width="21px" height="21px" src="@/assets/home/share.png" alt="" /> |
| | | <span>分享网站</span> |
| | | </div> |
| | | <div class="item"> |
| | | <img |
| | | width="21px" |
| | | height="21px" |
| | | src="@/assets/home/BellFilled.png" |
| | | alt="" |
| | | /> |
| | | <span>我的消息</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <my-header /> |
| | | <div class="banner"> |
| | | <!-- <img width="100%" height="306px" src="@/assets/home/banner.png" alt="" /> --> |
| | | </div> |
| | |
| | | <script lang="ts" setup> |
| | | import { onMounted, ref, computed, reactive } from "vue"; |
| | | import MyFooter from "./component/myFooter.vue"; |
| | | import MyHeader from "./component/myHeader.vue"; |
| | | import { useUserStoreHook } from "@/store/modules/user"; |
| | | import { exRole } from "@/api/register/index"; |
| | | import { storageLocal, isString, isIncludeAllChildren } from "@pureadmin/utils"; |
| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | .header { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-evenly; |
| | | height: 80px; |
| | | width: 100%; |
| | | .middle { |
| | | width: 50%; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | color: rgb(51, 51, 51); |
| | | font-family: 思源黑体; |
| | | } |
| | | .other { |
| | | display: flex; |
| | | .item { |
| | | display: flex; |
| | | justify-content: center; |
| | | width: 63px; |
| | | height: 48px; |
| | | color: rgb(51, 51, 51); |
| | | font-family: 思源黑体; |
| | | font-size: 12px; |
| | | font-weight: 400; |
| | | line-height: 20px; |
| | | letter-spacing: 0%; |
| | | text-align: left; |
| | | text-transform: capitalize; |
| | | flex-wrap: wrap; |
| | | margin-right: 10px; |
| | | } |
| | | } |
| | | } |
| | | .banner { |
| | | // left: -3.76px; |
| | | // top: 80px; |