Files
orico-official-website/public/static/index/mobile/css/article_detail.css
2025-06-06 16:10:51 +08:00

189 lines
4.1 KiB
CSS

.oricoEGapp-articledetail {
display: flex;
flex-direction: column;
background: #fff;
}
.oricoEGapp-articledetail .content {
margin-top: 3.75rem;
width: 90%;
margin: 2.5rem auto;
margin-top: 4.6rem;
}
.oricoEGapp-articledetail .content .blog_detail {
height: auto;
background: #ffffff;
border: 1px solid #e8e8e8;
}
.oricoEGapp-articledetail .content .blog_detail .blog_title {
margin: 1rem;
border-bottom: 1px solid #e8e8e8;
padding-bottom: 1rem;
}
.oricoEGapp-articledetail .content .blog_detail .blog_content {
margin: 1rem;
}
.oricoEGapp-articledetail .content .blog_detail .blog_content img {
max-width: 100%;
}
.oricoEGapp-articledetail .content .blog_detail .blog_content p {
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5rem;
color: #252525;
margin-bottom: 0.625rem;
overflow: hidden;
max-width: 100%;
text-indent: 0 !important;
}
.oricoEGapp-articledetail .content .blog_detail .blog_content p span {
font-size: 0.875rem;
line-height: 1rem;
}
.oricoEGapp-articledetail .content .blog_detail .blog_content p img {
width: 100%;
height: auto;
margin-bottom: 0.5rem;
}
.oricoEGapp-articledetail .content .share_box {
width: 100%;
}
.oricoEGapp-articledetail .content .share_box .blog_share {
width: 100%;
height: auto;
background: #ffffff;
border: 1px solid #e8e8e8;
margin: 1rem 0;
}
.oricoEGapp-articledetail .content .share_box .blog_share h3 {
font-size: 1rem;
line-height: 2.125rem;
color: #959595;
font-weight: bold;
padding: 0.25rem 1.875rem 0.75rem;
border-bottom: 1px solid #e8e8e8;
}
.oricoEGapp-articledetail .content .share_box .blog_share .share_list {
padding: 1.875rem;
}
.oricoEGapp-articledetail .content .share_box .blog_share .share_list::after {
content: "";
display: block;
clear: both;
}
.oricoEGapp-articledetail .content .share_box .blog_share .share_list li {
position: relative;
width: 21%;
height: auto;
margin-right: 0.5rem;
float: left;
}
.oricoEGapp-articledetail .content .share_box .blog_share .share_list .wechat .wechat_code {
display: none;
left: 3.8rem;
margin-top: 10px;
background-color: #fff;
color: #fff;
box-shadow: 0px 5px 20px 0px rgba(119, 123, 128, 0.5);
line-height: 24px;
padding: 20px 25px;
z-index: 999;
position: absolute;
font-size: 14px;
color: #333;
}
.oricoEGapp-articledetail .content .share_box .blog_share .share_list .wechat img {
vertical-align: middle;
}
.oricoEGapp-articledetail .content .share_box .comment {
background: #ffffff;
width: 100%;
padding-bottom: 1.875rem;
border: 1px solid #e8e8e8;
}
.oricoEGapp-articledetail .content .share_box .comment h3 {
font-size: 1rem;
line-height: 1rem;
color: #959595;
font-weight: bold;
padding: 1rem 1.25rem;
border-bottom: 1px solid #e8e8e8;
}
.oricoEGapp-articledetail .content .share_box .comment .comment_form {
padding: 1rem 1.25rem;
}
.oricoEGapp-articledetail .content .share_box .comment .comment_form .comment_form div {
font-size: 0.825rem;
color: #252525;
float: left;
width: 100%;
}
.oricoEGapp-articledetail .content .share_box .comment .itinp {
background: #f2f2f2;
/* border: none !important; */
border-radius: 8px;
height: 48px;
box-shadow: none;
font-family: Montserrat-Regular, Montserrat;
}
.oricoEGapp-articledetail .content .share_box .comment .comment_form>div input {
width: 100%;
height: 1.75rem;
border: 1px solid #dbdbdb;
margin-top: 0.5rem;
}
.oricoEGapp-articledetail .mblove {
width: 100%;
background: #f1f1f1;
}
.oricoEGapp-articledetail .mblove .mianct {
margin-top: 5%;
}
.oricoEGapp-articledetail .mblove .mianct .thtitle,
.oricoEGapp-articledetail .mblove .mianct p {
font-size: 1.5em;
color: #333;
font-weight: bold;
text-align: center;
}
.oricoEGapp-articledetail .mblove .mianct .thtitle img,
.oricoEGapp-articledetail .mblove .mianct p img {
width: 100%;
display: block;
}
.oricoEGapp-articledetail .mblove .mianct p:nth-child(2) {
margin-top: 2.4%;
}
.oricoEGapp-articledetail .share_list .triggered_qrcode {
display: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
}