JSDM

HTML

 
1
<div id="wrap">
2
    <a href="#" class="mask"><span>新品试用<br/>IPSA明 星王牌套装</span></a>
3
</div>

CSS

x
 
1
*{
2
  margin: 0;
3
  padding: 0;
4
  font: 14px "方正小篆体";
5
  }
6
  body{
7
    background-color: #555;
8
    }
9
  #wrap{
10
      width: 300px;
11
      height: 300px;
12
      margin: 40px auto 0;
13
      background: url(http://pic.58pic.com/58pic/13/61/00/61a58PICtPr_1024.jpg) no-repeat left top;
14
      border-radius: 50%;
15
    }
16
    .mask{
17
      display: none;
18
      width: 300px;
19
      height: 300px;
20
      background-color:rgba(95,95,95,0.3);
21
      border-radius: 50%;
22
      text-align: center;
23
    }
24
    #wrap:hover .mask{
25
      display: block;
26
      color: #fff;
27
      }
28
    span{
29
      line-height: 32px;
30
      display: inline-block;
31
      margin-top: 40%;
32
      }
33
? ?
? ?
必须是有效的URL
+ 添加另一个资源

JS

xxxxxxxxxx
1
 
1
必须是有效的URL
+ 添加另一个资源
Close

文件管理 点击文件查看URL

图片

  1. 暂无文件

CSS

  1. 暂无文件

JavaScript

  1. 暂无文件

其他

  1. 暂无文件
拖动文件到上面的区域或者:
加载中 ..................