style:样式问题修改3
This commit is contained in:
@@ -196,6 +196,32 @@
|
||||
.oricoEGapp-articledetail .share_list .triggered_qrcode {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
left: 40%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.oricoEGapp-articledetail .wechat_code {
|
||||
left: 3.8rem;
|
||||
margin-top: 10px;
|
||||
background-color: #fff;
|
||||
color: #fff;
|
||||
box-shadow: 0px 5px 20px 0px rgb(119 123 128 / 50%);
|
||||
line-height: 24px;
|
||||
padding: 20px 25px;
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
font-size: 14px;
|
||||
width: 202%;
|
||||
color: #333;
|
||||
}
|
||||
.oricoEGapp-articledetail .wechat_code::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
left: 32%;
|
||||
top: -34%;
|
||||
width: 10px;
|
||||
height: 15px;
|
||||
margin: 50px 25px;
|
||||
transform: rotate(45deg);
|
||||
background: #fff;
|
||||
z-index: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user