搜索文字变小

This commit is contained in:
B05BEE13.卢郴群 2020-09-02 09:43:45 +08:00
parent 664083f0e3
commit 7c8b533a6e
1 changed files with 195 additions and 191 deletions

View File

@ -1,191 +1,195 @@
body { body {
background-image: url("../images/bg.png"); background-image: url("../images/bg.png");
background-repeat: repeat; background-repeat: repeat;
background-position: top left; background-position: top left;
background-attachment: scroll; background-attachment: scroll;
padding-top: 50px; padding-top: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
} }
code { code {
background-color: rgba(0, 0, 0, 0.08); background-color: rgba(0, 0, 0, 0.08);
border-radius: 3px; border-radius: 3px;
display: inline-block; display: inline-block;
font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace; font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
font-size: 0.875em; font-size: 0.875em;
font-weight: bold; font-weight: bold;
padding: 1px 6px; padding: 1px 6px;
vertical-align: baseline; vertical-align: baseline;
} }
.bookmark { .bookmark {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
color: #212121; color: #212121;
border: 1px solid transparent; border: 1px solid transparent;
} }
.bookmarkTitle { .bookmarkTitle {
color: #333; color: #333;
font-size: 16px; font-size: 16px;
line-height: 24px; line-height: 24px;
display: -webkit-box; display: -webkit-box;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
} }
.bookmarkNormalHover { .bookmarkNormalHover {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
color: #212121; color: #212121;
background: #f5f5f5; background: #f5f5f5;
cursor: pointer; cursor: pointer;
border: 1px solid transparent; border: 1px solid transparent;
} }
.bookmarkOperaterHover { .bookmarkOperaterHover {
cursor: pointer; cursor: pointer;
} }
.tags { .tags {
cursor: default; cursor: default;
} }
.bookmarkEditHover { .bookmarkEditHover {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
color: #212121; color: #212121;
cursor: default; cursor: default;
border: 1px dashed #3388ff; border: 1px dashed #3388ff;
} }
.bookmarkInfo { .bookmarkInfo {
cursor: url("../images/detail.ico"), auto; cursor: url("../images/detail.ico"), auto;
} }
.img-fixed-size { .img-fixed-size {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
td { td {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
table { table {
table-layout: fixed; table-layout: fixed;
} }
.wrap { .wrap {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
} }
.js-navigate-bookmark a { .js-navigate-bookmark a {
color: #212121; color: #212121;
} }
.ui.menu .selected.item { .ui.menu .selected.item {
background: rgba(1, 1, 1, 0.05); background: rgba(1, 1, 1, 0.05);
} }
img.operator { img.operator {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
.js-bookmark-info .content img { .js-bookmark-info .content img {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
padding-right: 20px; padding-right: 20px;
} }
.hot-image { .hot-image {
max-width: 100%; max-width: 100%;
max-height: 160px; max-height: 160px;
min-height: 160px; min-height: 160px;
background-color: yellow; background-color: yellow;
overflow: hidden; overflow: hidden;
} }
.sourceName { .sourceName {
display: inline-block; display: inline-block;
position: relative; position: relative;
top: 4px; top: 4px;
max-width: 55px; max-width: 55px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
font-size: 12px; font-size: 12px;
color: #333; color: #333;
} }
.favCount { .favCount {
position: relative; position: relative;
top: 1px; top: 1px;
font-size: 12px; font-size: 12px;
color: #bfc0c6; color: #bfc0c6;
} }
.urlSpan { .urlSpan {
word-wrap: break-word; word-wrap: break-word;
word-break: break-all; word-break: break-all;
cursor: default; cursor: default;
} }
.ui.sortable.table thead th.forbid_sorted:hover { .ui.sortable.table thead th.forbid_sorted:hover {
cursor: default; cursor: default;
background: #f9fafb; background: #f9fafb;
} }
.ui.selection.list .list > .item, .ui.selection.list .list > .item,
.ui.selection.list > .item { .ui.selection.list > .item {
border-radius: 0; border-radius: 0;
} }
.js-p-info p { .js-p-info p {
margin-bottom: 5px; margin-bottom: 5px;
font-size: 16px; font-size: 16px;
} }
.note-content { .note-content {
font: 15px "Lucida Grande", Helvetica, Arial, sans-serif; font: 15px "Lucida Grande", Helvetica, Arial, sans-serif;
white-space: pre-wrap; white-space: pre-wrap;
white-space: -moz-pre-wrap; white-space: -moz-pre-wrap;
white-space: -pre-wrap; white-space: -pre-wrap;
white-space: -o-pre-wrap; white-space: -o-pre-wrap;
word-wrap: break-word; word-wrap: break-word;
} }
.fontgreen { .fontgreen {
color: RGB(33, 186, 69); color: RGB(33, 186, 69);
} }
.fontred { .fontred {
color: #f00; color: #f00;
} }
.js-history-word:hover { .js-history-word:hover {
background: #f0f0f0; background: #f0f0f0;
} }
.js-weixin-content img { .js-weixin-content img {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
} }
.js-search-input {
font-size: 14px;
}