html伸缩搜索,收缩搜索框.html

body {

background: #252525;

;

}

* {

margin: 0;

padding: 0;

box-sizing: border-box;

}

.container {

position: absolute;

margin: auto;

top: 0;

left: 0;

right: 0;

bottom: 0;

width: 300px;

height: 100px;

}

.container input{

font-family: 'Inconsolata', monospace;

position: absolute;

margin: auto;

top: 0;

right: 0;

bottom: 0;

left: 0;

width: 45px;

height: 45px;

outline: none;

border: none;

background: crimson;

color: white;

text-shadow: 0 0 10px crimson;

padding: 0 80px 0 20px;

border-radius: 30px;

box-shadow: 0 0 25px 0 crimson, 0 20px 25px 0 rgba(0, 0, 0, 0.2);

transition: all 1s;

opacity: 0;

z-index: 5;

font-weight: bolder;

letter-spacing: 0.1em;

}

.container input[type="text"]::placeholder{

color: #fe6481f7;

font-weight: bold;

font-family: arial;

}

.container input[type="checkbox"]{

cursor: pointer;

z-index: 99;

}

.container input[type="checkbox"]:checked+input[type="text"]{

width: 260px;

opacity: 1;

}

.container input[type="checkbox"]:checked~.search{

left: 200px;

background: black;

}

.container input[type="checkbox"]:checked~.search::after{

top: 0;

left: 0;

width: 25px;

height: 2px;

background: white;

border: none;

transform: rotate(135deg);

transition: all .5s;

}

.container input[type="checkbox"]:checked~.search::before{

top: 0;

left: 0;

width: 25px;

transition: all .5s;

}

.container input[type="checkbox"]:checked{

left: 200px;

}

.container .search {

position: absolute;

margin: auto;

top: 0;

right: 0;

bottom: 0;

left: 0;

width: 65px;

height: 65px;

background: crimson;

border-radius: 50%;

transition: all 1s;

z-index: 6;

box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);

cursor: pointer;

}

.container .search::before {

content: "";

position: absolute;

margin: auto;

top: 22px;

right: 0;

bottom: 0;

left: 22px;

width: 12px;

height: 2px;

background: white;

transform: rotate(45deg);

transition: all .5s;

}

.container .search::after {

content: "";

position: absolute;

margin: auto;

top: -5px;

right: 0;

bottom: 0;

left: -5px;

width: 22px;

height: 22px;

border-radius: 50%;

border: 2px solid white;

transition: all .5s;

}

一键复制

编辑

Web IDE

原始数据

按行查看

历史

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值