Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
nsgk_web
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
产权交易竞价大厅
RongCheng
庞东旭
hace 2 años
padre
b32acdd62a
commit
0670fa3f96
Se han
modificado 4 ficheros
con
19 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+13
-2
static/css/bidding/biddingBigData.css
BIN
static/images/rech.png
+5
-0
static/js/project/bidding/biddingBigDataDetail.js
+1
-0
view/bidding/biddingBigDataDetail.html
+ 13
- 2
static/css/bidding/biddingBigData.css
Ver fichero
@@ -23,12 +23,23 @@
color: #2d8bff;
}
.time div:nth-child(1){
.rech{
background: rgb(86,161,253) ;
padding: 6px 5px;
border-radius: 50%;
margin: 0 15px;
}
.rech img{
width: 25px;
}
.time div:nth-child(2){
background: url("../../images/rl.png") no-repeat ;
padding-left: 30px;
}
.time div:nth-child(2){
.time div:nth-child(
3
){
background: url("../../images/sz.png") no-repeat ;
padding-left: 30px;
margin: 0 15px;
BIN
static/images/rech.png
Ver fichero
Antes
Después
Anchura:
77
| Altura:
64
| Tamaño:
1.6 KiB
+ 5
- 0
static/js/project/bidding/biddingBigDataDetail.js
Ver fichero
@@ -41,6 +41,11 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
return(false);
}
//获取地址栏参数
rechSelect = function (){
tools.doGet(outProject + '/id/'+getQueryVariable('id'), {}, module.outProjectInformation,true);
}
//项目基本信息
module.outProjectInformation = function (data) {
if (data.code == 200) {
+ 1
- 0
view/bidding/biddingBigDataDetail.html
Ver fichero
@@ -37,6 +37,7 @@
</div>
<img src="../../static/images/bigData_logo.png" alt="" class="logoData" />
<div class="time">
<div class="rech" onclick="rechSelect()"><img src="../../static/images/rech.png" alt="" /></div>
<div id="nowDateNYR"></div>
<div id="nowDateSFM"></div>
<a href="/"><img src="../../static/images/home.png" alt=""></a>
Escribir
Vista previa
Cargando…
Cancelar
Guardar