Commit 628c8da6f8fe54bbb55916e5fad026e9273ffb71
1 parent
7552bd7a
填报--- 时间操作
Showing
5 changed files
with
246 additions
and
4 deletions
index/index.html
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | <link rel="stylesheet" href="../resource/lib/bootstrap-table/bootstrap-table.min.css"> |
12 | 12 | <link rel="stylesheet" href="../resource/lib/bootstrap-table/bootstrap-table-fixed-columns.css"> |
13 | 13 | <link rel="stylesheet" href="../resource/lib/font-awesome/css/font-awesome.min.css"> |
14 | - <link rel="stylesheet" href="../resource/public/commoncss.css"> | |
14 | + <link rel="stylesheet" href="../resource/public/commoncss.css?a=2"> | |
15 | 15 | |
16 | 16 | |
17 | 17 | </head> | ... | ... |
resource/public/commoncss.css
... | ... | @@ -4,9 +4,11 @@ |
4 | 4 | html,body{ |
5 | 5 | background-color: #f6f7fb; |
6 | 6 | min-width: 1200px; |
7 | + font-family:”微软雅黑”; | |
7 | 8 | } |
8 | 9 | ul,li{ |
9 | 10 | list-style: none; |
11 | + padding-left: 0; | |
10 | 12 | } |
11 | 13 | .float-left{ |
12 | 14 | float: left; |
... | ... | @@ -46,7 +48,7 @@ header{ |
46 | 48 | height: 90px; |
47 | 49 | line-height: 90px; |
48 | 50 | border-bottom: 4px solid #fff; |
49 | - margin-right: 80px; | |
51 | + margin-left: 80px; | |
50 | 52 | display: inline-block; |
51 | 53 | text-align: center; |
52 | 54 | } | ... | ... |
topages/topagesTmp.js
... | ... | @@ -26,7 +26,7 @@ var res = $('#main-con'); |
26 | 26 | //工时查询 |
27 | 27 | |
28 | 28 | R.route('/workfill', function() { |
29 | - $("#pageCssLink").attr("href",'../topages/workfill/workfill.css'); | |
29 | + $("#pageCssLink").attr("href",'../topages/workfill/workfill.css?a=1'); | |
30 | 30 | res.load('../topages/workfill/workfill.html'); |
31 | 31 | |
32 | 32 | $('.nav-bar-container li').removeClass('navbar-active'); | ... | ... |
topages/workfill/workfill.css
1 | 1 | .time-opr-area{ |
2 | 2 | padding-left: 80px; |
3 | + margin-left: -10px; | |
3 | 4 | height: 66px; |
4 | 5 | background: url("../../resource/img/time-opr-area.png") no-repeat 0 center; |
5 | 6 | } |
... | ... | @@ -26,4 +27,115 @@ |
26 | 27 | color: rgba(0,0,0,.4); |
27 | 28 | background-color: #fff; |
28 | 29 | border-radius: 4px; |
30 | +} | |
31 | + | |
32 | +.workfill-list-wrap li{ | |
33 | + width: 277px; | |
34 | + height: 450px; | |
35 | + background-color: #fff; | |
36 | + border-radius: 2px; | |
37 | + margin-bottom: 30px; | |
38 | + float: left; | |
39 | + margin-right: 30px; | |
40 | + padding: 22px 15px; | |
41 | +} | |
42 | +.workfill-list-wrap li:nth-of-type(4){ | |
43 | + margin-right: 0; | |
44 | +} | |
45 | +.workfill-list-weekday{ | |
46 | + font-size: 18px; | |
47 | + color: #363d5d; | |
48 | + padding-left: 20px; | |
49 | + position: relative; | |
50 | +} | |
51 | +.workfill-list-weekday:before{ | |
52 | + content: ''; | |
53 | + position: absolute; | |
54 | + left:0; | |
55 | + top:7px; | |
56 | + width: 10px; | |
57 | + height: 10px; | |
58 | + border: 2px solid rgba(0,0,0,.2); | |
59 | + border-radius: 100%; | |
60 | +} | |
61 | +.workfill-list-btn{ | |
62 | + padding: 3px 20px; | |
63 | + border-radius: 15px; | |
64 | +} | |
65 | +.workfill-list-wrap li:nth-of-type(1) .workfill-list-btn{ | |
66 | + background-color: #fedee5; | |
67 | + color: #f94c6e; | |
68 | +} | |
69 | +.workfill-list-wrap li:nth-of-type(2) .workfill-list-btn{ | |
70 | + background-color: #fef0db; | |
71 | + color: #fead39; | |
72 | +} | |
73 | +.workfill-list-wrap li:nth-of-type(3) .workfill-list-btn{ | |
74 | + background-color: #dbe7fe; | |
75 | + color: #4886ff; | |
76 | +} | |
77 | +.workfill-list-wrap li:nth-of-type(4) .workfill-list-btn{ | |
78 | + background-color: #98c74b; | |
79 | + color: #f1fae2; | |
80 | +} | |
81 | +.workfill-list-wrap li:nth-of-type(5) .workfill-list-btn{ | |
82 | + background-color: #f5f2fe; | |
83 | + color: #714cf9; | |
84 | +} | |
85 | +.workfill-list-wrap li:nth-of-type(6) .workfill-list-btn{ | |
86 | + background-color: #fbf8e0; | |
87 | + color: #f7e124; | |
88 | +} | |
89 | +.workfill-list-wrap li:nth-of-type(7) .workfill-list-btn{ | |
90 | + background-color: #bde7fe; | |
91 | + color: #6297fe; | |
92 | +} | |
93 | +.workfill-list-container{ | |
94 | + height: 280px; | |
95 | + border: 1px solid #f0f1f9; | |
96 | + overflow-y: auto; | |
97 | + color:rgba(0,0,0,.5); | |
98 | + padding: 20px 20px; | |
99 | +} | |
100 | +.workfill-list-projectnamewrap{ | |
101 | + border: 1px solid #f0f1f9; | |
102 | + height: 64px; | |
103 | + padding: 24px 20px 0; | |
104 | + margin: 20px 0 19px; | |
105 | + font-size: 16px; | |
106 | + color: #363d5d; | |
107 | + position: relative; | |
108 | +} | |
109 | +.workfill-list-projectnamewrap:before{ | |
110 | + content: ''; | |
111 | + position: absolute; | |
112 | + width: 30px; | |
113 | + height: 2px; | |
114 | + top:15px; | |
115 | + left: 20px; | |
116 | +} | |
117 | +.workfill-list-wrap li:nth-of-type(1) .workfill-list-projectnamewrap:before{ | |
118 | + background-color: #f94c6e; | |
119 | +} | |
120 | +.workfill-list-wrap li:nth-of-type(2) .workfill-list-projectnamewrap:before{ | |
121 | + background-color: #fead39; | |
122 | +} | |
123 | +.workfill-list-wrap li:nth-of-type(3) .workfill-list-projectnamewrap:before{ | |
124 | + background-color: #4886ff; | |
125 | +} | |
126 | +.workfill-list-wrap li:nth-of-type(4) .workfill-list-projectnamewrap:before{ | |
127 | + background-color: #98c74b; | |
128 | +} | |
129 | +.workfill-list-wrap li:nth-of-type(5) .workfill-list-projectnamewrap:before{ | |
130 | + background-color: #714cf9; | |
131 | +} | |
132 | +.workfill-list-wrap li:nth-of-type(6) .workfill-list-projectnamewrap:before{ | |
133 | + background-color: #f7e124; | |
134 | +} | |
135 | +.workfill-list-wrap li:nth-of-type(7) .workfill-list-projectnamewrap:before{ | |
136 | + background-color: #6297fe; | |
137 | +} | |
138 | +.workfill-list-projectname{ | |
139 | + | |
140 | + | |
29 | 141 | } |
30 | 142 | \ No newline at end of file | ... | ... |
topages/workfill/workfill.html
... | ... | @@ -8,6 +8,134 @@ |
8 | 8 | </div> |
9 | 9 | <div class="float-right time-opr-show text-center" id="time-opr-show"> </div> |
10 | 10 | </div> |
11 | -<div>1</div> | |
11 | +<ul class="workfill-list-wrap clearfix"> | |
12 | + <li> | |
13 | + <div class="workfill-list-weekday-wrap clearfix"> | |
14 | + <span class="float-left workfill-list-weekday">周一</span> | |
15 | + <span class="float-right workfill-list-btn">提交</span> | |
16 | + </div> | |
17 | + <div class="workfill-list-projectnamewrap"> | |
18 | + <div class="workfill-list-projectname">项目名称</div> | |
19 | + </div> | |
20 | + <div class="workfill-list-container"> | |
21 | + 相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
22 | + | |
23 | + 异地购房、离婚购房提取公积金受限相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。 | |
24 | + | |
25 | + 此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
26 | + | |
27 | + 异地购房、离婚购房提取公积金受限 | |
28 | + </div> | |
29 | + </li> | |
30 | + <li> | |
31 | + <div class="workfill-list-weekday-wrap clearfix"> | |
32 | + <span class="float-left workfill-list-weekday">周一</span> | |
33 | + <span class="float-right workfill-list-btn">提交</span> | |
34 | + </div> | |
35 | + <div class="workfill-list-projectnamewrap"> | |
36 | + <div class="workfill-list-projectname">项目名称</div> | |
37 | + </div> | |
38 | + <div class="workfill-list-container"> | |
39 | + 相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
40 | + | |
41 | + 异地购房、离婚购房提取公积金受限相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。 | |
42 | + | |
43 | + 此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
44 | + | |
45 | + 异地购房、离婚购房提取公积金受限 | |
46 | + </div> | |
47 | + </li> | |
48 | + <li> | |
49 | + <div class="workfill-list-weekday-wrap clearfix"> | |
50 | + <span class="float-left workfill-list-weekday">周一</span> | |
51 | + <span class="float-right workfill-list-btn">提交</span> | |
52 | + </div> | |
53 | + <div class="workfill-list-projectnamewrap"> | |
54 | + <div class="workfill-list-projectname">项目名称</div> | |
55 | + </div> | |
56 | + <div class="workfill-list-container"> | |
57 | + 相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
58 | + | |
59 | + 异地购房、离婚购房提取公积金受限相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。 | |
60 | + | |
61 | + 此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
62 | + | |
63 | + 异地购房、离婚购房提取公积金受限 | |
64 | + </div> | |
65 | + </li> | |
66 | + <li> | |
67 | + <div class="workfill-list-weekday-wrap clearfix"> | |
68 | + <span class="float-left workfill-list-weekday">周一</span> | |
69 | + <span class="float-right workfill-list-btn">提交</span> | |
70 | + </div> | |
71 | + <div class="workfill-list-projectnamewrap"> | |
72 | + <div class="workfill-list-projectname">项目名称</div> | |
73 | + </div> | |
74 | + <div class="workfill-list-container"> | |
75 | + 相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
76 | + | |
77 | + 异地购房、离婚购房提取公积金受限相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。 | |
78 | + | |
79 | + 此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
80 | + | |
81 | + 异地购房、离婚购房提取公积金受限 | |
82 | + </div> | |
83 | + </li> | |
84 | + <li> | |
85 | + <div class="workfill-list-weekday-wrap clearfix"> | |
86 | + <span class="float-left workfill-list-weekday">周一</span> | |
87 | + <span class="float-right workfill-list-btn">提交</span> | |
88 | + </div> | |
89 | + <div class="workfill-list-projectnamewrap"> | |
90 | + <div class="workfill-list-projectname">项目名称</div> | |
91 | + </div> | |
92 | + <div class="workfill-list-container"> | |
93 | + 相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
94 | + | |
95 | + 异地购房、离婚购房提取公积金受限相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。 | |
96 | + | |
97 | + 此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
98 | + | |
99 | + 异地购房、离婚购房提取公积金受限 | |
100 | + </div> | |
101 | + </li> | |
102 | + <li> | |
103 | + <div class="workfill-list-weekday-wrap clearfix"> | |
104 | + <span class="float-left workfill-list-weekday">周一</span> | |
105 | + <span class="float-right workfill-list-btn">提交</span> | |
106 | + </div> | |
107 | + <div class="workfill-list-projectnamewrap"> | |
108 | + <div class="workfill-list-projectname">项目名称</div> | |
109 | + </div> | |
110 | + <div class="workfill-list-container"> | |
111 | + 相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
112 | + | |
113 | + 异地购房、离婚购房提取公积金受限相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。 | |
114 | + | |
115 | + 此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
116 | + | |
117 | + 异地购房、离婚购房提取公积金受限 | |
118 | + </div> | |
119 | + </li> | |
120 | + <li> | |
121 | + <div class="workfill-list-weekday-wrap clearfix"> | |
122 | + <span class="float-left workfill-list-weekday">周一</span> | |
123 | + <span class="float-right workfill-list-btn">提交</span> | |
124 | + </div> | |
125 | + <div class="workfill-list-projectnamewrap"> | |
126 | + <div class="workfill-list-projectname">项目名称</div> | |
127 | + </div> | |
128 | + <div class="workfill-list-container"> | |
129 | + 相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
130 | + | |
131 | + 异地购房、离婚购房提取公积金受限相继调整公积金提取政策,收紧了异地购房、离婚购房提取公积金等操作,但多地也都强调,支持提取公积金用于购买首套住房或二套改善型住房。 | |
132 | + | |
133 | + 此外,由于房价普遍上涨,多地的公积金贷款上限已经明显偏低,难以满足购房者的资金需求。专家建议,各地应上调公积金贷款额度。 | |
134 | + | |
135 | + 异地购房、离婚购房提取公积金受限 | |
136 | + </div> | |
137 | + </li> | |
138 | + | |
139 | +</ul> | |
12 | 140 | |
13 | 141 | <script src="../topages/workfill/workfill.js"></script> |
14 | 142 | \ No newline at end of file | ... | ... |