Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions newcss/baiduCommonStyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ body #wrapper #content_left a[href*='official'] {
position: unset; // 避免重叠在一起
}

.c-container .c-result-content {}
// .c-container .c-result-content {}

#wrapper #content_left>.c-container article {
padding-top: 15px;
Expand Down Expand Up @@ -436,9 +436,11 @@ body.showRight {
opacity: 1;
}
}
body[baidu] .new-pmd .c-img-s{

/*body[baidu] .new-pmd .c-img-s{
display: none;
}
}*/

body[baidu].pc-fresh-wrapper-con .new-pmd .c-span12 {
width: unset;
}
Expand All @@ -457,9 +459,9 @@ body[baidu].pc-fresh-wrapper-con .new-pmd .c-span12 {
div[class*='tag-wrapper'] {
margin-left: unset;

div[class*='tag-scroll'] {
text-align: center;
}
// div[class*='tag-scroll'] {
// text-align: center;
// }
}
}
}
Expand Down
21 changes: 10 additions & 11 deletions newcss/baiduOnePageStyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ body.showRight #wrapper #container.sam_newgrid #content_left {
}

body.showRight #wrapper #content_right {
right: calc(40vw - 500px);
right: 8vw;
}

@media screen and (max-width: 1280px) {
Expand Down Expand Up @@ -149,7 +149,7 @@ body.showRight #wrapper #content_right {

.s_form_wrapper {
display: flex;
justify-content: center;
/*justify-content: center;*/
}

#wrapper #s_tab {
Expand All @@ -170,7 +170,7 @@ form.fm .s_ipt_wr.bg {
min-width: calc(37.5vw - 150px);
}

.result-molecule.new-pmd:has(#s_tab) {
#wrapper > .result-molecule.new-pmd {
position: relative;
z-index: 233;
margin-top: 6px;
Expand All @@ -181,13 +181,13 @@ form.fm .s_ipt_wr.bg {

.showRight {
.result-molecule.new-pmd {
&[tpl='app/rs'] {
margin-left: 44% !important;
}
// &[tpl='app/rs'] {
// margin-left: 44% !important;
// }

&[tpl='app/page'] {
padding-bottom: 20px;
margin-left: 48% !important;
/*margin-left: 48% !important;*/
}

&[tpl='app/footer'] {
Expand All @@ -198,8 +198,9 @@ form.fm .s_ipt_wr.bg {

.new-pmd #rs_new {
background-color: white;
width: calc(100% - 20px);
margin-left: 40%;
padding: 10px 0 10px 20px;
transform: translateX(-50%);
}

.result-molecule #page>div {
Expand All @@ -224,7 +225,7 @@ form.fm .s_ipt_wr.bg {
margin-left: calc(-31.25vw + 840.00px);
}

body[baidu] #chat-input-main {
#chat-input-main {
width: calc(46.88vw - 300px);
}

Expand Down Expand Up @@ -298,8 +299,6 @@ body[baidu] #chat-input-main {

.s_form>.s_form_wrapper {
margin-left: calc(-45.13vw + 916.43px);
/** 1366=300px;1920=50px **/
;
}
}

Expand Down