今天用css做了一个QQ登录页面
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>今天写一些简单的页面</title>
<link rel="stylesheet" style="text/css" href="d2.css">
</head>
<body>
<table>
<tr>
<td>
<div id="a1">
<h1>QQ</h1>
<form method="post">
<input type="text" name="user"required="required" placeholder="QQ" name="a">
<input type="password" required="required" placeholder="pw" name="b">
<button id="a2" type="submit">登录</button>
</form>
</div>
</td>
</table>
</body>
</html>
body{
width:500px;
height:300px;
background-color:#BCEAFF;
}
#a1{
position: absolute;
top: 50%;
left:50%;
margin: -150px 0 0 -150px;
width: 200px;
height: 300px;
}
#a1 h1{
color:white;
text-shadow:0 0 10px;
text-align:center;
}
h1{
font-size:30px;
margin: 0.67em 0;
}
table{
background-color:#72C1F2;
border:1px solid #bbb;
width:511px;
height:350px;
margin:80px 380px ;
}
input{
width: 200px;
height: 18px;
margin-bottom: 10px;
padding: 10px;
font-size: 13px;
color: #fff;
text-shadow:1px 1px 1px;
border:1px solid #56536A;
border-radius: 10px 0px 10px 10px;
background-color: #D9E4FC;
}
#a2{
width: 223px;
min-height: 22px;
display: block;
background-color: #00AEFF;
border: 1px solid #3762bc;
color: #fff;
padding: 9px 14px;
font-size: 15px;
border-radius: 0px 10px 0px 10px;
}
#p1{
border:1px solid #aaa;
vertical-align:top;
width:80px;
height:80px;
}
form{
border-radius:10px;
color:white;
}
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<!-- <style>
th:hover td{
background-color: #333333;
}
</style> -->
<link rel="stylesheet" style="text/css" href="1.css">
<body>
<!--
<table border="1px" width="200" height="200" >
<caption>表格的合并</caption>
<tr>
<td colspan="2" align="center" bgcolor="555555">1</td>
<td rowspan="2" align="center">3</td>
</tr>
<tr>
<td rowspan="2" align="center">4</td>
<td align="center" bgcolor="purple">5</td>
</tr>
<tr>
<td colspan="2" align="center">8</td>
</tr>
</table> -->
<h2 id="c4">
<span id="c1">有</span>
<span id="c2">妖</span>
<span id="c3">气</span>
</h2>
</body>
</html>
#c4{
padding-bottom:4px;
border-bottom:2px solid #A1859F;
width:300px;
background:url(9.png) repeat-x bottom;
}
#c1{
font-size:70px;
font-family:Arial;
color:#B7B170;
}
#c2{
font-size:70px;
color:#56D097;
}
#c3{
font-size:70px;
color:#E6CDA6;
}
body{
background-color:#4A374A;
}
今天用css做了一个QQ登录页面的更多相关文章
- flutter 制作一个用户登录页面
flutter 制作一个用户登录页面 用户登录效果图如下: 登录页面如下: import 'package:flutter/material.dart'; import 'package:flutte ...
- Vue.js实现一个SPA登录页面的过程
技术栈 vue.js 主框架 vuex 状态管理 vue-router 路由管理 一般过程 在一般的登录过程中,一种前端方案是: 检查状态:进入页面时或者路由变化时检查是否有登录状态(保存在cooki ...
- Vue.js写一个SPA登录页面的过程
技术栈 vue.js 主框架 vuex 状态管理 vue-router 路由管理 一般过程 在一般的登录过程中,一种前端方案是: 检查状态:进入页面时或者路由变化时检查是否有登录状态(保存在cooki ...
- 利用css来让一个div在页面中垂直居中的方法
一.如何让一个div在页面中垂直居中(请至少列出三种) 1.距离页面窗口左边框和上边框的距离设置为50%,这个50%就是指页面窗口的宽度和高度的50%,最后将该DIV分别左移和上移,左移和上移的大小就 ...
- 怎么测试一个web登录页面
在以前的面试和同事面试交流的过程中,有多次被问到:“给你一个登录页面,上面有2个textbox,一个提交按钮,你将怎么测试”?或问,请针对这个页面设计30个以上的test case. 此题的考察目的: ...
- HTML基础:用表单写一个简易登录页面
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- 基于原生的 html css js php ajax做的一个 web登录和注册系统
完整代码下载: 百度网盘地址 https://pan.baidu.com/s/1D1gqHSyjgfoOtYCZm7ofJg 提取码 :nf0b 永久有效 注意: 1 如果要正常运行此示例, 本地需要 ...
- 用html/css做的一个登入小界面(图片瀑布流)
一个登入效果简易图:(色彩搭配有点乱,嘻嘻,可以在代码处改成自己喜欢的颜色) css样式的代码: style.css: @charset "utf-8";/* CSS Docume ...
- 纯CSS做的一个Silder
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <m ...
随机推荐
- OLEVARIANT的替代——FIREDAC的TFDJSONDataSets和TFDJSONDeltas
OLEVARIANT——这个COM的序列格式,也是DATASNAP已使用了20年的序列格式,在20年以后的今天,终于有了它的替代者:FIREDAC的TFDJSONDataSets和TFDJSONDel ...
- this指针和m_hWnd的区别
m_hWnd ① m_hWnd这个成员变量,最早是定义在类CWnd中,而且是类CWnd的第一个数据成员, 先看一下MSDN的解析: The handle of the Windows window a ...
- python crawler0723.py
#!/usr/env python #-*- coding: utf-8 -*- import urllib import urllib2 import random import request ...
- Vieta定理
一元$n$次方程$$P(x)=a_{n}x^{n}+a_{n-1}x^{n-1}+\cdots+a_{a}x+a_{0}=a_{n}(x-x_{1})(x-x_{2})\cdots (x-x_{n}) ...
- C# 上传excel文档解析出里面数据
if (fileExt.ToUpper() == ".XLS" || fileExt.ToUpper() == ".XLSX" || fileExt.ToUpp ...
- bash学习之变量的显示和设置
显示变量:echo $MAIL或者 echo ${MAIL} [CJP@CJP ~]$ echo $MAIL /var/spool/mail/CJP [CJP@CJP ~]$ echo ${MAIL} ...
- sgu - 269 - Rooks
题意:给出一个n行的棋盘,每行的长度任意,问在该棋盘中放k个车(不能同行或者同列)有多少种放法(n <= 250, 每行的长度 <= 250). 题目链接:http://acm.sgu.r ...
- VLAN设置
A Logical Network is a way of representing networks in your datacenter that have the same connectivi ...
- HashMap解决hash冲突的方法
HashMap 采用一种所谓的“Hash 算法”来决定每个元素的存储位置.当程序执行 map.put(String,Obect)方法 时,系统将调用String的 hashCode() 方法得到其 h ...
- C++ ADO 数据查询
ADO 数据查询 关键点 上1条 下1条 第1条 最后1条 实现过程 // stdafx.h : include file for standard system include files, #im ...