Ver a proveniência

优化首页样式

jingqu
liuminjian há 7 meses
ascendente
cometimento
5056011c4f
6 ficheiros alterados com 3 adições e 3 eliminações
  1. +1
    -1
      index.html
  2. +1
    -1
      static/css/index.css
  3. BIN
      static/images/banner321.png
  4. BIN
      static/images/logo.png
  5. BIN
      static/images/logo_1.png
  6. +1
    -1
      static/js/project/index.js

+ 1
- 1
index.html Ver ficheiro

@@ -233,7 +233,7 @@
</div> </div>
</div> </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> </div>


<!--交易项目--> <!--交易项目-->


+ 1
- 1
static/css/index.css Ver ficheiro

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


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


BIN
static/images/banner321.png Ver ficheiro

Antes Depois
Largura: 1920  |  Altura: 320  |  Tamanho: 284 KiB

BIN
static/images/logo.png Ver ficheiro

Antes Depois
Largura: 54  |  Altura: 69  |  Tamanho: 1.8 KiB Largura: 64  |  Altura: 69  |  Tamanho: 8.8 KiB

BIN
static/images/logo_1.png Ver ficheiro

Antes Depois
Largura: 54  |  Altura: 69  |  Tamanho: 1.8 KiB

+ 1
- 1
static/js/project/index.js Ver ficheiro

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


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


Carregando…
Cancelar
Guardar