Skip to content

Commit

Permalink
因百度ui改版导致的大logo的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
dubox committed Jun 29, 2020
1 parent e30a032 commit 671a59c
Showing 1 changed file with 79 additions and 19 deletions.
98 changes: 79 additions & 19 deletions options/result.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ li {
line-height: 1.54;
word-break: break-word;
}
.c-container>.m{font-size: 12px;}

.c-container>.m {
font-size: 12px;
}

.c-abstract {
word-break: break-all;
Expand Down Expand Up @@ -62,9 +65,10 @@ li {
}

.c-row {

overflow-x: auto;
}

.c-border .c-row {
display: flex;
}
Expand Down Expand Up @@ -107,7 +111,8 @@ li {
_position: relative;
}

div.op-img-address-divide-high,div.op-img-star-divide-high {
div.op-img-address-divide-high,
div.op-img-star-divide-high {
height: 160px;
display: flex;
overflow-x: auto;
Expand All @@ -122,7 +127,15 @@ div.op-img-address-divide-high,div.op-img-star-divide-high {
.op_express_delivery_container {
display: none;
}
.op_stockweakdemand_info ul{display: flex;}

.op_stockweakdemand_info ul {
display: flex;
}

.c-gap-right-xsmall img {
width: 100%;
}

/*baidu css*/

/*weixin css*/
Expand Down Expand Up @@ -222,20 +235,24 @@ div.op-img-address-divide-high,div.op-img-star-divide-high {
top: 62px;
left: 47px;
}

.news-list2 li .img-box img {
border-radius: 30px;
width: 58px;
height: auto;
margin-top: 0px;
}
.news-list2 li>dl:first-of-type{

.news-list2 li>dl:first-of-type {
margin-top: 8px;
}
.news-list2 li>dl>dd>a{

.news-list2 li>dl>dd>a {
padding-right: 98px;
display: block;
line-height: 16px !important;
}

/*******************************/
.news-list em {
color: #00a06a;
Expand Down Expand Up @@ -505,33 +522,46 @@ div.op-img-address-divide-high,div.op-img-star-divide-high {
-webkit-box-orient: vertical;
white-space: normal;
}

.OiIFo {
font-size: 20px;
margin-bottom: 10px;
color: rgba(0,0,0,.62);
color: rgba(0, 0, 0, .62);
}

.oPhL2e {
display: inline-block;
}

.qFiidc {
font-size: 12px;
color: rgba(0,0,0,.62);
color: rgba(0, 0, 0, .62);
}
#knowledge-finance-wholepage__entity-summary .cQv6re,#knowledge-finance-wholepage__entity-summary .ULCHyb{display: none;}

#knowledge-finance-wholepage__entity-summary .cQv6re,
#knowledge-finance-wholepage__entity-summary .ULCHyb {
display: none;
}

#knowledge-finance-wholepage__entity-summary .ZSM8k {
display: inline-block;
font-size: 12px;
font-weight: 400;
vertical-align: top;
width: 50%;
}

/*google css*/

/*bing*/
#b_results>.b_algo {
padding: 15px 20px 0;
}
#b_results svg{display: none;}

#b_results svg {
display: none;
}

#b_results h2,
#b_results h3 {
font: 13px/1.2em 'Segoe UI', Arial, Helvetica, Sans-Serif;
Expand Down Expand Up @@ -878,32 +908,62 @@ div.op-img-address-divide-high,div.op-img-star-divide-high {
*zoom: 1;
*display: inline;
}
#b_results .b_slidebar{

#b_results .b_slidebar {
display: flex;
overflow-x: auto;
}

#b_results .b_factrow li {
display: inline;
}
#b_results .b_deep ul{width: 46%;}

#b_results .b_deep ul {
width: 46%;
}

#b_results .fin_topHeader h2 {
flex: 1 1 auto;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
line-height: 1.3em;
}
#b_results .actionmenu{display: none;}

#b_results .actionmenu {
display: none;
}

#b_results .b_focusTextMedium {
font-size: 40px;
}
#b_results #financeAnswer span.b_posText, .fin_card_thresh span.b_posText, span.b_posText, div.b_posText {

#b_results #financeAnswer span.b_posText,
.fin_card_thresh span.b_posText,
span.b_posText,
div.b_posText {
fill: #006d21;
color: #006d21;
}
#b_results #StockNews{display: none;}
#b_results .fin_graph{display: none;}
#b_results .fin_dtrow{display: flex;}
#b_results .b_vlist2col{display: flex;}
#b_results .b_externalSearch{display: none;}

#b_results #StockNews {
display: none;
}

#b_results .fin_graph {
display: none;
}

#b_results .fin_dtrow {
display: flex;
}

#b_results .b_vlist2col {
display: flex;
}

#b_results .b_externalSearch {
display: none;
}

/*bing*/

0 comments on commit 671a59c

Please sign in to comment.