bootstrap自适应手机号注册登录表单页面代码
代码语言:html
所属分类:表单美化
代码描述:bootstrap自适应手机号注册登录表单页面代码
代码标签: bootstrap 自适应 手机号 注册 登录 表单 页面 代码
下面为部分代码预览,完整代码请点击下载或在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> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.5.3.0.css"> <!-- Bootstrap Icons --> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap-icons.1.11.3.css"> <style> :root { --primary-blue: #1e90ff; --light-blue: #87cefa; --text-color: #333; --placeholder-color: #999; } body { font-family: 'Microsoft YaHei', sans-serif; background-color: var(--primary-blue); height: 100vh; display: flex; flex-direction: column; justify-content: space-between; align-items: center; .........完整代码请登录后点击上方下载按钮下载查看
网友评论0