邀请链接
.promo-box-wrapper{
width:100%;
display:flex;
justify-content:center;
margin:25px 0;
}
.promo-box{
width:100%;
max-width:420px;
text-align:center;
}
.promo-title{
font-size:15px;
margin-bottom:12px;
font-weight:500;
}
.promo-input{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
}
.promo-label{
color:#2563eb;
font-size:14px;
font-weight:600;
white-space:nowrap;
}
.promo-input input{
flex:1;
max-width:220px;
padding:6px 8px;
border:1px solid #ddd;
border-radius:5px;
font-size:13px;
}
.promo-input button{
background:#3b82f6;
color:#fff;
border:none;
padding:6px 14px;
border-radius:5px;
cursor:pointer;
font-size:13px;
}
.promo-input button:hover{
background:#2563eb;
}
.promo-success{
margin-top:8px;
color:#16a34a;
font-size:12px;
display:none;
}
function copyPromo(){
var copyText=document.getElementById(“promo-link”);
copyText.select();
navigator.clipboard.writeText(copyText.value);
var msg=document.getElementById(“promo-success”);
msg.style.display=”block”;
setTimeout(function(){
msg.style.display=”none”;
},2000);
}
游戏介绍:漫漫回家路讲述了一个男人的故事:他虽已从肉体上的牢笼中获释却仍被过往的经历囚禁在自己的内心深处。他试图填补入狱前失去的那段生活的空虚。而他的这段寻觅之旅,却使他卷入了两个敌对的非法摩托车帮派之间的纷争。被其中一个帮派接纳,能否弥补他失去的家庭?他是否会完成各项任务以换取帮派的接纳?

变更日志:作者尚未提供变更日志
评论0