片刻页面1

片刻是一个融合了高质量阅读和电台内容的平台。首页包含丰富多样的阅读材料,如“年华”、“偷心”等情感故事,以及主播如“树荫”、“你好南望”的电台节目。此外,还有人气片刻推荐,如古风歌手双笙子、音乐人Muma木马等。网站设计简洁,用户体验良好,提供多种互动功能,如评论和喜欢,让用户在阅读和聆听中享受片刻宁静。
摘要由CSDN通过智能技术生成

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>片刻</title>

    <style>

        * {

            margin: 0;

            padding: 0;

            list-style: none;

            text-decoration: none;

        }

        h1 {

            display: none;

        }

   

        .nav {

       

        min-width: 1604px;

        box-shadow: 0px 0px 10px #ccc;

        position: fixed;

        top: 0;

         z-index: 3001;

        height: 90px;

        background-color: #fff;

    }

        .nav .wrap {

            width: 1354px;

            height: 90px;

           

            margin: 0 auto;

        }

        .nav .wrap .logo {

            float: left;

            height: 46px;

            margin-top: 22px;

            margin-left: 76px;

            margin-right: 88px;

        }

        .nav .wrap a {

            float: left;

            width: 74px;

            height: 87px;

            line-height: 87px;

            border-bottom: 3px solid #fff;

            text-align: center;

            color: #000;

        }

        .nav .wrap .now {

            background-color: #fafafa;

            border-color: #000;

        }

        .nav .wrap .login {

            float: right;

            width: 118px;

            height: 44px;

            line-height: 44px;

            border: 1px solid #60b469;

            margin-top: 22px;

            margin-right: 78px;

            color: #60b469;

            border-radius: 23px;

            font-size: 14px;

        }

     

        .main {

            background-color: #f9f9f9;

            min-width: 1354px;

        }

        .main .wrap {

            width: 900px;

            margin: 0 auto;

            overflow: hidden;

        }

        .main .wrap .tus {

            height: 450px;

            background-color: pink;

            margin-top: 30px;

        }

        .main .wrap .tus img {

            width: 50%;

            float: left;

            height: 100%;

        }

        .main .wrap .tus div {

            width: 50%;

            height: 100%;

            float: left;

            background-color: gold;

        }

        .main .wrap .tus div img {

            width: 50%;

            height: 50%;

            float: left;

        }

       

        .main .wrap .title {

            height: 18px;

            margin: 74px 0 40px;

         

        }

        .main .wrap .title span {

            float: left;

            height: 18px;

            line-height: 18px;

        }

        .main .wrap .title .cube {

            width: 18px;

            height: 18px;

            margin-right: 14px;

            background-color: #000;

        }

     

        .main .wrap .read li {

            width: 898px;

            height: 193px;

         

            border: 1px solid #e8e8e8;

        }

        .main .wrap .read li div {

            width: 628px;

            height: 193px;

         

            float: left;

        }

        .main .wrap .read li div p {

            margin: 0 54px 0 20px;

            color: #989898;

        }

        .main .wrap .read li div .title {

            font-size: 24px;

            height: 32px;

            line-height: 32px;

         

            margin-top: 12px;

        }

        .main .wrap .read li div .author {

            height: 24px;

            line-height: 24px;

            font-size: 16px;

         

        }

        .main .wrap .read li div .line {

            width: 30px;

            height: 1px;

       

            float: none;

            background-color: #989898;

            margin: 12px 0 16px 20px;

        }

        .main .wrap .read li div .words {

            font-size: 12px;

            height: 32px;

            line-height: 16px;

           

        }

        .main .wrap .read li div .words span {

            color: #60b469;

        }

        .main .wrap .read li div .words img {

            width: 12px;

            height: 12px;

            margin-top: 2px;

        }

        .main .wrap .read li div .data {

            height: 16px;

            margin-top: 26px;

           

        }

        .main .wrap .read li div .data span {

            float: left;

            height: 16px;

            line-height: 16px;

            font-size: 12px;

            color: #989898;

        }

        .main .wrap .read li div .data .sx {

            margin: 0 10px;

        }

        .main .wrap .read li img {

            width: 270px;

            height: 100%;

        }

        .main .wrap .ting {

            height: 390px;

         

        }

        .main .wrap .ting li {

            float: left;

            height: 388px;

            width: 276px;

            border: 1px solid #e8e8e8;

            color: #989898;

            border-radius: 6px;

            overflow: hidden;

            background-color: #fff;

        }

        .main .wrap .ting li img {

            width: 388px;

            height: 278px;

            display: block;

        }

        .main .wrap .ting li p {

            margin-left: 10px;

            margin-right: 10px;

        }

        .main .wrap .ting li .name {

            font-size: 24px;

            height: 28px;

            line-height: 28px;

            margin-top: 20px;

            overflow: hidden;

        }

        .main .wrap .ting li .zhubo {

            font-size: 12px;

            height: 20px;

            line-height: 20px;

     

            margin-top: 5px;

        }

        .main .wrap .ting li .data {

            height: 16px;

            margin-top: 16px;

     

        }

        .main .wrap .ting li .data span {

            float: left;

            height: 16px;

            line-height: 16px;

            font-size: 12px;

            color: #989898;

        }

        .main .wrap .ting li .data .sx {

            margin: 0 10px;

        }

        .box {

       

            margin: 0 auto;

            height: 250px;

     

           

     

           

        }

        .box1 {

            float: left;

             width:215px ;

             height: 233px;

              padding: 50px 15px;

            box-sizing: border-box;

            border: 1px solid #e8e8e8;

            margin-right: 13px;

       

        }

        .box1:nth-of-type(4) {

            margin-right: 0;

        }

        .box11 {

            width: 80px;

            float: left;

           

        }

        .box11 .img1 {

            width: 80px;

            height: 80px;

            border-radius: 50%;

            margin-bottom:8px ;

           

        }

        .box11 .img2 {

            width: 50px;

            height: 20px;

            margin-left: 15px;

        }

        .box2  {

            float: right;

          margin-right: 10px;

            width: 80px;

            font-size: 11px;

     

            margin-top: 15px;

         

        }

        .box2 p:nth-of-type(1) {

            margin-bottom: 15px;

            font-size: 13px;

        }

        .box2 p:nth-of-type(2) {

             color: gray;

             margin-bottom: 10px;

        }

        .box2 p:nth-of-type(3) {

            color: gray;

        }

        .img3 {

            width: 500px;

            height: 200px;

           margin-left: 200px;

           margin-bottom: 50px;

        }

        .bottom {

            min-width: 1354px;

            height: 124px;

            background-color: #252525;

            overflow: hidden;

           

        }

        .bottom    .left {

            width: 500px;

            float: left;

            height: 53px;

            margin-left: 100px;

            margin-top: 35px;

           

        }

        .bottom   .left img {

            width: 100px;

            height: 50px;

         

            float: left;

        }

        .bottom .left p {

            margin-top: 10px;

            width: 300px;

            height: 20px;

            font-size: 12px;

            color: #6b6b6b;

            float:right;

            margin-right: 20px;

        }

        .bottom     .left p:nth-of-type(1) {

            margin-right: 70px;

        }

        .bottom  .left p:nth-of-type(2) {

            width: 350px;

            margin-top: 10px;

            margin-top: 5px;

        }

        .bottom   .right {

            float: right;

            margin-top: 36px;

            margin-right:169px ;

        }

        .bottom    .right img {

            width: 35px;

            height: 35px;

            margin-right: 25px;

        }

     .bottom   .right img:nth-of-type(4) {

            width: 102px;

            height: 41px;

        }

    </style>

