html转载

  1. 下拉菜单中选择代码  
  2.   
  3. <img src="***" /></span>***************<br />  
  4. <input  type="radio" name ="bank"  checked ="checked" />  
  5.   
  6. 手机注册  
  7.   
  8.                                 <p>  
  9.                                     <label>电话:</label>  
  10.                                     <input name="" type="text" class="txt"/>  
  11.                                     <span>用于登录和找回密码,不会公开</span></p>  
  12.                                 <p>  
  13.                                     <label>短信验证码:</label>  
  14.                                     <input name="" type="text" class="txt"/>  
  15.                                     <span>请输入手机收到的验证码</span></p>  
  16.                                 <p>  
  17.                                     <label>创建密码:</label>  
  18.                                     <input name="" type="text" class="txt"/>  
  19.                                     <span>6-32字符,可使用字母、数字、符号</span></p>  
  20.                                 <p>  
  21.                                     <label>确认密码:</label>  
  22.                                     <input name="" type="text" class="txt"/>  
  23.                                     <span>请再次输入密码</span></p>  
  24.                                 <p>  
  25.                                     <input type="image" class="btn" src="***"/>  
  26.                                     <a href="#">《美淘网用户协议》</a> </p>  
  27.   
  28.   
  29. 邮箱注册  
  30.   
  31.                                 <p>  
  32.                                     <label for="txtEmail">邮箱:</label>  
  33.                                     <input name="" type="text" class="txt" id="txtEmail "/>  
  34.                                     <span>推荐使用qq邮箱</span></p>  
  35.                                 <p>  
  36.                                     <label for="userName" accesskey="n">用户名:</label>  
  37.                                     <input name="" type="text" class="txt" id="userName"/>  
  38.                                     <span>4-16字符,不能包含数字</span></p>  
  39.                                 <p>  
  40.                                     <label for="pwd1">创建密码:</label>  
  41.                                     <input name="" type="text" class="txt" id="pwd1"/>  
  42.                                     <span>6-32字符</span></p>  
  43.                                 <p>  
  44.                                     <label for="pwd2">确认密码:</label>  
  45.                                     <input name="" type="text" class="txt" id="pwd2"/>  
  46.                                     <span>请再次输入密码</span></p>  
  47.                                 <p>  
  48.                                     <label for="city">所在城市:</label>  
  49.                                     <select class="txt" id="city">  
  50.                                         <option>--省--</option>  
  51.                                         <option>北京</option>  
  52.                                         <option>湖北</option>  
  53.                                     </select>  
  54.                                     <select class="txt">  
  55.                                         <option>--市区--</option>  
  56.                                         <option>北京</option>  
  57.                                         <option>武汉</option>  
  58.                                     </select>  
  59.                                 </p>  
  60.                                 <p>  
  61.                                     <label>验证码:</label>  
  62.                                     <input name="" type="text" class="txt check" />  
  63.                                     <img src="images/code_img.gif" style="vertical-align:bottom" /></p>  
  64.                                 <p>  
  65.                                    <input type="image" class="btn" src="images/register.jpg"/>  
  66.                                <a href="#">《美淘网用户协议》</a> </p>  
  67.   
  68. 登录  
  69. <div id="login">  
  70.                 <form>  
  71.                     <fieldset>  
  72.                         <legend>登录MEITAO.COM</legend>  
  73.                         <ul>  
  74.                             <li><a href="#emailreg2" class="current">邮箱注册</a></li>  
  75.                             <li><a href="#phonereg2">手机用户</a></li>  
  76.                         </ul>  
  77.                         <div class="box">  
  78.                             <div id="emailreg2">  
  79.                                 <p>  
  80.                                     <label for="userName" accesskey="n">用户名:</label>  
  81.                                     <input name="" type="text" class="txt" id="Text2"/>  
  82.                                 <p>  
  83.                                     <label for="pwd1"> 密码:    </label>  
  84.                                     <input name="" type="text" class="txt" id="Text3"/>  
  85.                                 <p>  
  86.                                    <input type="image" class="btn" src="images/登录.jpg"/>  
  87.                                <a href="#">忘记密码了?</a> </p>  
  88.                             </div>  
  89.                             <div id="phonereg2">  
  90.                                 <p>  
  91.                                     <label>电话:</label>  
  92.                                     <input name="" type="text" class="txt"/>  
  93.                                      </p>  
  94.                                 <p>  
  95.                                     <label>确认密码:</label>  
  96.                                     <input name="" type="text" class="txt"/>  
  97.                                    </p>  
  98.                                 <p>  
  99.                                    <input type="image" class="btn" src="images/登录.jpg"/>  
  100.                                <a href="#">忘记密码了?</a> </p>  
  101.                             </div>  
  102.                         </div>  
  103.                     </fieldset>  
  104.                 </form>  
  105.             </div>  
  106.   
  107.   
  108.   
  109. 首先我们打好框架的代码,添加按钮  
  110. <!DOCTYPE html>  
  111. <html>  
  112. <head>  
  113. <meta http-equiv="Content-Type"content="text/html; charset=utf-8"/>  
  114. <style>   
  115. </style>  
  116. </head>  
  117. <body>  
  118. <button type="button" id="button1">登陆</button>  
  119. </body>  
  120. </html>  
  121. 用浏览器打开后会看到这么一个按钮,下面我们用css改变它的样式  
  122.   
  123. #button1{  
  124.         width: 100px;  
  125.         height: 30px;  
  126.           
  127.         font-size: 18px;  
  128.         font-family: 微软雅黑;  
  129.         letter-spacing: 8px;  
  130.         padding-left: 12px;  
  131. }  
  132. 添加基本的样式,设置大小为100*30px,字体大小18px,微软雅黑,字间距8px,向右移12px居中,效果如下  
  133.   
  134. 继续往#button1内添加样式  
  135. border-radius: 5px;  
  136. 设置按钮为圆角矩形,圆角半径为5px,效果如下  
  137.   
  138. 上面的边框很难看,继续改边框的样式,添加  
  139. border: 1px solid #2576A8;  
  140. 设置按钮边框宽为1px,样式为solid,颜色为#2576A8,效果如下  
  141.   
  142. 给按钮加上渐变色  
  143.  background: -webkit-linear-gradient(top,#66B5E6,#2e88c0);  
  144.  background: -moz-linear-gradient(top,#66B5E6,#2e88c0);  
  145. background: linear-gradient(top,#66B5E6,#2e88c0);  
  146.  background: -ms-linear-gradient(top,#66B5E6,#2e88c0);  
  147. 这四行是为兼容不同浏览器,颜色都是一样的,ie浏览器可能无法显示效果,  
  148. 效果如下  
  149.   
  150. 为更好的质感,再加一些内阴影效果  
  151. box-shadow: 0 1px 2px #8AC1E2 inset,0 -1px 0 #316F96 inset;  
  152. 其中  
  153. 0 1px 2px #B8DCF1 inset 是内高光  
  154. 0 -1px 0 #316F96 inset 是内阴影  
  155. 效果如下  
  156.   
  157. 编辑一下字体样式  
  158.    color: #fff;  
  159.     text-shadow: 1px 1px 0.5px #22629B;  
  160. 设置颜色为白色,文本阴影为向右向下各1px,0.5px大小,颜色是#22629B;  
  161.   
  162. 最后设置鼠标放在上面时的变化  
  163. #button1:hover{  
  164.    background: -webkit-linear-gradient(top,#8DC9EF,#4E9FD1);  
  165.     background: -moz-linear-gradient(top,#8DC9EF,#4E9FD1);  
  166.    background: linear-gradient(top,#8DC9EF,#4E9FD1);  
  167.    background: -ms-linear-gradient(top,#8DC9EF,#4E9FD1);    
  168. }  
  169. 同样四行是为兼容不同浏览器  
  170. 完整css代码为  
  171. #button1 {  
  172.     width: 100px;  
  173.     height: 30px;  
  174.     font-size: 18px;  
  175.     font-family: 微软雅黑;  
  176.     letter-spacing: 8px;  
  177.     padding-left: 12px;  
  178.     border-radius: 5px;  
  179.     background: -webkit-linear-gradient(top, #66B5E6, #2e88c0);  
  180.     background: -moz-linear-gradient(top, #66B5E6, #2e88c0);  
  181.     background: linear-gradient(top, #66B5E6, #2e88c0);  
  182.     background: -ms-linear-gradient(top, #66B5E6, #2e88c0);  
  183.     border: 1px solid #2576A8;  
  184.     box-shadow: 0 1px 2px #B8DCF1 inset, 0 -1px 0 #316F96 inset;  
  185.     color: #fff;  
  186.     text-shadow: 1px 1px 0.5px #22629B;  
  187. }  
  188. #button1:hover {  
  189.     background: -webkit-linear-gradient(top, #8DC9EF, #4E9FD1);  
  190.     background: -moz-linear-gradient(top, #8DC9EF, #4E9FD1);  
  191.     background: linear-gradient(top, #8DC9EF, #4E9FD1);  
  192.     background: -ms-linear-gradient(top, #8DC9EF, #4E9FD1);  
  193. }  
  194. 按钮样式一:  
  195.   
  196.   
  197. [html] view plain copy  
  198. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">    
  199.     
  200. <html xmlns="http://www.w3.org/1999/xhtml">    
  201. <head runat="server">    
  202.     <title></title>    
  203.     <style>    
  204.     
  205. #login_click{ margin-top:32px; height:40px;}    
  206. #login_click a     
  207. {    
  208.         
  209.     
  210.     text-decoration:none;    
  211.     background:#2f435e;    
  212.     color:#f2f2f2;    
  213.         
  214.     padding: 10px 30px 10px 30px;    
  215.     font-size:16px;    
  216.     font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;    
  217.     font-weight:bold;    
  218.     border-radius:3px;    
  219.         
  220.     -webkit-transition:all linear 0.30s;    
  221.     -moz-transition:all linear 0.30s;    
  222.     transition:all linear 0.30s;    
  223.         
  224.     }    
  225.    #login_click a:hover { background:#385f9e; }    
  226.     
  227. </style>    
  228. </head>    
  229. <body>    
  230.     <form id="form1" runat="server">    
  231.     <div>    
  232.     <div style=" width:386px; height:332px; margin-left:auto; margin-right:auto">    
  233.         <div id="login_form" >    
  234.     
  235.         <div id="form_account">    
  236.         账户:<input id="txt_account" runat="server" type="text" placeholder="用户名或邮件地址" />    
  237.         </div>    
  238.         <div id="form_password" >    
  239.         密码:<input id="txt_password" runat="server" type="password" placeholder="请输入密码" />    
  240.         </div>    
  241.     
  242.         <div id="login_click">    
  243.         <a id="btlogin" href="#">登 录</a>    
  244.         </div>    
  245.         
  246.         </div>    
  247.     </div>      
  248.         
  249.     </div>    
  250.     </form>    
  251. </body>    
  252.     
  253. </html>    
  254.   
  255. 按钮样式二:  
  256.   
  257.   
  258. [html] view plain copy  
  259. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">    
  260. <html xmlns="http://www.w3.org/1999/xhtml">    
  261. <head>    
  262. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />    
  263. <title>Image Rollover with CSS</title>    
  264. <style type="text/css" media="screen">    
  265. a.button { background:url(rss-feed-img.png) repeat 0px 0px; width: 123px; height: 44px; display: block; }    
  266. a.button span { display: none; }    
  267. a.button:hover { background: url(rss-feed-img.png) repeat 0px -44px; }    
  268. </style>    
  269. </head>    
  270. <body>    
  271. <a href="#" class="button">    
  272.  <span>RSS Feeds</span>    
  273. </a>    
  274. </body>    
  275. </html>    
  276.   
  277. 按钮样式三:  
  278.   
  279.   
  280. [html] view plain copy  
  281. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">    
  282. <html>    
  283. <head>    
  284. <title>Untitled Document</title>    
  285. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">    
  286. <link rel="stylesheet" type="text/css" href="" />    
  287. <script type="text/javascript" src="btn.js"></script>    
  288. <style type="text/css" media="screen">    
  289. body { padding: 20px; font-size: 0.85em; font-family: georgia, serif; }    
  290. .btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }    
  291. .btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }    
  292. .btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }    
  293. .btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }    
  294. .btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }    
  295. .btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }    
  296. * html .btn span,    
  297. * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }    
  298. .btn.blue { background: #2ae; }    
  299. .btn.green { background: #9d4; }    
  300. .btn.pink { background: #e1a; }    
  301. .btn:hover { background-color: #a00; }    
  302. .btn:active { background-color: #444; }    
  303. .btn[class] {  background-image: url(shade.png); background-position: bottom; }    
  304. * html .btn { border: 3px double #aaa; }    
  305. * html .btn.blue { border-color: #2ae; }    
  306. * html .btn.green { border-color: #9d4; }    
  307. * html .btn.pink { border-color: #e1a; }    
  308. * html .btn:hover { border-color: #a00; }    
  309. p { clear: both; padding-bottom: 2em; }    
  310. form { margin-top: 2em; }    
  311. form p .btn { margin-right: 1em; }    
  312. textarea { margin: 1em 0;}    
  313.   </style>    
  314. </head>    
  315. <body>    
  316.  <p><a href="#" class="btn blue">This is a blue button</a></p>    
  317.  <p><a href="#" class="btn green">This should be a green button</a></p>    
  318.  <p><big><a href="#" class="btn blue big">Big Text</a></big></p>    
  319.  <form method="post" action="#">    
  320.  <fieldset>    
  321.  <legend>Form Example</legend>    
  322.  <div><input type="text" /></div>    
  323.  <div><textarea cols="40" rows="10"></textarea></div>    
  324.  <p><input type="Button" id="reset_btn" value="Reset" class="btn" /> <input type="Submit" id="submit_btn" value="Submit this form" class="btn pink" /></p>    
  325.  </fieldset>    
  326.  </form>    
  327. </body>    
  328. </html>    
  329.   
  330.   
  331.   
  332. 按钮集合  
  333. <!DOCTYPE HTML>  
  334. <html lang="en-US">  
  335. <head>  
  336. <meta charset="UTF-8">  
  337. <title>36种漂亮的CSS3网页按钮Button样式</title>  
  338. <style type="text/css">  
  339. body{   
  340. background: #f5faff;  
  341. }  
  342. .demo_con{  
  343. width: 960px;  
  344. margin:40px auto 0;  
  345. }  
  346. .button{  
  347. width: 140px;  
  348. line-height: 38px;  
  349. text-align: center;  
  350. font-weight: bold;  
  351. color: #fff;  
  352. text-shadow:1px 1px 1px #333;  
  353. border-radius: 5px;  
  354. margin:0 20px 20px 0;  
  355. position: relative;  
  356. overflow: hidden;  
  357. }  
  358. .button:nth-child(6n){  
  359. margin-right: 0;  
  360. }  
  361. .button.gray{  
  362. color: #8c96a0;  
  363. text-shadow:1px 1px 1px #fff;  
  364. border:1px solid #dce1e6;  
  365. box-shadow: 0 1px 2px #fff inset,0 -1px 0 #a8abae inset;  
  366. background: -webkit-linear-gradient(top,#f2f3f7,#e4e8ec);  
  367. background: -moz-linear-gradient(top,#f2f3f7,#e4e8ec);  
  368. background: linear-gradient(top,#f2f3f7,#e4e8ec);  
  369. }  
  370. .button.black{  
  371. border:1px solid #333;  
  372. box-shadow: 0 1px 2px #8b8b8b inset,0 -1px 0 #3d3d3d inset,0 -2px 3px #8b8b8b inset;  
  373. background: -webkit-linear-gradient(top,#656565,#4c4c4c);  
  374. background: -moz-linear-gradient(top,#656565,#4a4a4a);  
  375. background: linear-gradient(top,#656565,#4a4a4a);  
  376. }  
  377. .button.red{  
  378. border:1px solid #b42323;  
  379. box-shadow: 0 1px 2px #e99494 inset,0 -1px 0 #954b4b inset,0 -2px 3px #e99494 inset;  
  380. background: -webkit-linear-gradient(top,#d53939,#b92929);  
  381. background: -moz-linear-gradient(top,#d53939,#b92929);  
  382. background: linear-gradient(top,#d53939,#b92929);  
  383. }  
  384. .button.yellow{  
  385. border:1px solid #d2a000;  
  386. box-shadow: 0 1px 2px #fedd71 inset,0 -1px 0 #a38b39 inset,0 -2px 3px #fedd71 inset;  
  387. background: -webkit-linear-gradient(top,#fece34,#d8a605);  
  388. background: -moz-linear-gradient(top,#fece34,#d8a605);  
  389. background: linear-gradient(top,#fece34,#d8a605);  
  390. }  
  391. .button.green{  
  392. border:1px solid #64c878;  
  393. box-shadow: 0 1px 2px #b9ecc4 inset,0 -1px 0 #6c9f76 inset,0 -2px 3px #b9ecc4 inset;  
  394. background: -webkit-linear-gradient(top,#90dfa2,#84d494);  
  395. background: -moz-linear-gradient(top,#90dfa2,#84d494);  
  396. background: linear-gradient(top,#90dfa2,#84d494);  
  397. }  
  398. .button.blue{  
  399. border:1px solid #1e7db9;  
  400. box-shadow: 0 1px 2px #8fcaee inset,0 -1px 0 #497897 inset,0 -2px 3px #8fcaee inset;  
  401. background: -webkit-linear-gradient(top,#42a4e0,#2e88c0);  
  402. background: -moz-linear-gradient(top,#42a4e0,#2e88c0);  
  403. background: linear-gradient(top,#42a4e0,#2e88c0);  
  404. }  
  405. .round,  
  406.     .side,  
  407.     .tags{  
  408. padding-right: 30px;  
  409. }  
  410. .round:after{  
  411. position: absolute;  
  412. display: inline-block;  
  413. content: "\003c";  
  414. top:50%;  
  415. right:10px;  
  416. margin-top: -10px;  
  417. width: 17px;  
  418. height: 20px;  
  419. padding-left: 3px;  
  420. line-height:18px;  
  421. font-size: 10px;  
  422. font-weight: normal;  
  423. border-radius: 10px;  
  424. text-shadow:-2px 0 1px #333;  
  425. -webkit-transform:rotate(-90deg);  
  426. -moz-transform:rotate(-90deg);   
  427. transform:rotate(-90deg);  
  428. }  
  429. .gray.round:after{  
  430. box-shadow:1px 0 1px rgba(255,255,255,1) inset,1px 0 1px rgba(0,0,0,.2);  
  431. background:-webkit-linear-gradient(top,#dce1e6,#dde2e7);  
  432. background:-moz-linear-gradient(top,#dce1e6,#dde2e7);  
  433. background:linear-gradient(top,#dce1e6,#dde2e7);  
  434. text-shadow:-2px 0 1px #fff;  
  435. }  
  436. .black.round:after{  
  437. box-shadow:1px 0 1px rgba(255,255,255,.5) inset,1px 0 1px rgba(0,0,0,.9);  
  438. background:-webkit-linear-gradient(top,#333,#454545);  
  439. background:-moz-linear-gradient(top,#333,#454545);  
  440. background:linear-gradient(top,#333,#454545);  
  441. }  
  442. .red.round:after{  
  443. box-shadow:1px 0 1px rgba(255,255,255,.6) inset,1px 0 1px rgba(130,25,25,.9);  
  444. background:-webkit-linear-gradient(top,#b12222,#b42323);  
  445. background:-moz-linear-gradient(top,#b12222,#b42323);  
  446. background:linear-gradient(top,#b12222,#b42323);  
  447. }  
  448. .yellow.round:after{  
  449. box-shadow:1px 0 1px rgba(255,255,255,.8) inset,1px 0 1px rgba(148,131,4,.9);  
  450. background:-webkit-linear-gradient(top,#cf9d00,#d2a000);  
  451. background:-moz-linear-gradient(top,#cf9d00,#d2a000);  
  452. background:linear-gradient(top,#cf9d00,#d2a000);                           
  453. }  
  454. .green.round:after{  
  455. box-shadow:1px 0 1px rgba(255,255,255,.8) inset,1px 0 1px rgba(51,126,66,.9);  
  456. background:-webkit-linear-gradient(top,#64c878,#6dcb80);  
  457. background:-moz-linear-gradient(top,#64c878,#6dcb80);  
  458. background:linear-gradient(top,#64c878,#6dcb80);                           
  459. }  
  460. .blue.round:after{  
  461. box-shadow:1px 0 1px rgba(255,255,255,.8) inset,1px 0 1px rgba(18,85,128,.9);  
  462. background:-webkit-linear-gradient(top,#1e7db9,#2b85bd);  
  463. background:-moz-linear-gradient(top,#1e7db9,#2b85bd);  
  464. background:linear-gradient(top,#1e7db9,#2b85bd);                           
  465. }  
  466. .side:after{  
  467. position: absolute;  
  468. display: inline-block;  
  469. content: "\00bb";  
  470. top:3px;  
  471. right:-4px;  
  472. width: 38px;  
  473. height:30px;  
  474. font-weight: normal;  
  475. line-height: 26px;  
  476. border-radius:0 0 5px 5px;  
  477. text-shadow:-2px 0 1px #333;  
  478. -webkit-transform:rotate(-90deg);  
  479. -moz-transform:rotate(-90deg);  
  480. transform:rotate(-90deg);  
  481. }  
  482. .gray.side:after{  
  483. text-shadow:-2px 0 1px #fff;  
  484. border-top: 1px solid #d4d4d4;  
  485. box-shadow:-2px 0 1px #eceef1 inset;  
  486. background:-webkit-linear-gradient(right,#e1e6ea,#f2f2f6 60%);  
  487. background:-moz-linear-gradient(right,#e1e6ea,#f2f2f6 60%);  
  488. background:linear-gradient(right,#e1e6ea,#f2f2f6 60%);   
  489. }  
  490. .black.side:after{  
  491. border-top: 1px solid #222;  
  492. box-shadow:-2px 0 1px #606060 inset;  
  493. background:-webkit-linear-gradient(right,#373737,#555 60%);  
  494. background:-moz-linear-gradient(right,#373737,#555 60%);  
  495. background:linear-gradient(right,#373737,#555 60%);   
  496. }  
  497. .red.side:after{  
  498. border-top: 1px solid #aa1e1e;  
  499. box-shadow:-2px 0 1px #c75959 inset;  
  500. background:-webkit-linear-gradient(right,#b82929,#d73f3f 60%);  
  501. background:-moz-linear-gradient(top,#b82929,#d73f3f 60%);  
  502. background:linear-gradient(top,#b82929,#d73f3f 60%);   
  503. }  
  504. .yellow.side:after{  
  505. border-top: 1px solid #ba8f06;  
  506. box-shadow:-2px 0 1px #deb842 inset;  
  507. background:-webkit-linear-gradient(right,#d5a406,#fdc40b 60%);  
  508. background:-moz-linear-gradient(right,#d5a406,#fdc40b 60%);  
  509. background:linear-gradient(right,#d5a406,#fdc40b 60%);   
  510. }  
  511. .green.side:after{  
  512. border-top: 1px solid #53b567;  
  513. box-shadow:-2px 0 1px #8ad599 inset;  
  514. background:-webkit-linear-gradient(right,#69ca7c,#91e5a5 60%);  
  515. background:-moz-linear-gradient(right,#69ca7c,#91e5a5 60%);  
  516. background:linear-gradient(right,#69ca7c,#91e5a5 60%);   
  517. }  
  518. .blue.side:after{  
  519. border-top: 1px solid #1971a8;  
  520. box-shadow:-2px 0 1px #559dca inset;  
  521. background:-webkit-linear-gradient(right,#2482bd,#3fa2e0 60%);  
  522. background:-moz-linear-gradient(right,#2482bd,#3fa2e0 60%);  
  523. background:linear-gradient(right,#2482bd,#3fa2e0 60%);   
  524. }  
  525. .tags:after{  
  526. font-weight: normal;  
  527. position: absolute;  
  528. display: inline-block;  
  529. content: "FREE";  
  530. top:-3px;  
  531. right: -33px;  
  532. color: #fff;  
  533. text-shadow:none;  
  534. width: 85px;  
  535. height:25px;  
  536. line-height: 28px;  
  537. -webkit-transform:rotate(45deg) scale(.7,.7);  
  538. -moz-transform:rotate(45deg) scale(.7,.7);  
  539. transform:rotate(45deg) scale(.7,.7);  
  540. }  
  541. .gray.tags:after{  
  542. background: #8c96a0;  
  543. border:2px solid #fff;    
  544. }  
  545. .black.tags:after{  
  546. background: #333;  
  547. border:2px solid #777;    
  548. }  
  549. .red.tags:after{  
  550. background: #b42323;  
  551. border:2px solid #df4141;     
  552. }  
  553. .yellow.tags:after{  
  554. background: #d2a000;  
  555. border:2px solid #fcc100;     
  556. }  
  557. .green.tags:after{  
  558. background: #64c878;  
  559. border:2px solid #9bebac;     
  560. }  
  561. .blue.tags:after{  
  562. background: #1e7db9;  
  563. border:2px solid #54b1e9;     
  564. }  
  565. .button.rarrow,  
  566.     .button.larrow{  
  567. overflow:visible;  
  568. }  
  569. .rarrow:after,    
  570.     .rarrow:before,  
  571.     .larrow:after,    
  572.     .larrow:before{  
  573. position:absolute;  
  574. content: "";  
  575. display: block;  
  576. width: 28px;  
  577. height: 28px;  
  578. -webkit-transform:rotate(45deg);  
  579. -moz-transform:rotate(45deg);  
  580. transform:rotate(45deg);  
  581. }  
  582. .rarrow:before{  
  583. width: 27px;  
  584. height: 27px;  
  585. top: 6px;  
  586. right: -13px;  
  587. clip: rect(auto auto 26px 2px);  
  588. }  
  589. .rarrow:after{  
  590. top: 6px;  
  591. right: -12px;  
  592. clip: rect(auto auto 26px 2px);  
  593. }  
  594. .gray.rarrow:before{  
  595. background: #d6dbe0;  
  596. }  
  597. .gray.rarrow:after{  
  598. box-shadow: 0 1px 0 #fff inset,-1px 0 0 #b7babd inset;  
  599. background:-webkit-linear-gradient(top left,#f2f3f7,#e4e8ec);  
  600. background:-moz-linear-gradient(top left,#f2f3f7,#e4e8ec);  
  601. background:linear-gradient(top left,#f2f3f7,#e4e8ec);  
  602. }  
  603. .black.rarrow:before{  
  604. background: #333;  
  605. }  
  606. .black.rarrow:after{  
  607. box-shadow: 0 1px 0 #8B8B8B inset,-1px 0 0 #3d3d3d inset,-2px 0 0 #8B8B8B inset;  
  608. background:-webkit-linear-gradient(top left,#656565,#4C4C4C);  
  609. background:-moz-linear-gradient(top left,#656565,#4C4C4C);  
  610. background:linear-gradient(top left,#656565,#4C4C4C);  
  611. }  
  612. .red.rarrow:before{  
  613. background: #B42323;  
  614. }  
  615. .red.rarrow:after{  
  616. box-shadow: 0 1px 0 #E99494 inset,-1px 0 0 #954B4B inset,-2px 0 0 #E99494 inset;  
  617. background:-webkit-linear-gradient(top left,#D53939,#B92929);  
  618. background:-moz-linear-gradient(top left,#D53939,#B92929);  
  619. background:linear-gradient(top left,#D53939,#B92929);  
  620. }  
  621. .yellow.rarrow:before{  
  622. background: #D2A000;  
  623. }  
  624. .yellow.rarrow:after{  
  625. box-shadow: 0 1px 0 #FEDD71 inset,-1px 0 0 #A38B39 inset,-2px 0 0 #FEDD71 inset;  
  626. background:-webkit-linear-gradient(top left,#FECE34,#D8A605);  
  627. background:-moz-linear-gradient(top left,#FECE34,#D8A605);  
  628. background:linear-gradient(top left,#FECE34,#D8A605);  
  629. }  
  630. .green.rarrow:before{  
  631. background: #64C878;  
  632. }  
  633. .green.rarrow:after{  
  634. box-shadow: 0 1px 0 #B9ECC4 inset,-1px 0 0 #6C9F76 inset,-2px 0 0 #B9ECC4 inset;  
  635. background:-webkit-linear-gradient(top left,#90DFA2,#84D494);  
  636. background:-moz-linear-gradient(top left,#90DFA2,#84D494);  
  637. background:linear-gradient(top left,#90DFA2,#84D494);  
  638. }  
  639. .blue.rarrow:before{  
  640. background: #1E7DB9;  
  641. }  
  642. .blue.rarrow:after{  
  643. box-shadow: 0 1px 0 #8FCAEE inset,-1px 0 0 #497897 inset,-2px 0 0 #8FCAEE inset;  
  644. background:-webkit-linear-gradient(top left,#42A4E0,#2E88C0);  
  645. background:-moz-linear-gradient(top left,#42A4E0,#2E88C0);  
  646. background:linear-gradient(top left,#42A4E0,#2E88C0);  
  647. }  
  648. .larrow:before{  
  649. top: 6px;  
  650. left: -13px;  
  651. width: 27px;  
  652. height: 27px;  
  653. clip: rect(2px 26px auto auto);  
  654. }  
  655. .larrow:after{  
  656. top: 6px;  
  657. left: -12px;  
  658. clip: rect(2px 26px auto auto);  
  659. }  
  660. .gray.larrow:before{  
  661. background: #d6dbe0;  
  662. }  
  663. .gray.larrow:after{  
  664. box-shadow: 0 -1px 0 #b7babd inset,1px 0 0 #fff inset;  
  665. background:-webkit-linear-gradient(top left,#f2f3f7,#e4e8ec);  
  666. background:-moz-linear-gradient(top left,#f2f3f7,#e4e8ec);  
  667. background:linear-gradient(top left,#f2f3f7,#e4e8ec);  
  668. }  
  669. .black.larrow:before{  
  670. background: #333;  
  671. }  
  672. .black.larrow:after{  
  673. box-shadow: 0 -1px 0 #3d3d3d inset,0 -2px 0 #8B8B8B inset,1px 0 0 #8B8B8B inset;  
  674. background:-webkit-linear-gradient(top left,#656565,#4C4C4C);  
  675. background:-moz-linear-gradient(top left,#656565,#4C4C4C);  
  676. background:linear-gradient(top left,#656565,#4C4C4C);  
  677. }  
  678. .red.larrow:before{  
  679. background: #B42323;  
  680. }  
  681. .red.larrow:after{  
  682. box-shadow: 0 -1px 0 #954B4B inset,0 -2px 0 #E99494 inset,1px 0 0 #E99494 inset;  
  683. background:-webkit-linear-gradient(top left,#D53939,#B92929);  
  684. background:-moz-linear-gradient(top left,#D53939,#B92929);  
  685. background:linear-gradient(top left,#D53939,#B92929);  
  686. }  
  687. .yellow.larrow:before{  
  688. background: #D2A000;  
  689. }  
  690. .yellow.larrow:after{  
  691. box-shadow: 0 -1px 0 #A38B39 inset,0 -2px 0 #FEDD71 inset,1px 0 0 #FEDD71 inset;  
  692. background:-webkit-linear-gradient(top left,#FECE34,#D8A605);  
  693. background:-moz-linear-gradient(top left,#FECE34,#D8A605);  
  694. background:linear-gradient(top left,#FECE34,#D8A605);  
  695. }  
  696. .green.larrow:before{  
  697. background: #64C878;  
  698. }  
  699. .green.larrow:after{  
  700. box-shadow: 0 -1px 0 #6C9F76 inset,0 -2px 0 #B9ECC4 inset,1px 0 0 #B9ECC4 inset;  
  701. background:-webkit-linear-gradient(top left,#90DFA2,#84D494);  
  702. background:-moz-linear-gradient(top left,#90DFA2,#84D494);  
  703. background:linear-gradient(top left,#90DFA2,#84D494);  
  704. }  
  705. .blue.larrow:before{  
  706. background: #1E7DB9;  
  707. }  
  708. .blue.larrow:after{  
  709. box-shadow: 0 -1px 0 #497897 inset,0 -2px 0 #8FCAEE inset,1px 0 0 #8FCAEE inset;  
  710. background:-webkit-linear-gradient(top left,#42A4E0,#2E88C0);  
  711. background:-moz-linear-gradient(top left,#42A4E0,#2E88C0);  
  712. background:linear-gradient(top left,#42A4E0,#2E88C0);  
  713. }  
  714. .gray:hover{  
  715. background: -webkit-linear-gradient(top,#fefefe,#ebeced);  
  716. background: -moz-linear-gradient(top,#f2f3f7,#ebeced);  
  717. background: linear-gradient(top,#f2f3f7,#ebeced);  
  718. }  
  719. .black:hover{  
  720. background: -webkit-linear-gradient(top,#818181,#575757);  
  721. background: -moz-linear-gradient(top,#818181,#575757);  
  722. background: linear-gradient(top,#818181,#575757);  
  723. }  
  724. .red:hover{  
  725. background: -webkit-linear-gradient(top,#eb6f6f,#c83c3c);  
  726. background: -moz-linear-gradient(top,#eb6f6f,#c83c3c);  
  727. background: linear-gradient(top,#eb6f6f,#c83c3c);  
  728. }  
  729. .yellow:hover{  
  730. background: -webkit-linear-gradient(top,#ffd859,#e3bb38);  
  731. background: -moz-linear-gradient(top,#ffd859,#e3bb38);  
  732. background: linear-gradient(top,#ffd859,#e3bb38);  
  733. }  
  734. .green:hover{  
  735. background: -webkit-linear-gradient(top,#aaebb9,#82d392);  
  736. background: -moz-linear-gradient(top,#aaebb9,#82d392);  
  737. background: linear-gradient(top,#aaebb9,#82d392);  
  738. }  
  739. .blue:hover{  
  740. background: -webkit-linear-gradient(top,#70bfef,#4097ce);  
  741. background: -moz-linear-gradient(top,#70bfef,#4097ce);  
  742. background: linear-gradient(top,#70bfef,#4097ce);  
  743. }  
  744. .gray:active{  
  745. top:1px;  
  746. box-shadow: 0 1px 3px #a8abae inset,0 3px 0 #fff;  
  747. background: -webkit-linear-gradient(top,#e4e8ec,#e4e8ec);  
  748. background: -moz-linear-gradient(top,#e4e8ec,#e4e8ec);  
  749. background: linear-gradient(top,#e4e8ec,#e4e8ec);  
  750. }  
  751. .black:active{  
  752. top:1px;  
  753. box-shadow: 0 1px 3px #111 inset,0 3px 0 #fff;  
  754. background: -webkit-linear-gradient(top,#424242,#575757);  
  755. background: -moz-linear-gradient(top,#424242,#575757);  
  756. background: linear-gradient(top,#424242,#575757);  
  757. }  
  758. .red:active{  
  759. top:1px;  
  760. box-shadow: 0 1px 3px #5b0505 inset,0 3px 0 #fff;  
  761. background: -webkit-linear-gradient(top,#b11a1a,#bf2626);  
  762. background: -moz-linear-gradient(top,#b11a1a,#bf2626);  
  763. background: linear-gradient(top,#b11a1a,#bf2626);  
  764. }  
  765. .yellow:active{  
  766. top:1px;  
  767. box-shadow: 0 1px 3px #816b1f inset,0 3px 0 #fff;  
  768. background: -webkit-linear-gradient(top,#d3a203,#dba907);  
  769. background: -moz-linear-gradient(top,#d3a203,#dba907);  
  770. background: linear-gradient(top,#d3a203,#dba907);  
  771. }  
  772. .green:active{  
  773. top:1px;  
  774. box-shadow: 0 1px 3px #4d7254 inset,0 3px 0 #fff;  
  775. background: -webkit-linear-gradient(top,#5eac6e,#72b37e);  
  776. background: -moz-linear-gradient(top,#5eac6e,#72b37e);  
  777. background: linear-gradient(top,#5eac6e,#72b37e);  
  778. }  
  779. .blue:active{  
  780. top:1px;  
  781. box-shadow: 0 1px 3px #114566 inset,0 3px 0 #fff;  
  782. background: -webkit-linear-gradient(top,#1a71a8,#1976b1);  
  783. background: -moz-linear-gradient(top,#1a71a8,#1976b1);  
  784. background: linear-gradient(top,#1a71a8,#1976b1);  
  785. }  
  786. .gray.side:hover:after{  
  787. background:-webkit-linear-gradient(right,#e7ebee,#f8f8f8 60%);  
  788. background:-moz-linear-gradient(right,#e7ebee,#f8f8f8 60%);  
  789. background:linear-gradient(right,#e7ebee,#f8f8f8 60%);  
  790. }  
  791. .black.side:hover:after{  
  792. background:-webkit-linear-gradient(right,#555,#6f6f6f 60%);  
  793. background:-moz-linear-gradient(right,#555,#6f6f6f 60%);  
  794. background:linear-gradient(right,#555,#6f6f6f 60%);   
  795. }  
  796. .red.side:hover:after{  
  797. background:-webkit-linear-gradient(right,#c43333,#dc4949 60%);  
  798. background:-moz-linear-gradient(right,#c43333,#dc4949 60%);  
  799. background:linear-gradient(right,#c43333,#dc4949 60%);   
  800. }  
  801. .yellow.side:hover:after{  
  802. background:-webkit-linear-gradient(right,#e1b21a,#fbc71d 60%);  
  803. background:-moz-linear-gradient(right,#e1b21a,#fbc71d 60%);  
  804. background:linear-gradient(right,#e1b21a,#fbc71d 60%);   
  805. }  
  806. .green.side:hover:after{  
  807. background:-webkit-linear-gradient(right,#85da95,#94e0a5 60%);  
  808. background:-moz-linear-gradient(right,#85da95,#94e0a5 60%);  
  809. background:linear-gradient(right,#85da95,#94e0a5 60%);   
  810. }  
  811. .blue.side:hover:after{  
  812. background:-webkit-linear-gradient(right,#338fc8,#56b2eb 60%);  
  813. background:-moz-linear-gradient(right,#338fc8,#56b2eb 60%);  
  814. background:linear-gradient(right,#338fc8,#56b2eb 60%);   
  815. }  
  816. .gray.side:active:after{  
  817. top:4px;  
  818. border-top: 1px solid #9fa6ab;  
  819. box-shadow:-1px 0 1px #a8abae inset;  
  820. background:-webkit-linear-gradient(right,#e4e8ec,#e4e8ec 60%);  
  821. background:-moz-linear-gradient(right,#e4e8ec,#e4e8ec 60%);  
  822. background:linear-gradient(right,#e4e8ec,#e4e8ec 60%);   
  823. }  
  824. .black.side:active:after{  
  825. box-shadow:-1px 0 1px #111 inset;  
  826. background:-webkit-linear-gradient(right,#414040,#4d4c4c 60%);  
  827. background:-moz-linear-gradient(right,#414040,#4d4c4c 60%);  
  828. background:linear-gradient(right,#414040,#4d4c4c 60%);   
  829. }  
  830. .red.side:active:after{  
  831. box-shadow:-1px 0 1px #4b0707 inset;  
  832. background:-webkit-linear-gradient(right,#b11a1a,#b11a1a 60%);  
  833. background:-moz-linear-gradient(right,#b11a1a,#b11a1a 60%);  
  834. background:linear-gradient(right,#b11a1a,#b11a1a 60%);   
  835. }  
  836. .yellow.side:active:after{  
  837. box-shadow:-1px 0 1px #816b1f inset;  
  838. background:-webkit-linear-gradient(right,#d3a203,#dba907 60%);  
  839. background:-moz-linear-gradient(right,#d3a203,#dba907 60%);  
  840. background:linear-gradient(right,#d3a203,#dba907 60%);   
  841. }  
  842. .green.side:active:after{  
  843. box-shadow:-1px 0 1px #33663d inset;  
  844. background:-webkit-linear-gradient(right,#63a870,#72b37e 60%);  
  845. background:-moz-linear-gradient(right,#63a870,#72b37e 60%);  
  846. background:linear-gradient(right,#63a870,#72b37e 60%);   
  847. }  
  848. .blue.side:active:after{  
  849. box-shadow:-1px 0 1px #114566 inset;  
  850. background:-webkit-linear-gradient(right,#1a71a8,#1976b1 60%);  
  851. background:-moz-linear-gradient(right,#1a71a8,#1976b1 60%);  
  852. background:linear-gradient(right,#1a71a8,#1976b1 60%);   
  853. }  
  854. .gray.rarrow:hover:after,  
  855.     .gray.rarrow:hover:after{  
  856. background:-webkit-linear-gradient(top left,#fefefe,#ebeced);  
  857. background:-moz-linear-gradient(top left,#fefefe,#ebeced);  
  858. background:linear-gradient(top left,#fefefe,#ebeced);  
  859. }  
  860. .black.rarrow:hover:after,  
  861.     .black.larrow:hover:after{  
  862. background:-webkit-linear-gradient(top left,#818181,#575757);  
  863. background:-moz-linear-gradient(top left,#818181,#575757);  
  864. background:linear-gradient(top left,#818181,#575757);  
  865. }  
  866. .red.rarrow:hover:after,  
  867.     .red.larrow:hover:after{  
  868. background:-webkit-linear-gradient(top left,#eb6f6f,#c83c3c);  
  869. background:-moz-linear-gradient(top left,#eb6f6f,#c83c3c);  
  870. background:linear-gradient(top left,#eb6f6f,#c83c3c);  
  871. }  
  872. .yellow.rarrow:hover:after,  
  873.     .yellow.larrow:hover:after{  
  874. background:-webkit-linear-gradient(top left,#ffd859,#e3bb38);  
  875. background:-moz-linear-gradient(top left,#ffd859,#e3bb38);  
  876. background:linear-gradient(top left,#ffd859,#e3bb38);  
  877. }  
  878. .green.rarrow:hover:after,  
  879.     .green.larrow:hover:after{  
  880. background:-webkit-linear-gradient(top left,#aaebb9,#82d392);  
  881. background:-moz-linear-gradient(top left,#aaebb9,#82d392);  
  882. background:linear-gradient(top left,#aaebb9,#82d392);  
  883. }  
  884. .blue.rarrow:hover:after,  
  885.     .blue.larrow:hover:after{  
  886. background:-webkit-linear-gradient(top left,#70bfef,#4097ce);  
  887. background:-moz-linear-gradient(top left,#70bfef,#4097ce);  
  888. background:linear-gradient(top left,#70bfef,#4097ce);  
  889. }  
  890. .gray.rarrow:active:after,  
  891.     .gray.larrow:active:after{  
  892. background:-webkit-linear-gradient(top left,#e4e8ec,#e4e8ec);  
  893. background:-moz-linear-gradient(top left,#e4e8ec,#e4e8ec);  
  894. background:linear-gradient(top left,#e4e8ec,#e4e8ec);  
  895. }  
  896. .black.rarrow:active:after,  
  897.     .black.larrow:active:after{  
  898. background:-webkit-linear-gradient(top left,#424242,#575757);  
  899. background:-moz-linear-gradient(top left,#424242,#575757);  
  900. background:linear-gradient(top left,#424242,#575757);  
  901. }  
  902. .red.rarrow:active:after,  
  903.     .red.larrow:active:after{  
  904. background:-webkit-linear-gradient(top left,#b11a1a,#bf2626);  
  905. background:-moz-linear-gradient(top left,#b11a1a,#bf2626);  
  906. background:linear-gradient(top left,#b11a1a,#bf2626);  
  907. }  
  908. .yellow.rarrow:active:after,  
  909.     .yellow.larrow:active:after{  
  910. background:-webkit-linear-gradient(top left,#d3a203,#dba907);  
  911. background:-moz-linear-gradient(top left,#d3a203,#dba907);  
  912. background:linear-gradient(top left,#d3a203,#dba907);  
  913. }  
  914. .green.rarrow:active:after,  
  915.     .green.larrow:active:after{  
  916. background:-webkit-linear-gradient(top left,#63a870,#72b37e);  
  917. background:-moz-linear-gradient(top left,#63a870,#72b37e);  
  918. background:linear-gradient(top left,#63a870,#72b37e);  
  919. }  
  920. .blue.rarrow:active:after,  
  921.     .blue.larrow:active:after{  
  922. background:-webkit-linear-gradient(top left,#1a71a8,#1976b1);  
  923. background:-moz-linear-gradient(top left,#1a71a8,#1976b1);  
  924. background:linear-gradient(top left,#1a71a8,#1976b1);  
  925. }  
  926. .gray.rarrow:active:after{  
  927. box-shadow: 0 1px 0 #b7babd inset,-1px 0 0 #b7babd inset;  
  928. }  
  929. .gray.larrow:active:after{  
  930. box-shadow: 0 -1px 0 #b7babd inset,1px 0 0 #b7babd inset;  
  931. }  
  932. .black.rarrow:active:after{  
  933. box-shadow: 0 1px 0 #333 inset,-1px 0 0 #333 inset;  
  934. }  
  935. .black.larrow:active:after{  
  936. box-shadow: 0 -1px 0 #333 inset,1px 0 0 #333 inset;  
  937. }  
  938. .red.rarrow:active:after{  
  939. box-shadow: 0 1px 0 #640909 inset,-1px 0 0 #640909 inset;  
  940. }  
  941. .red.larrow:active:after{  
  942. box-shadow: 0 -1px 0 #640909 inset,1px 0 0 #640909 inset;  
  943. }  
  944. .yellow.rarrow:active:after{  
  945. box-shadow: 0 1px 0 #816b1f inset,-1px 0 0 #816b1f inset;  
  946. }  
  947. .yellow.larrow:active:after{  
  948. box-shadow: 0 -1px 0 #816b1f inset,1px 0 0 #816b1f inset;  
  949. }  
  950. .green.rarrow:active:after{  
  951. box-shadow: 0 1px 0 #4d7254 inset,-1px 0 0 #4d7254 inset;  
  952. }  
  953. .green.larrow:active:after{  
  954. box-shadow: 0 -1px 0 #4d7254 inset,1px 0 0 #4d7254 inset;  
  955. }  
  956. .blue.rarrow:active:after{  
  957. box-shadow: 0 1px 0 #114566 inset,-1px 0 0 #114566 inset;  
  958. }  
  959. .blue.larrow:active:after{  
  960. box-shadow: 0 -1px 0 #114566 inset,1px 0 0 #114566 inset;  
  961. }  
  962.     </style>  
  963. </head>  
  964. <body>  
  965. <div class="page">  
  966.     <header id="header">  
  967.         <hgrounp class="white blank">  
  968.             <h1>36 Web Buttons Collection</h1>  
  969.             <h2>作者:藤藤(如有更好建议或疑问请加群:1041263)<h2>  
  970.         </hgrounp>  
  971.     </header>  
  972.     <section class="demo">  
  973. <div class="demo_con">  
  974.    
  975.     <button type="button" class="button gray">BUY NOW</button>  
  976.     <button type="button" class="button black">BUY NOW</button>  
  977.     <button type="button" class="button red">BUY NOW</button>  
  978.     <button type="button" class="button yellow">BUY NOW</button>  
  979.     <button type="button" class="button green">BUY NOW</button>  
  980.     <button type="button" class="button blue">BUY NOW</button>  
  981.    
  982.     <button type="button" class="button gray round">DOWNLOAD</button>  
  983.     <button type="button" class="button black round">DOWNLOAD</button>  
  984.     <button type="button" class="button red round">DOWNLOAD</button>  
  985.     <button type="button" class="button yellow round">DOWNLOAD</button>  
  986.     <button type="button" class="button green round">DOWNLOAD</button>  
  987.     <button type="button" class="button blue round">DOWNLOAD</button>  
  988.    
  989.     <button type="button" class="button gray side">DOWNLOAD</button>  
  990.     <button type="button" class="button black side">DOWNLOAD</button>  
  991.     <button type="button" class="button red side">DOWNLOAD</button>  
  992.     <button type="button" class="button yellow side">DOWNLOAD</button>  
  993.     <button type="button" class="button green side">DOWNLOAD</button>  
  994.     <button type="button" class="button blue side">DOWNLOAD</button>  
  995.    
  996.     <button type="button" class="button gray tags">SIGN UP</button>  
  997.     <button type="button" class="button black tags">SIGN UP</button>  
  998.     <button type="button" class="button red tags">SIGN UP</button>  
  999.     <button type="button" class="button yellow tags">SIGN UP</button>  
  1000.     <button type="button" class="button green tags">SIGN UP</button>  
  1001.     <button type="button" class="button blue tags">SIGN UP</button>  
  1002.    
  1003.     <button type="button" class="button gray rarrow">LEARN MORE</button>  
  1004.     <button type="button" class="button black rarrow">LEARN MORE</button>  
  1005.     <button type="button" class="button red rarrow">LEARN MORE</button>  
  1006.     <button type="button" class="button yellow rarrow">LEARN MORE</button>  
  1007.     <button type="button" class="button green rarrow">LEARN MORE</button>  
  1008.     <button type="button" class="button blue rarrow">LEARN MORE</button>  
  1009.    
  1010.     <button type="button" class="button gray larrow">GO BACK</button>  
  1011.     <button type="button" class="button black larrow">GO BACK</button>  
  1012.     <button type="button" class="button red larrow">GO BACK</button>  
  1013.     <button type="button" class="button yellow larrow">GO BACK</button>  
  1014.     <button type="button" class="button green larrow">GO BACK</button>  
  1015.     <button type="button" class="button blue larrow">GO BACK</button>  
  1016. </div>      
  1017.     </section>  
  1018. </div>  
  1019. </body>  
  1020. </html>  
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值