feat:样式bug移动端修改

This commit is contained in:
2025-06-24 17:51:29 +08:00
parent e72eb956b9
commit c4bcf7d8a1
10 changed files with 75 additions and 11 deletions

View File

@@ -53,24 +53,36 @@
margin-bottom: 0.5rem;
}
.oricoEGapp-articledetail .content .share_box {
.oricoEGapp-articledetail .content .share_box, .oricoEGapp-articledetail .content .pl_box{
width: 100%;
}
.oricoEGapp-articledetail .content .share_box .blog_share {
.oricoEGapp-articledetail .content .share_box .blog_share ,.oricoEGapp-articledetail .content .pl_box .blog_pl {
width: 100%;
height: auto;
background: #ffffff;
border: 1px solid #e8e8e8;
margin: 1rem 0;
}
.oricoEGapp-articledetail .content .share_box .blog_share h3 {
.oricoEGapp-articledetail .content .pl_box .blog_pl .plitem{
margin: 15px;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 8px;
}
.oricoEGapp-articledetail .content .pl_box .blog_pl .plitem .pl_name{
color: #004bfa;
padding-bottom: 5px;
padding-right: 0.625rem;
}
.oricoEGapp-articledetail .content .pl_box .blog_pl .plitem:last-child{
border-bottom:none;
}
.oricoEGapp-articledetail .content .share_box .blog_share h3,.oricoEGapp-articledetail .content .pl_box .blog_pl h3 {
font-size: 1rem;
line-height: 2.125rem;
color: #959595;
font-weight: bold;
padding: 0.25rem 1.875rem 0.75rem;
padding: 0.25rem 1.875rem 0;
border-bottom: 1px solid #e8e8e8;
}