style: 整体调整
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user