style:bug样式修改

This commit is contained in:
迷和油
2025-06-07 14:32:56 +08:00
parent 3635ed5284
commit 5990941e0b
8 changed files with 236 additions and 134 deletions

View File

@@ -75,11 +75,10 @@
padding: 2% 1.5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.orico_Page_category .categoryMain .tabConten .tbmain .Contenitem {
float: left;
width: 30.1%;
width: 29.9%;
height: auto;
margin: 0 0 1.4% 0;
background: #f5f5f5;
@@ -87,6 +86,10 @@
position: relative;
/* min-height: 32rem; */
overflow: hidden;
margin-right: 1.5%;
}
.orico_Page_category .categoryMain .tabConten .tbmain .Contenitem:nth-child(3n){
margin-right: 0
}
.orico_Page_category .categoryMain .tabConten .tbmain .Contenitem a {
color: #000;

View File

@@ -15,7 +15,11 @@
margin-top: 2.6rem;
}
.orico_Page_articleDetail .articleDetailMain .atmleft {
display: flex;
flex-direction: column;
width: calc(100% - 1.5rem - 25rem);
}
.orico_Page_articleDetail .articleDetailMain .atmleft .ct {
min-height: 650px;
background: #ffffff;
border: 1px solid #e8e8e8;
@@ -85,22 +89,41 @@
padding: 1.875rem;
display: flex;
}
.orico_Page_articleDetail .articleDetailMain .atmright .blog_share .share_list .atdit {
.orico_Page_articleDetail
.articleDetailMain
.atmright
.blog_share
.share_list
.atdit {
float: left;
margin-right: 3.125rem;
position: relative;
}
.orico_Page_articleDetail .articleDetailMain .atmright .blog_share .share_list .atdit img {
.orico_Page_articleDetail
.articleDetailMain
.atmright
.blog_share
.share_list
.atdit
img {
margin: 0 auto;
display: block;
}
.orico_Page_articleDetail .articleDetailMain .atmright .atdit .triggered_qrcode {
.orico_Page_articleDetail
.articleDetailMain
.atmright
.atdit
.triggered_qrcode {
display: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.orico_Page_articleDetail .articleDetailMain .atmright .atdit:hover .triggered_qrcode {
.orico_Page_articleDetail
.articleDetailMain
.atmright
.atdit:hover
.triggered_qrcode {
display: block;
}
.orico_Page_articleDetail .articleDetailMain .atmright .repply {
@@ -220,3 +243,39 @@
-webkit-transition: all 0.2s linear;
transform: scale3d(1.2, 1.2, 1);
}
.orico_Page_articleDetail .pl {
background: #fff;
padding: 2%;
}
.orico_Page_articleDetail .plmain {
margin-right: 1.25rem;
margin-top: 2%;
}
.orico_Page_articleDetail .plmain .titlepp {
font-size: 1.4em;
color: #101010;
font-weight: bold;
margin-bottom: 0.9375rem;
display: flex;
}
.orico_Page_articleDetail .plit {
margin: 10px 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
border-bottom: 1px solid #e8e8e8;
padding: 8px;
margin-bottom: 0.3125rem;
}
.orico_Page_articleDetail .plit:last-child {
border: none;
}
.orico_Page_articleDetail .plit .name {
color: #004bfa;
padding-right: 0.625rem;
}

View File

@@ -76,6 +76,7 @@
margin-top: 4rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.orico_Page_download .downloadMain .contact_c .tab a{
width:32%
@@ -201,6 +202,7 @@
justify-content: flex-start;
padding-left: 40px;
padding-right: 40px;
flex-wrap: wrap;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .hd ul li {
margin-right: 80px;
@@ -224,27 +226,29 @@
height: auto;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten ul {
margin: 0;
padding: 0;
display: flex;
justify-content: flex-start;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul {
display: flex;
align-items: inherit;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
flex-direction: row;
margin-bottom: 1.5%;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul {
width:49.2%
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd {
margin-right: 24px;
width: 671px;
margin-bottom: 34px;
background-color: #fff;
border-radius: 24px;
overflow: hidden;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul:last-child dd{
margin-right: 0;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd video {
width: 100%;
display: block;
max-height:390px;
}
.orico_Page_download .downloadMain .contact_c .vidotabs .bdconten .video_hotul dd .htit {
padding-left: 56px;