xiao 3 ay önce
işleme
ce8c1ae9c0
8 değiştirilmiş dosya ile 730 ekleme ve 0 silme
  1. 246 0
      css/index.css
  2. 35 0
      css/login.css
  3. 150 0
      detail.html
  4. BIN
      img/logo.jpg
  5. 91 0
      index.html
  6. 74 0
      list.html
  7. 49 0
      login.html
  8. 85 0
      record.html

+ 246 - 0
css/index.css

@@ -0,0 +1,246 @@
+*{
+    margin: 0;
+    padding: 0;
+    box-sizing: border-box;
+    font-family: 微软雅黑;
+    list-style: none;
+    text-decoration: none;
+}
+body{
+    background-color: #EEEDED;
+}
+header{
+    background-color: #FDC606;
+    display: flex;
+    line-height: 50px;
+    height: 60px;
+    padding: 5px 15px;
+    justify-content: space-between;
+    box-shadow: 0px 0px 4px 0 rgba(0,0,0,.5);
+}
+.logo{
+    width: 50px;
+    height: 50px;
+    border-radius: 5px;
+}
+header a{
+    color: #000;
+    text-decoration: none;
+    font-weight: 500;
+}
+.nav{
+    width: 1200px;
+    max-width: 80%;
+    /* text-align: center; */
+}
+.nav a{
+    line-height: 40px;
+    height: 40px;
+    margin: 0 20px;
+    padding: 0 20px;
+    display: inline-block;
+    border-radius: 30px 15px 30px 15px;
+}
+/* .nav a:hover{
+    color: #fff;
+    transition: all 0.5s;
+} */
+.nav .act{
+    background-color: #000;
+    color: #fff;
+    transform: skew(-10deg);
+}
+.login img{
+    border-radius: 50%;
+    position: relative;
+    top: 10px;
+}
+.content{
+    width: 1200px;
+    max-width: 100%;
+    margin: 20px auto;
+    display: flex;
+    justify-content: space-between;
+    flex-wrap: wrap;
+    font-size: 14px;
+}
+.left{
+    width: 70%;
+}
+.right{
+    width: 28%;
+}
+.banner{
+    height: 150px;
+    background-color: #000;
+    text-align: center;
+    color: #fff;
+    line-height: 150px;
+}
+
+.part{
+    background-color: #fff;
+    padding: 15px;
+    box-shadow: 0px 0px 4px 0 rgba(0,0,0,.1);
+    margin: 15px 0;
+}
+.title{
+    font-size: 22px;
+    font-weight: 500;
+    text-align: center;
+    margin-bottom: 20px;
+    position: relative;
+}
+.title span{
+    position: relative;
+    z-index: 9;
+}
+.title::before{
+    content: '';
+    position: absolute;
+    width: 0;
+    height: 0;
+    border-left: 25px solid transparent;
+    border-right: 130px solid transparent;
+    border-bottom: 20px solid #FDC606;
+    left: 0;
+    right: 0;
+    margin: auto;
+    top: 35%;
+    z-index: 1;
+    transform: rotate(-10deg);
+}
+.list{
+    display: flex;
+    flex-wrap: wrap;
+}
+.list li{
+    width: 48%;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    line-height: 50px;
+}
+.list li a{
+    color: #333;
+    text-decoration: none;
+    font-weight: 500;
+}
+.list li a:hover{
+    color: #0760C7;
+}
+.more{
+    display: block;
+    background-color: #000;
+    color: #fff;
+    padding: 10px 0;
+    text-align: center;
+    margin: 15px auto;
+    border-radius: 3px;
+    width: 200px;
+}
+.sec_title{
+    display: flex;
+    justify-content: space-between;
+    align-items: flex-end;
+    margin-bottom: 20px;
+}
+.sec_title span{
+    font-size: 16px;
+    border-bottom: 4px solid #FDC606;
+}
+.sec_title a{
+    font-size: 13px;
+    color: #0760C7;
+    font-weight: 600;
+    position: relative;
+    top: -4px;
+}
+.list_100 li{
+    width: 100%;
+    display: flex;
+    line-height: 40px;
+    justify-content: space-between;
+}
+.list_100 li span{
+    color: #999;
+    font-size: 13px;
+}
+.form{
+    text-align: center;
+}
+.form input,.form textarea{
+    width: 100%;
+    height: 40px;
+    border: 1px solid #ccc;
+    border-radius: 3px;
+    padding: 0 10px;
+    margin-bottom: 15px;
+    outline: none;
+}
+.form textarea{
+    height: 200px;
+}
+.form button{
+    width: 150px;
+    height: 40px;
+    border: none;
+    background-color: #000;
+    color: #fff;
+    font-weight: 600;
+    border-radius: 3px;
+    outline: none;
+}
+.form button:hover{
+    background-color: #333;
+    cursor: pointer;
+    transition: .3s;
+}
+input:focus{
+    border:2px solid #0760C7;
+}
+.page{
+    text-align: center;
+    padding: 10px 0;
+}
+.page button{
+    background: none;
+    border: 1px solid #ccc;
+    border-radius: 3px;
+    padding: 5px 7px;
+    margin: 0 20px;
+    font-size: 13px;
+}
+.page button:hover{
+    color: #fff;
+    background-color: #0760C7;
+    transition: .5s;
+    border-color: #0760C7;
+    cursor: pointer;
+}
+.page b{
+    color: #0760C7;
+}
+.navtation{
+    margin: 20px 0 0;
+    width: 100%;
+}
+.navtation a{
+    color: #0760C7;
+}
+footer{
+    height: 200px;
+    background-color: #000;
+}
+@media screen and (max-width: 768px){
+    .content{
+        padding: 0 15px;
+    }
+    .left,.right{
+        width: 100% !important;
+        margin-bottom: 10px;
+    }
+    .nav{
+        display: none;
+    }
+} 

