学习HTML5+CSS3 (8.6)将图片转成HTML

原始图片



切1


切2
切3
切4
切4
切5
切6


运行效果:



给每一个还加了悬停效果


手机实现512GB

手机实现512GB容量不是梦;72层3D NAND闪存问世

随着APP体积不断扩大,以及照片,视频等文件逐渐累积,消费者灾难回到被16GB ROM支配的时代。接连吝啬的苹果也将iPhone的存储容量翻番,最高达到256GB。大容量闪存能够提高数据并行处...

刺客

2017-04-11

评论 :

17

暗影精灵Ⅱ代

暗影精灵Ⅱ代Plus CPU 大升级游戏暴测

随着硬件的发展,移动端硬件的性能和左面级硬件的性能也越来越接近,买一台不错的游戏本成为了大家的首选,而顶级配置的游戏本再加个上往往让人有些难以接受,而这次为大家带来惠普...

Potatoman

2017-04-10

评论 :

4

LG Gram测评

LG Gram测评:号称最轻15寸本 但这些你一定不知道

提到LG(乐喜金星 Lucky Goldstars )大家第一反应就是家电。诚然LG 在家电行业的知名度遥远比其他行业,但不可否认它是一家涉猎非常广泛的公司,包括电子,化学,服装,通讯与服务...

钰钰

2017-04-10

评论 :

107

佳能SX430 IS测评

佳能SX430 IS测评:不到2000元 能买到的超实用相机

佳能的波秀系列是旗下发展周期最长的产品线之一,SX系列经过多年的发展也形成非常清晰的产品分层。而这次评测的佳能Powershot SX430 是SX4XX 产品线中最新产品,是一款定位于...

范宝鑫

2017-04-10

评论 :

24

CSS:

* {

padding: 0;

margin: 0;

}

.container {

width: 769px;

height: 666px;

/*background: salmon;*/

margin: 100px auto;

}

.demo {

width: 750px;

height: 171px;

/*background: seagreen;*/

border-bottom: 1px solid #f2f2f2;

float: left;

margin-left: 6px;

position: relative;

overflow: hidden;

}

.fbx {

width: 170px;

height: 130px;

background: rgba(0, 0, 0, 0.4);

position: absolute;

color: white;

top: 150px;

transition: all 1s;

text-align: center;

}

.tupian1 {

margin-top: 20px;

float: left;

width: 170px;

height: 130px;

}

.demo:hover .fbx {

top: 20px;

}

.P1 {

font-size: 18px;

line-height: 18px;

color: #333333;

float: left;

margin-top: 25px;

margin-left: 15px;

}

.P2 {

font-size: 11px;

line-height: 24px;

color: #999999;

position: absolute;

top: 62px;

left: 185px;

}

.tupian2 {

width: 14px;

height: 15px;

position: absolute;

top: 131px;

left: 191px;

}

.P3 {

cursor: pointer;

color: #0077dd;

position: absolute;

top: 133px;

left: 213px;

height: 9px;

font-size: 9px;

font-family: "微软雅黑";

}

.tupian3 {

width: 15px;

height: 15px;

position: absolute;

top: 131px;

left: 295px;

/*margin: 0 0  0 20px;*/

}

.P4 {

color: #999999;

height: 9px;

font-size: 9px;

line-height: 9px;

top: 133px;

left: 317px;

position: absolute;

}

.tupian4 {

position: absolute;

top: 131px;

left: 402px;

}

.P5 {

position: absolute;

font-size: 9px;

line-height: 9px;

top: 133px;

left: 423px;

color: #999999;

}

.P6 {

position: absolute;

font-size: 9px;

line-height: 9px;

top: 133px;

left: 463px;

color: #999999;

}

.P6>span {

color: #ffa500;

margin-right: 4px;

}

.demo:last-child {

border: 0;

}

你可能感兴趣的:(学习HTML5+CSS3 (8.6)将图片转成HTML)