首页 >

html无法实现导航栏毛玻璃效果 – CSS – 前端,css 选择器 类 反选

css景深,css 滚动监听,为知笔记css,css初学怎么少bug,9css8cpm,jsp中访问css不显示,css 选择器 类 反选html无法实现导航栏毛玻璃效果 - CSS - 前端,css 选择器 类 反选

这种效果吗?直接上代码。

<!doctype html>

<html>

<head>

<meta charset=”UTF-8″ />

<title>毛玻璃</title>

<style type=”text/css”>

* {

margin: 0px;

padding: 0px;

}

html,

body {

width: 100%;

height: 100%;

}

.main {

width: 100%;

height: 100%;

position: relative;

background: url(img1.jpg) center top;

background-size: cover;

}

.content {

width: 800px;

height: 400px;

position: absolute;

top: 50%;

left: 50%;

overflow: hidden;

margin-top: -200px;

margin-left: -400px;

border-radius: 10px;

box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);

z-index: 100;

padding: 50px;

box-sizing: border-box;

/*不会把盒子撑开*/

}

.content::before {

content: “”;

position: absolute;

top: 0px;

left: 0px;

right: 0px;

bottom: 0px;

z-index: -1;

/*-1 可以当背景*/

filter: blur(20px);

margin: -30px; /*消除边缘透明*/

background: url(img1.jpg) center top;

background-size: cover;

/*平铺*/

background-attachment: fixed;

/*位置固定*/

}

</style>

</head>

<body>

<div>

<div>

</div>

</div>

</body>

</html>


html无法实现导航栏毛玻璃效果 - CSS - 前端,css 选择器 类 反选
  • 用手机能登录ONTWEB界面吗 - CSS - 前端,ul css下拉菜单
  • 用手机能登录ONTWEB界面吗 - CSS - 前端,ul css下拉菜单 | 用手机能登录ONTWEB界面吗 - CSS - 前端,ul css下拉菜单 ...

    html无法实现导航栏毛玻璃效果 - CSS - 前端,css 选择器 类 反选
  • CSS里的background - CSS - 前端,css 超链接 图片
  • CSS里的background - CSS - 前端,css 超链接 图片 | CSS里的background - CSS - 前端,css 超链接 图片 ...

    html无法实现导航栏毛玻璃效果 - CSS - 前端,css 选择器 类 反选
  • html图片不显示 - CSS - 前端,li css样式
  • html图片不显示 - CSS - 前端,li css样式 | html图片不显示 - CSS - 前端,li css样式 ...