庞东旭 4 роки тому
джерело
коміт
41760935e2
3 змінених файлів з 10 додано та 5 видалено
  1. +4
    -4
      index.html
  2. +3
    -0
      static/css/index.css
  3. +3
    -1
      static/js/project/index.js

+ 4
- 4
index.html Переглянути файл

@@ -189,7 +189,7 @@
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<img src="{{serverApi}}{{# value.fileUrl}}" alt="" width="100%" height="152px" />
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}
@@ -240,7 +240,7 @@
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<img src="{{serverApi}}{{# value.fileUrl}}" alt="" width="100%" height="152px" />
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}
@@ -291,7 +291,7 @@
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<img src="{{serverApi}}{{# value.fileUrl}}" alt="" width="100%" height="152px" />
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}
@@ -342,7 +342,7 @@
<div class="centerLeft-center-middle">
<!-- 项目<br />公示-->
<p class="centerLeft-center-lable">{{# value.projectShowStatus.slice(0,2)+'<br/>'+value.projectShowStatus.slice(2)}}</p>
<img src="http://192.168.31.107/{{# value.fileUrl}}" alt="" />
<img src="{{serverApi}}{{# value.fileUrl}}" alt="" width="100%" height="152px" />
<div>
<p class="centerLeft-center-middle-tit01">
<span>{{# value.rollout}}</span>{{# value.projectName}}


+ 3
- 0
static/css/index.css Переглянути файл

@@ -282,6 +282,9 @@
.centerLeft-center-middle-tit01 {
font-size: 16px;
color: #626262;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.centerLeft-center-middle-tit01 span {


+ 3
- 1
static/js/project/index.js Переглянути файл

@@ -5,6 +5,8 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
//数据存储
var module = {
data: {
//服务器地址
serverApi:'http://192.168.31.107:8080',
//焦点图数据
focusList: [],
//新闻资讯数据
@@ -144,7 +146,7 @@ define(['jquery', "template", "Tools", "echarts", 'swiper'], function ($, templa
module.hallRolling();

//用户资料鼠标悬浮
module.userHover();
// module.userHover();

// 柱状图绘制
var chartDom = document.getElementById('chart');


Завантаження…
Відмінити
Зберегти