浏览代码

优化首页样式

jingqu
liuminjian 7 个月前
父节点
当前提交
5056011c4f
共有 6 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      index.html
  2. +1
    -1
      static/css/index.css
  3. 二进制
      static/images/banner321.png
  4. 二进制
      static/images/logo.png
  5. 二进制
      static/images/logo_1.png
  6. +1
    -1
      static/js/project/index.js

+ 1
- 1
index.html 查看文件

@@ -233,7 +233,7 @@
</div>
</div>
</div>
<img src="static/images/index_center_right_icon.png" style="cursor: pointer;" onclick="window.open('http://218.59.175.43:82')" alt="">
<!-- <img src="static/images/index_center_right_icon.png" style="cursor: pointer;" onclick="window.open('http://218.59.175.43:82')" alt=""> -->
</div>

<!--交易项目-->


+ 1
- 1
static/css/index.css 查看文件

@@ -122,7 +122,7 @@
text-stroke: 1px #ffffff;
-webkit-text-stroke: 1px #ffffff;
font-size: 38px;
padding-left: 60px;
padding-left: 76px;
}

.logoSearch-div:first-child img,.logoSearch-div:first-child h1{


二进制
static/images/banner321.png 查看文件

之前 之后
宽度: 1920  |  高度: 320  |  大小: 284 KiB

二进制
static/images/logo.png 查看文件

之前 之后
宽度: 54  |  高度: 69  |  大小: 1.8 KiB 宽度: 64  |  高度: 69  |  大小: 8.8 KiB

二进制
static/images/logo_1.png 查看文件

之前 之后
宽度: 54  |  高度: 69  |  大小: 1.8 KiB

+ 1
- 1
static/js/project/index.js 查看文件

@@ -267,7 +267,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa

if(data.data.length<1){
focusArray.push({
img:'../static/images/banner320.jpg'
img:'../static/images/banner321.png'
})
}else{
data.data.forEach(res=>{


正在加载...
取消
保存