电商交易banned取消,首屏文字折叠优化
This commit is contained in:
parent
95979322c9
commit
b39889fe9b
@ -150,7 +150,7 @@ const gotoPage = (row) => {
|
|||||||
.platform-title {
|
.platform-title {
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
line-height: 40px;
|
line-height: 80px;
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
@ -165,7 +165,7 @@ const gotoPage = (row) => {
|
|||||||
.platform-title {
|
.platform-title {
|
||||||
font-size: 70px;
|
font-size: 70px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
line-height: 40px;
|
line-height: 80px;
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
}
|
}
|
||||||
.platform-panel-item {
|
.platform-panel-item {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 196 KiB |
Binary file not shown.
Before Width: | Height: | Size: 148 KiB |
Binary file not shown.
Before Width: | Height: | Size: 167 KiB |
@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<common current-name="agricultural">
|
<common current-name="agricultural">
|
||||||
<template #main>
|
<template #main>
|
||||||
<banner :imglist="bannerList"></banner>
|
<!-- <banner :imglist="bannerList"></banner> -->
|
||||||
<filtertop :list="treeList" @select="selected" @search="search"></filtertop>
|
<filtertop :list="treeList" @select="selected" @search="search"></filtertop>
|
||||||
<div class="goods-list-warp">
|
<div class="goods-list-warp">
|
||||||
<div class="goods-list">
|
<div class="goods-list">
|
||||||
@ -118,7 +118,7 @@ const getList = (data) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
let bannerList = reactive(['images/ecommerce/' + 'banner.png', 'images/ecommerce/' + 'banner1.png']);
|
// let bannerList = reactive(['images/ecommerce/' + 'banner.png', 'images/ecommerce/' + 'banner1.png']);
|
||||||
|
|
||||||
const search = (data) => {
|
const search = (data) => {
|
||||||
getList(data);
|
getList(data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user