+ 35 - 0
css/login.css

@@ -0,0 +1,35 @@
+.content>div{
+    width: 49%;
+    background-color: #fff;
+    margin: 15px 0;
+}
+.addvx{
+    text-align: center;
+    padding: 50px 0;
+    line-height: 25px;
+    font-size: 14px;
+}
+.addvx b{
+    color: #0760C7;
+}
+.addvx img{
+    margin: 15px auto;
+}
+.reg{
+    text-align: left;
+    padding: 15px 30px;
+    font-size: 14px;
+}
+.reg input{
+    margin-top: 5px;
+}
+.reg button{
+    display: block;
+    margin: 10px auto;
+}
+
+@media screen and (max-width: 768px){
+    .content>div{
+        width: 100%;
+    }
+} 

+ 150 - 0
detail.html

@@ -0,0 +1,150 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>详情</title>
+    <link rel="stylesheet" href="css/index.css">
+</head>
+<style>
+    .search_left{
+        width: 30%;
+    }
+    .search_left .list li{
+        width: 100%;
+    }
+    .part{
+        border-radius: 5px;
+    }
+    .search input{
+        width: 100%;
+        height: 30px;
+        border: 1px solid #ccc;
+        border-radius: 3px;
+        padding: 0 10px;
+        margin-bottom: 15px;
+        outline: none;
+        text-align: center;
+    }
+    .detail_right{
+        width: 69%;
+    }
+    .tag{
+        margin-top: 10px;
+        padding-left: 20px;
+    }
+    .tag span{
+        background-color: #000;
+        color: #fff;
+        display: inline-block;
+        padding: 2px 5px;
+        margin-right: 10px;
+        font-size: 12px;
+        border-radius: 2px;
+    }
+    .tag a{
+        color: #333;
+        float: right;
+    }
+    .discuss{
+        text-align: center;
+        background-color: #f5f5f5;
+        padding: 40px 20px;
+        border: 1px solid #ccc;
+    }
+    .detail_right button{
+        width: 150px;
+        height: 40px;
+        border: none;
+        background-color: #000;
+        color: #fff;
+        font-weight: 600;
+        border-radius: 3px;
+        outline: none;
+    }
+    .user{
+        margin-bottom: 10px;
+        color: #999;
+        font-size: 13px;
+    }
+    .ans{
+        line-height: 25px;
+        margin-bottom: 10px;
+        color: #333;
+    }
+    .login_div{
+        height: 300px;
+        background-image: linear-gradient(90deg,#0B0B0A,#E1CAA0);
+        text-align: center;
+        padding-top: 140px;
+        border-radius: 10px;
+    }
+</style>
+<body>
+    <header>
+        <img class="logo" src="img/logo.jpg" alt="logo">
+        <div class="nav">
+            <a class="act" href="">猿人学面试</a>
+            <a href="">爬虫比赛</a>
+            <a href="">关于猿人学</a>
+        </div>
+        <div class="login">
+            <img width="30px" src="img/logo.jpg" alt="logo">
+            <a href="#">请先登录</a>
+        </div>
+    </header>
+    <div class="content">
+        <p class="navtation"><a href="">回到首页</a> - <a href="">爬虫面试题</a> - 用哪些库用于数据库解析</p>
+        <div class="left search_left">
+            <div class="part">
+                <p class="search">
+                    <input  type="text" placeholder="题目搜索">
+                </p>
+                <ul class="list">
+                    <li><a href="">讲讲对script的理解</a></li>
+                    <li><a href="">讲讲对script的理解</a></li>
+                    <li><a href="">讲讲对script的理解</a></li>
+                    <li><a href="">讲讲对script的理解</a></li>
+                    <li><a href="">讲讲对script的理解</a></li>
+                    <li><a href="">讲讲对script的理解</a></li>
+                </ul>
+            </div>
+            <div class="part">
+                <h2 class="sec_title"><span>贡献面试题</span></h2>
+                <form class="form" action="">
+                    <input type="text" placeholder="面试题目">
+                    <textarea></textarea>
+                    <button>提交</button>
+                </form>
+            </div>
+        </div>
+        <div class="right detail_right">
+            <div class="part">
+                <b>51.用哪些库用于数据解析</b>
+                <p class="tag">
+                    <span>tag</span><span>tag</span><span>tag</span>
+                    <a href="">分享给朋友</a>
+                </p>
+            </div>
+            <div class="part">
+                <h2 class="sec_title"><span>答题讨论</span></h2>
+                <div class="discuss">
+                    <button>请登录</button>
+                </div>
+            </div>
+            <div class="part">
+                <h2 class="sec_title"><span>网友热议</span></h2>
+                <p class="user">
+                    蛋黄酱  2025.11.1
+                </p>
+                <p class="ans">
+                    vfbjosehuaoehvuhqaauihuoihcfuahqcuidhui
+                </p>
+                <div class="login_div">
+                    <button>登录后查看全部</button>
+                </div>
+            </div>
+        </div>
+    </div>
+</body>
+</html>

BIN
img/logo.jpg


+ 91 - 0
index.html

@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>猿人学面试</title>
+    <link rel="stylesheet" href="css/index.css">
+</head>
+<body>
+    <header>
+        <img class="logo" src="img/logo.jpg" alt="logo">
+        <div class="nav">
+            <a class="act" href="">猿人学面试</a>
+            <a href="">爬虫比赛</a>
+            <a href="">关于猿人学</a>
+        </div>
+        <div class="login">
+            <img width="30px" src="img/logo.jpg" alt="logo">
+            <a href="#">请先登录</a>
+        </div>
+    </header>
+
+    <div class="content">
+        <div class="left">
+            <div class="banner">广告</div>
+        </div>
+        <div class="right">
+            <div class="banner">广告</div>
+        </div>
+        <div class="left">
+            <div class="part">
+                <h1 class="title"><span>JS逆向面试题</span></h1>
+                <ul class="list">
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                </ul>
+                <a href="" class="more">更多JS逆向面试题</a>
+            </div>
+            <div class="part">
+                <h1 class="title"><span>安卓逆向面试题</span></h1>
+                <ul class="list">
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                </ul>
+                <a href="" class="more">更多安卓逆向面试题</a>
+            </div>
+            <div class="part">
+                <h1 class="title"><span>爬虫面试题</span></h1>
+                <ul class="list">
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                </ul>
+                <a href="" class="more">更多爬虫面试题</a>
+            </div>
+        </div>
+        <div class="right">
+            <div class="part">
+                <h2 class="sec_title"><span>面试排行榜</span>  <a href="">更多</a></h2>
+                <ul class="list list_100">
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                </ul>
+            </div>
+            <div class="part">
+                <h2 class="sec_title"><span>贡献面试题</span></h2>
+                <form class="form" action="">
+                    <input type="text" placeholder="面试题目">
+                    <textarea></textarea>
+                    <button>提交</button>
+                </form>
+            </div>
+        </div>
+    </div>
+
+    <footer></footer>
+</body>
+</html>

+ 74 - 0
list.html

@@ -0,0 +1,74 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>面试题</title>
+    <link rel="stylesheet" href="css/index.css">
+</head>
+<style>
+    .list li{
+        width: 95% !important;
+    }
+    
+</style>
+<body>
+    <header>
+        <img class="logo" src="img/logo.jpg" alt="logo">
+        <div class="nav">
+            <a class="act" href="">猿人学面试</a>
+            <a href="">爬虫比赛</a>
+            <a href="">关于猿人学</a>
+        </div>
+        <div class="login">
+            <img width="30px" src="img/logo.jpg" alt="logo">
+            <a href="#">请先登录</a>
+        </div>
+    </header>
+    <div class="content">
+        <div class="left">
+            <div class="banner">广告</div>
+        </div>
+        <div class="right">
+            <div class="banner">广告</div>
+        </div>
+        <p class="navtation"><a href="">回到首页</a> - 爬虫面试题</p>
+        <div class="left">
+            <div class="part">
+                <ul class="list">
+                    <li><a href="">1.瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">2.瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">3.瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">4.瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">5.瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                    <li><a href="">6.瑞树的整个逆向流程瑞树的整个逆向流程</a></li>
+                </ul>
+                <p class="page">
+                    <button>上一页</button>
+                    <span><b>2</b>/5</span>
+                    <button>下一页</button>
+                </p>
+            </div>
+        </div>
+        <div class="right">
+            <div class="part">
+                <h2 class="sec_title"><span>面试排行榜</span>  <a href="">更多</a></h2>
+                <ul class="list list_100">
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                    <li><a href="">蛋黄酱</a><span>555</span></li>
+                </ul>
+            </div>
+            <div class="part">
+                <h2 class="sec_title"><span>贡献面试题</span></h2>
+                <form class="form" action="">
+                    <input type="text" placeholder="面试题目">
+                    <textarea></textarea>
+                    <button>提交</button>
+                </form>
+            </div>
+        </div>
+    </div>
+</body>
+</html>

+ 49 - 0
login.html

@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>登录</title>
+    <link rel="stylesheet" href="css/index.css">
+    <link rel="stylesheet" href="css/login.css">
+</head>
+<body>
+    <header>
+        <img class="logo" src="img/logo.jpg" alt="logo">
+        <div class="nav">
+            <a class="act" href="">猿人学面试</a>
+            <a href="">爬虫比赛</a>
+            <a href="">关于猿人学</a>
+        </div>
+        <div class="login">
+            <img width="30px" src="img/logo.jpg" alt="logo">
+            <a href="#">请先登录</a>
+        </div>
+    </header>
+    <div class="content">
+        <p class="navtation"><a href="">首页</a> - 登录页</p>
+        <div class="addvx">
+            扫码加我微信 <br>
+            <b>免费领取注册邀请码</b><br>
+            <img width="200" src="img/logo.jpg" alt=""><br>
+            备注“面试邀请码” <br>
+            拉你入猿人学 - 面试交流群
+        </div>
+        <div class="signup">
+            <form action="" class="form reg">
+                <label>昵称</label>
+                <input type="text" placeholder="昵称将会展示出来">
+                <label>注册账号</label>
+                <input type="text" placeholder="登录时的账号">
+                <label>登录密码</label>
+                <input type="password">
+                <label>确认密码</label>
+                <input type="password">
+                <label>注册邀请码</label>
+                <input type="text" placeholder="右侧扫码加我微信,免费领取">
+                <button>立即注册</button>
+            </form>
+        </div>
+    </div>
+</body>
+</html>

+ 85 - 0
record.html

@@ -0,0 +1,85 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>面试题</title>
+    <link rel="stylesheet" href="css/index.css">
+</head>
+<style>
+    .record li{
+        width: 95%;
+        line-height: 30px;
+        border-bottom: 1px solid #d9d9d9;
+        padding-bottom: 20px;
+        margin-top: 20px;
+    }
+    .record li span{
+        color: #999;
+        font-size: 12px;
+    }
+</style>
+<body>
+    <header>
+        <img class="logo" src="img/logo.jpg" alt="logo">
+        <div class="nav">
+            <a class="act" href="">猿人学面试</a>
+            <a href="">爬虫比赛</a>
+            <a href="">关于猿人学</a>
+        </div>
+        <div class="login">
+            <img width="30px" src="img/logo.jpg" alt="logo">
+            <a href="#">请先登录</a>
+        </div>
+    </header>
+    <div class="content">
+        <p class="navtation"><a href="">首页</a> - 刷题记录</p>
+        <div class="left">
+            <div class="part">
+                <p><b style="font-size: 15px;">蛋黄酱</b>的面试刷题</p>
+                <ul class="list record">
+                    <li><a href="">
+                        1.瑞树的整个逆向流程瑞树的整个逆向流程 <br>
+                        <span>2025-03-12 12:00</span>
+                    </a></li>
+                    <li><a href="">
+                        1.瑞树的整个逆向流程瑞树的整个逆向流程 <br>
+                        <span>2025-03-12 12:00</span>
+                    </a></li>
+                    <li><a href="">
+                        1.瑞树的整个逆向流程瑞树的整个逆向流程 <br>
+                        <span>2025-03-12 12:00</span>
+                    </a></li>
+                    <li><a href="">
+                        1.瑞树的整个逆向流程瑞树的整个逆向流程 <br>
+                        <span>2025-03-12 12:00</span>
+                    </a></li>
+                    <li><a href="">
+                        1.瑞树的整个逆向流程瑞树的整个逆向流程 <br>
+                        <span>2025-03-12 12:00</span>
+                    </a></li>
+                    <li><a href="">
+                        1.瑞树的整个逆向流程瑞树的整个逆向流程 <br>
+                        <span>2025-03-12 12:00</span>
+                    </a></li>
+                </ul>
+                <p class="page">
+                    <button>上一页</button>
+                    <span><b>2</b>/5</span>
+                    <button>下一页</button>
+                </p>
+            </div>
+        </div>
+        <div class="right">
+            <div class="part">
+                <h2 class="sec_title"><span>贡献面试题</span></h2>
+                <form class="form" action="">
+                    <input type="text" placeholder="面试题目">
+                    <textarea></textarea>
+                    <button>提交</button>
+                </form>
+            </div>
+        </div>
+    </div>
+</body>
+</html>