悬浮阴影hover-shadow效果

代码语言:html

所属分类:布局界面

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>BFW NEW PAGE</title>
    <style>




        .college {
            width: 100%;
            height: 548px;
            font-size: 0;
        }

        .college .college-title {
            text-align: center;
            padding: 80px 0 23px;
            color: #333;
            font-weight: bold;
            font-size: 30px;
        }

        .college .college-des {
            text-align: center;
            color: #666;
            font-size: 18px;
        }

        .college ul {
            width: 1200px;
            margin: 45px auto 0;
            background-color: #fff;
        }

        .college ul li {
            list-style: none;
            display: inline-block;
            margin-right: 20px;
            positio.........完整代码请登录后点击上方下载按钮下载查看

网友评论0