* change pager UI in dynamic views.

This commit is contained in:
Catouse
2018-05-30 11:14:58 +08:00
parent e223a3c73a
commit 07a203312b
6 changed files with 91 additions and 152 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#dynamics {padding: 10px 0;}
#dynamics {padding: 20px 20px 1px;}
.dynamic {position: relative; padding-left: 170px;}
.dynamic-date {position: absolute; left: 0; top: 0; width: 150px; border: 2px solid #eee; border-radius: 4px; padding: 14px 20px; height: 58px;}
.dynamic-date:before {content: ' '; display: block; position: absolute; right: -22px; top: 26px; height: 2px; width: 20px; background-color: #eee;}