手机浏览器扫描二维码访问
display: flex;
align-items: center;
padding: 10px 0 10px 15px;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.info-more-container label {
font-size: 14px;
font-weight: normal;
color: #333333;
line-height: 24px;
cursor: pointer;
}
.info-more-container label:hover {
color: #49B9AD;
text-decoration: underline; /* 鼠标悬浮时添加下划线 */
}