鱼C论坛

 找回密码
 立即注册
查看: 2866|回复: 0

[作品展示] 简陋侧边栏

[复制链接]
发表于 2021-7-24 13:23:46 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <title>侧边栏</title>
  7.     <style>
  8.         body{
  9.             margin: 0px;
  10.             background-color: aqua;
  11.             height:1000px;
  12.         }
  13.         #wall{
  14.             width: 150px;
  15.             background-color: aqua;
  16.             position:absolute;
  17.             right:0px;
  18.             top:250px;
  19.         }
  20.         #wall a{
  21.             position: relative;
  22.             left: 120px;
  23.             display: block;
  24.             text-decoration: none;
  25.             background-color: white;
  26.         }
  27.         #wall a em{
  28.             font-style: normal;
  29.             display: inline-block;
  30.             height: 30px;
  31.             width: 30px;
  32.             background-color: blue;
  33.             color: white;
  34.             text-align: center;
  35.             margin-right: 30px;
  36.         }
  37.         #wall:hover a{
  38.             left: 0;
  39.         }
  40.         #wall a:hover{
  41.             background-color: Cyan;
  42.         }
  43.         #wall a:hover em{
  44.             background-color: DodgerBlue;
  45.         }
  46.     </style>
  47. </head>
  48. <body>
  49.     <div id="wall">
  50.        <a href="" style="-webkit-transition-duration: 0.1s;"><em>1</em>asdfg</a>
  51.        <a href="" style="-webkit-transition-duration: 0.2s;"><em>2</em>sdfgh</a>
  52.        <a href="" style="-webkit-transition-duration: 0.3s;"><em>3</em>dfghj</a>
  53.        <a href="" style="-webkit-transition-duration: 0.4s;"><em>4</em>fghjk</a>
  54.        <a href="" style="-webkit-transition-duration: 0.55s;"><em>5</em>ghjkl</a>
  55.        <a href="" style="-webkit-transition-duration: 0.6s;"><em>6</em>qwert</a>
  56.        <a href="" style="-webkit-transition-duration: 0.7s;"><em>7</em>werty</a>
  57.        <a href="" style="-webkit-transition-duration: 0.8s;"><em>8</em>ertyu</a>
  58.        <a href="" style="-webkit-transition-duration: 0.9s;"><em>9</em>asdfv</a>
  59.        <a href="" style="-webkit-transition-duration: 1s;"><em>10</em>fdmfigf</a>
  60.        <a href="" style="-webkit-transition-duration: 1.1s;"><em>11</em>dcf</a>
  61.        <a href="" style="-webkit-transition-duration: 1.2s;"><em>12</em>difj</a>
  62.        <a href="" style="-webkit-transition-duration: 1.3s;"><em>13</em>fdkfsd</a>
  63.     </div>
  64. </body>
  65. </html>
复制代码
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-5-2 02:02

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表