/* 容器样式 */ .web_dialog { width: 350px; height: 152px; position: relative; background: #EDEDED; border-radius: 10px; display:none; } /* 继续使用网页版按钮样式 */ .web_dialog_button { width: 98px; height: 20px; position: absolute; left: 126px; top: 118px; color: #4FA1ED; font-size: 14px; font-family: OPlusSans 3.0; font-weight: 500; word-wrap: break-word; cursor: pointer; /* 添加这一行来改变鼠标光标 */ } /* 客户端已开启提示样式 */ .client-opened-notice { position: absolute; left: 99px; top: 12px; color: black; font-size: 18px; font-family: OPlusSans 3.0; font-weight: 500; line-height: 26px; word-wrap: break-word; } /* 邀请信息容器样式 */ .invitation-container { width: 350px; height: 66px; position: absolute; top: 44px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } /* 邀请信息文本样式 */ .invitation-text { width: 350px; padding: 11px 16px 11px 30px; /* 上 右 下 左 */ display: flex; justify-content: flex-start; align-items: flex-start; gap: 10px; color: rgba(0, 0, 0, 0.60); font-size: 14px; font-family: OPlusSans 3.0; font-weight: 400; line-height: 22px; text-align: center; word-wrap: break-word; }