Commit 513e06e5a6af6e95389d424f94405c2c3ecb9ceb
1 parent
d34df23d
填报--- 时间操作
Showing
3 changed files
with
40 additions
and
0 deletions
resource/img/time-opr-area.png
0 → 100644
1.82 KB
topages/workfill/workfill.css
1 | +.time-opr-area{ | |
2 | + padding-left: 80px; | |
3 | + height: 66px; | |
4 | + background: url("../../resource/img/time-opr-area.png") no-repeat 0 center; | |
5 | +} | |
6 | +.time-opr-nowtime{ | |
7 | + font-size: 20px; | |
8 | + padding-top: 3px; | |
9 | +} | |
10 | +.time-opr-btn{ | |
11 | + font-size: 12px; | |
12 | + color: #4886ff; | |
13 | + border: 1px solid #4886ff; | |
14 | + padding: 1px 12px; | |
15 | + border-radius: 2px; | |
16 | +} | |
17 | +.time-opr-prevbtn{ | |
18 | + margin-right: 20px; | |
19 | +} | |
20 | +.time-opr-show{ | |
21 | + width: 226px; | |
22 | + height: 40px; | |
23 | + line-height: 40px; | |
24 | + font-size: 14px; | |
25 | + color: rgba(0,0,0,.4); | |
26 | + background-color: #fff; | |
27 | + border-radius: 4px; | |
28 | +} | |
0 | 29 | \ No newline at end of file | ... | ... |
topages/workfill/workfill.html
1 | +<div class="time-opr-wrap clearfix"> | |
2 | + <div class="float-left time-opr-area"> | |
3 | + <div class="time-opr-nowtime">2018/07/13</div> | |
4 | + <div class="time-opr-btnwrap clearfix"> | |
5 | + <div class="time-opr-btn time-opr-prevbtn cursorpointer float-left">上一周</div> | |
6 | + <div class="time-opr-btn time-opr-nextbtn cursorpointer float-left">下一周</div> | |
7 | + </div> | |
8 | + </div> | |
9 | + <div class="float-right time-opr-show text-center"> | |
10 | + 2018/07/04 - 2018/07/11 | |
11 | + </div> | |
12 | +</div> | |
1 | 13 | <div>1</div> |
2 | 14 | \ No newline at end of file | ... | ... |