style: 整体调整

This commit is contained in:
ccnetcore
2025-08-23 12:14:09 +08:00
parent 56ec260e3a
commit 06f0c6caa7
14 changed files with 154 additions and 162 deletions

View File

@@ -256,7 +256,7 @@ function contactCustomerService() {
<h4>站长微信(备注AI以便通过)</h4>
<img
:src="wxSrc"
class="w-50 py-5 h-70 border border-gray-200 rounded-lg shadow-md cursor-pointer hover:shadow-lg transition-transform hover:scale-105"
class=" py-5 border border-gray-200 rounded-lg shadow-md cursor-pointer hover:shadow-lg transition-transform hover:scale-105"
alt="微信二维码"
>
</div>

View File

@@ -3,10 +3,10 @@ import { ElMessageBox } from 'element-plus';
import SupportModelProducts from '@/components/SupportModelProducts/indexl.vue';
const wxSrc = computed(
() => `${import.meta.env.VITE_WEB_BASE_API}/wwwroot/aihub/wx.png`,
() => `/src/assets/images/wx.png`,
);
// 微信群二维码
const wxGroupQD = `${import.meta.env.VITE_WEB_BASE_API}/wwwroot/aihub/jlq.png`;
const wxGroupQD = `/src/assets/images/wx.png`;
const srcList = [
wxGroupQD,
];
@@ -222,7 +222,7 @@ function openContact() {
</h4>
<img
:src="wxSrc"
class="w-50 h-70 border border-gray-200 rounded-lg shadow-md cursor-pointer hover:shadow-lg transition-transform hover:scale-105"
class="w-50 h-50 border border-gray-200 rounded-lg shadow-md cursor-pointer hover:shadow-lg transition-transform hover:scale-105"
onclick="document.getElementById('wechat-qrcode-fullscreen').style.display = 'flex'"
alt="微信二维码"
>
@@ -233,7 +233,7 @@ function openContact() {
<img
:src="wxGroupQD"
class="w-50 h-70 border border-gray-200 rounded-lg shadow-md cursor-pointer hover:shadow-lg transition-transform hover:scale-105"
class="w-50 h-50 border border-gray-200 rounded-lg shadow-md cursor-pointer hover:shadow-lg transition-transform hover:scale-105"
onclick="document.getElementById('wx-group-qrcode-fullscreen').style.display = 'flex'"
alt="微信二维码"
>
@@ -349,7 +349,7 @@ function openContact() {
</el-divider>
<el-collapse class="max-w-3xl mx-auto flex justify-center" accordion>
<el-image
style="width: 500px; height: auto;"
style="width: 200px; height: 200px;"
:src="wxGroupQD"
:zoom-rate="1.2"
:max-scale="7"