<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> * { padding: 0; margin: 0; color: #fff; font-size: 30px ...
分类:
其他好文 时间:
2017-12-21 17:20:56
阅读次数:
100
```cpp include include include include include include using namespace std; const int MAXN=5e6+5; int nume,n,m; char s[55],fff[4][20]={" ","OK","WRONG ...
分类:
其他好文 时间:
2017-12-08 23:07:25
阅读次数:
228
.loading{ width:160px; height:56px; position: absolute; top:50%; left:50%; line-height:56px; color:#fff; padding-left:60px; font-size:15px; background ...
分类:
Web程序 时间:
2017-11-30 22:11:19
阅读次数:
265
方法一:::-webkit-input-placeholder { /* WebKit browsers */ color: #fff; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff; opacity: 1; ... ...
分类:
其他好文 时间:
2017-11-30 17:12:45
阅读次数:
164
样式修改css::-webkit-input-placeholder { /* WebKit browsers */ color: #fff!important;}:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff!import ...
分类:
其他好文 时间:
2017-11-29 16:21:19
阅读次数:
144
1.将btn的样式换成以下的样式 2.思路: (1)将原来的btn样式设置color:#FFF,同时text-shadow设置,这样原来的btn样式就会变淡了,后面再加上新的样式就可以覆盖掉 注意:要将active,hover,focus都设置成一样的。 (2)加上新的btn样式,对active,h ...
分类:
其他好文 时间:
2017-11-17 11:56:01
阅读次数:
214
CreateTime--2017年11月13日09:03:00 Author:Marydon background-color 1.定义 设置背景颜色 2.语法 2.1 使用16进制,以"#"号开头 说明: "#"号后面的6位数如果完全相同的话,可以省略3位,如:#fff 即可; 用字母表示的不区分 ...
分类:
其他好文 时间:
2017-11-13 11:15:59
阅读次数:
132
serif 衬线字体 serif sans-serif 非衬线字体 sans serif line-through 删除线 line-throughtext-shadow : x y 模糊度 颜色 shadow background-size: background复合样式:#fff url() n ...
分类:
Web程序 时间:
2017-11-12 20:14:16
阅读次数:
200
.footer{
width:100%;
height:30px;
position:fixed;
bottom:0px;
z-index:-1;
background:#1A5D68;
color:#FFF;
}
分类:
其他好文 时间:
2017-10-18 23:15:40
阅读次数:
204
<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Document</title>
</head>
<style>#getCode{
width:9rem;
height:3rem;
line-height:3rem;
font-size:1.2rem;
background-color:#3a3a3a;
color:#fff;
..
分类:
Web程序 时间:
2017-10-16 22:09:11
阅读次数:
198