이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
zhangzl
/
nsgk_web
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
产权交易竞价大厅
RongCheng
庞东旭
1 년 전
부모
b32acdd62a
커밋
0670fa3f96
4개의 변경된 파일
과
19개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
파일 보기
@@ -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
파일 보기
Before
After
Width:
77
| Height:
64
| Size:
1.6 KiB
+ 5
- 0
static/js/project/bidding/biddingBigDataDetail.js
파일 보기
@@ -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
파일 보기
@@ -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>
쓰기
미리보기
불러오는 중...
취소
저장