div+css实现离开本网站跳到其他网站链接提示层弹出层效果代码
代码语言:html
所属分类:弹出层
代码描述:div+css实现离开本网站跳到其他网站链接提示层弹出层效果代码
代码标签: div css 离开 网站 跳到 其他 网站 链接 提示层 弹出层
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>标题</title> <style> body { font-family: Arial, sans-serif; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .card { background-color: white; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); padding: 20px; width: 400px; } .header { display: flex; align-items: center; margin-bottom: 20px; } .logo { height: 30px; margin-right: 10px; } .title { color: #00a4ff; font-size: 18px; font-weight: bold; } .content { border-top: 1px solid #e0e0e0; padding-top: 20px; } .message { margin-bottom: 10px; } .link { color: #999; .........完整代码请登录后点击上方下载按钮下载查看
网友评论0