update: 适配意见反馈移动端;网站关键词标题描述修改;LOGO修改

This commit is contained in:
mixtan 2025-06-11 13:30:19 +08:00
parent d5a648e79c
commit 9146d664b5
9 changed files with 27 additions and 25 deletions

View File

@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="">
<html lang="zh">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<title>小发同城</title>
<meta name="description" content="小发同城官网是小发电商官方商家入驻平台的登录入口,提供了一站式的商家开店服务,在这里,商家可以轻松地注册账号、创建店铺、处理订单等。小发官网致力于为广大商家提供高效便捷的电商运营解决方案,助力商家实现商业成功,和小发合作,一起更好。"/>
<meta name="keywords" content="小发同城电商,小发电商官网,小发同城超市好货,小发线上电商,小发线上超市,小发同城电商,小发本地团购,小发本地商家,小发社区好物,小发商家精选,小发电商招商,小发电商入驻,小发供应商,小发代理商,小发好货,小发好货官网。"/>
<title>小发同城官网 - 小发旗下本地sass电商品牌,品类多,价格低。精选好货,省心省钱!</title>
</head>
<body>
<div id="app"></div>

View File

@ -117,7 +117,6 @@ html{
display: inline-block;
background-size: contain;
outline: none;
}
/*头部导航*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 45 KiB

BIN
src/assets/image/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

View File

@ -3,19 +3,19 @@
<div class="header-list">
<el-row>
<div class="header-top">
<el-col :xs="2" :sm="2" :md="2" :lg="2" :xl="2">
<el-col :span="4">
<div class="logo">
<router-link :to="{ name: 'index' }"></router-link>
<img src="@/assets/image/logo.png">
</div>
</el-col>
<el-col :xs="14" :sm="14" :md="14" :lg="14" :xl="14">
<el-col :span="12">
<ul class="header-menu">
<router-link v-for="(item, index) in headlist" :key="index" :to="item.path">
<li><span>{{ item.title }}</span></li>
</router-link>
</ul>
</el-col>
<el-col :xs="6" :sm="6" :md="6" :lg="6" :xl="6">
<el-col :span="8">
<div class="header-right">
<div class="start">
<el-button color="#ea4322" @click="handleOpenStartPage">
@ -262,27 +262,16 @@ onUnmounted(() => {
color: blue;
}
.logo {
display: inline-block;
img{
height: 48px;
}
}
@media (max-width: 768px) {
.header-menu {
display: none;
}
/* .header-menu {
display: none;
}
.mobile-menu{
padding: 32px 24px;
border-top: 2px solid #DCDCDC;
}
.header-right {
display: none;
}
.hamburger-menu {
display: block;
}
.login-register-module {
display: flex;
} */
}
</style>

View File

@ -97,4 +97,16 @@ const uploadSubmit = ({ file }) => {
}
}
}
@media (max-width: 768px) {
.feedback-container {
width: 100%;
min-height: calc(100vh - 70px - 150px);
background: #eee;
padding: 20px;
.main {
width: auto;
}
}
}
</style>