12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @charset "utf-8";
- #question-search-history {
- background: #fff;
- min-height: 100%;
- .content {
- width: 1140px !important;
- }
- .top {
- padding: 8px 0;
- height: 60px;
- line-height: 44px;
- }
- .center {
- padding-top: 20px;
- .day-list {
- margin-bottom: 20px;
- .assets {
- transform: translateY(-1px);
- }
- .log-item {
- border-bottom: 1px solid #eee;
- line-height: 24px;
- padding: 18px 0;
- .tag {
- border: 1px solid #DEDEDEFF;
- border-radius: 3px;
- color: #DEDEDEFF;
- display: inline-block;
- line-height: 12px;
- padding: 6px 20px;
- }
- }
- }
- }
- }
|