</head>

<body>

    <h1>片刻</h1>

    <div class="nav">

        <div class="wrap">

            <img class="logo" src="img/head-logo.png" alt="">

            <a class="now" href="###">首页</a>

            <a href="###">阅读</a>

            <a href="###">电台</a>

            <a href="###">碎片</a>

            <a href="###">客户端</a>

            <a class="login" href="###">登录/注册</a>

        </div>

    </div>

    <div class="main">

        <div class="wrap">

            <div class="tus">

                <img class="left" src="img/banner.jpg" alt="">

                <div>

                    <img src="img/banner1.jpg" alt="">

                    <img src="img/banner2.jpg" alt="">

                    <img src="img/banner3.jpg" alt="">

                    <img src="img/banner4.jpg" alt="">

                </div>

            </div>

            <p class="title">

                <span class="cube"></span>

                <span>阅读 | Read</span>

            </p>

            <ul class="read">

                <li>

                    <div>

                        <p class="title">年华</p>

                        <p class="author">By/盗梦的益安</p>

                        <div class="line"></div>

                        <p class="words">

                         1.再结婚一次,当下的安稳只拍一组白纱做纪念。怀孕已三月,也不见胖,涨点年纪是韵味,挽着G先生的手,不输那些年轻男女。到这个年纪再婚,条件不用列举彼此心里都有

                            <span>VIEW ALL</span>

                            <img src="img/viewall.png" alt="">

                        </p>

                        <p class="data">

                            <span>3.9k次阅读</span>

                            <span class="sx">|</span>

                            <span>评论:25</span>

                            <span class="sx">|</span>

                            <span>喜欢:124</span>

                        </p>

                    </div>

                    <img src="img/list1.png" alt="">

                </li>

                <li style="margin: 10px 0;">

                    <div>

                        <p class="title">偷心</p>

                        <p class="author">By/子夜晨星</p>

                        <div class="line"></div>

                        <p class="words">

                            -001-她说:“我要去偷一个东西,你帮我好不好?”她说这句话的时候,没有一点求我办事的语气,反而有些趾高气扬,不可一世的狂傲。我当时正躺在草地上晒太阳,没好气



 

                            <span>VIEW ALL</span>

                            <img src="img/viewall.png" alt="">

                        </p>

                        <p class="data">

                            <span>3.9k次阅读</span>

                            <span class="sx">|</span>

                            <span>评论:25</span>

                            <span class="sx">|</span>

                            <span>喜欢:124</span>

                        </p>

                    </div>

                    <img src="img/list2.png" alt="">

                </li>

                <li>

                    <div>

                        <p class="title">友人集|与风眠,与你告别和重逢</p>

                        <p class="author">By/方小鱼Finny</p>

                        <div class="line"></div>

                        <p class="words">

                            —— 离别,也是重逢——阿簌在电话里对我说,前一天晚上做了一个梦,梦里有我,醒来觉得很挂念,就很想跟我说说话。原来,梦里梦见的人就去见吧,这种俗气的理是真的。


 

                            <span>VIEW ALL</span>

                            <img src="img/viewall.png" alt="">

                        </p>

                        <p class="data">

                            <span>2.6k次阅读</span>

                            <span class="sx">|</span>

                            <span>评论:7</span>

                            <span class="sx">|</span>

                            <span>喜欢:35</span>

                        </p>

                    </div>

                    <img src="img/list3.png" alt="">

                </li>

            </ul>

            <p class="title">

                <span class="cube"></span>

                <span>TING</span>

            </p>

            <ul class="ting">

                <li>

                    <img src="img/5.jpg" alt="">

                    <p class="name">"我从来不想独身"却...</p>

                    <p class="zhubo">主播/树荫</p>

                    <p class="data">

                        <span>6.0k次阅读</span>

                        <span class="sx">|</span>

                        <span>评论:12</span>

                        <span class="sx">|</span>

                        <span>喜欢:132</span>

                    </p>

                </li>

                <li style="margin: 0 33px;">

                    <img src="img/8.jpg" alt="">

                    <p class="name">那份笨拙的爱,是心...</p>

                    <p class="zhubo">主播/你好南望</p>

                    <p class="data">

                        <span>10.2k次阅读</span>

                        <span class="sx">|</span>

                        <span>评论:33</span>

                        <span class="sx">|</span>

                        <span>喜欢:316</span>

                    </p>

                </li>

                <li>

                    <img src="img/2.jpg" alt="">

                    <p class="name">翻唱 | 无问东西</p>

                    <p class="zhubo">主播/woo控</p>

                    <p class="data">

                        <span>11.1k次播放</span>

                        <span class="sx">|</span>

                        <span>评论:42</span>

                        <span class="sx">|</span>

                        <span>喜欢:348</span>

                    </p>

                </li>

            </ul>

            <p class="title">

                <span class="cube"></span>

                <span>人气片刻 | Hot Pianker</span>

            </p>

            <div class="box">

                 <div class="box1">

                     <div class="box11">

                         <img  class="img1" src="./img/1-2.jpg" alt="">

                    <img class="img2" src="./img/user_musician.png" alt="">

                     </div>

                     

                   <div class="box2">

                       <p>双笙子</p>

                       <p>___</p>

                       <p>古风歌手双笙</p>

                   </div>

                 </div>

                 <div class="box1">

                    <div class="box11">

                        <img  class="img1" src="./img/3.jpg" alt="">

                   <img class="img2" src="./img/user_musician.png" alt="">

                    </div>

                   

                  <div class="box2">

                      <p>MrMiss组合</p>

                      <p>___</p>

                      <p>28届金曲奖</p>

                  </div>

                </div>

                <div class="box1">

                    <div class="box11">

                        <img  class="img1" src="./img/7.jpg" alt="">

                   <img class="img2" src="./img/user_musician.png" alt="">

                    </div>

                   

                  <div class="box2">

                      <p>Muma木马</p>

                      <p>___</p>

                      <p>摇滚音乐人 木马</p>

                  </div>

                </div>

                <div class="box1">

                    <div class="box11">

                        <img  class="img1" src="./img/1.jpg" alt="">

                   <img class="img2" src="./img/user_author.png" alt="">

                    </div>

                   

                  <div class="box2">

                      <p>片刻小主</p>

                      <p>___</p>

                      <p>片刻官方猫🐱</p>

                  </div>

                </div>

            </div>

            <img class="img3" src="./img/6.png"  alt="">

           

        </div>

         <div class="bottom">

             <div class="left">

                  <img src="./img/foot-logo.png" alt="">

                  <p>关于我们  &nbsp;&nbsp;&nbsp;友情链接  &nbsp;&nbsp;&nbsp;片刻帮助 &nbsp;&nbsp;&nbsp;意见反馈 &nbsp;&nbsp;&nbsp;成长记忆</p>

                  <p>All rights reserved © 2016 pianke.me /蜀ICP备12022689号-1</p>

             </div>

                 <div class="right">

                     <img src="./img/footer-logo.png" alt="">

                     <img src="./img/footer-logo3.png" alt="">

                     <img src="./img/1.png" alt="">

                     <img src="./img/footer-logo2.png" alt="">

                 </div>

            </div>

    </div>

</body>

</html>

 

 

 

 

 

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值