鱼C论坛

 找回密码
 立即注册
楼主: 不二如是

[庖丁解牛] 0 0 0 8 - CSS样式文件

[复制链接]
发表于 2017-4-18 09:51:22 | 显示全部楼层
不二如是 发表于 2017-1-9 12:24
文字,做得好看,一样滴~

不二 版主 开个 视频教程吧  看文字  眼睛花 啊  ,出来也给大家露下脸, 你展你的才华
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-4-18 09:54:52 | 显示全部楼层
哎呀 文盲真可怕  字都打错了  应该是 ‘一展才华’
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-6-22 17:17:28 | 显示全部楼层
  1. /*传说中的超级CSS*/
  2. @charset "UTF-8";
  3.                 html{
  4.                         height: 100%;
  5.                         color: #FF0088;
  6.                         font-family: sans-serif;
  7.                 }
  8.                 body{
  9.                         background: url(314e251f95cad1c862803b2e7d3e6709c93d5184.jpg) center center;
  10.                         background-size: cover;
  11.                         font-size: 33px;
  12.                         position: relative;
  13.                         margin: 0;
  14.                         padding: 0;

  15.                 }
  16.                 #container{
  17.                         width: 100%;
  18.                         text-align: center;
  19.                         position: absolute;
  20.                         top: 50%;
  21.                         text-transform: translateY(-50%);

  22.                 }
  23.                 a{
  24.                         color: #FFFFFF;
  25.                         border: 1px solid #33FFFF;
  26.                         border-radius: 10px;
  27.                         font-size: 55px;
  28.                         background: #33FFFF;
  29.                         text-transform: none;
  30.                         padding: 10px 66px;

  31.                 }
复制代码


页面文字没有上下居中,什么情况啊
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-7-5 17:01:48 | 显示全部楼层
交!作!业!



  1. css:

  2. @charset 'utf-8';
  3. html{
  4.                 height:100%;
  5.             }
  6.             body{
  7.                 background: url(http://img2.imgtn.bdimg.com/it/u=330117910,1717224124&fm=26&gp=0.jpg) center center;
  8.                 background-size:cover;
  9.                 text-align: center;
  10.                 margin:0;
  11.                 padding:0;
  12.                 color:red;
  13.                 position:relative;
  14.                 top:50%;
  15.             }
  16.             #link{
  17.                 width:100%;
  18.                 position:absolute;
  19.                 transform: translateY(-50%)
  20.             }
  21.             h1{
  22.                 font-family: 宋体;
  23.                 font-size:80px;
  24.                 margin-bottom:5px;
  25.             }
  26.             p{
  27.                 margin-bottom:60px;
  28.                 color:orange;
  29.                 font-size:20px;
  30.             }
  31.             a{
  32.                 color:#FFF;
  33.                 border:5px solid aqua;/*边框高度与颜色*/
  34.                 border-radius:15px;/*圆角弯曲度*/
  35.                 padding:15px 99px;/*边框大小*/
  36.                 text-decoration: none;
  37.                 font-size:16px;
  38.                 background:cyan;/*填充色*/
  39.             }

  40. html:

  41. <!doctype html>
  42. <html>
  43.     <head>
  44.         <title>可爱的超链接</title>
  45.         <meta charset='utf-8'>
  46.         <link href='008.css' rel='stylesheet'>
  47.         </style>
  48.     </head>
  49.     <body>
  50.         <div id='link'>
  51.             <h1>我爱鱼C</h1>
  52.             <p>让编程改变世界</p>
  53.             <a href='http://www.fishc.com'>传送门</a>
  54.         </div>
  55.     </body>
  56. </html>
复制代码
temp6.png

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2017-7-5 17:05

评分

参与人数 1鱼币 +5 收起 理由
不二如是 + 5 热爱鱼C^_^

查看全部评分

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-7-5 22:26:57 | 显示全部楼层
交作业:
008.jpg

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2017-8-2 15:06

评分

参与人数 1鱼币 +6 收起 理由
不二如是 + 6 热爱鱼C^_^

查看全部评分

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-8-2 15:01:14 | 显示全部楼层
学习学习
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-1-21 23:29:58 | 显示全部楼层
本帖最后由 易改乌江水 于 2021-6-10 11:49 编辑
  1. @charset "UTF-8";
  2. html{
  3.         height: 100%;
  4.         color: #5599FF;
  5.         font-family: sans-serif;
  6.         }
  7. body{
  8.         background: url(background.jpg);
  9.         background-size: cover;
  10.         background: url(background.jpg) center center;
  11.         }
  12. #ha
  13.         {
  14.         width: 100%;
  15.         text-align: center;
  16.         }
  17. h1
  18.         {
  19.         font-size: 66px;
  20.         margin-bottom: 22px;
  21.         }
  22. a
  23.         {
  24.         font-size: 20px;
  25.         background: #FFDD55;
  26.         padding:9px 22px;
  27.         text-decoration: none;
  28.         color: #FFF;
  29.         border:3px solid #FFDD55;
  30.         border-radius: 3px;
  31.         margin: 5px 33px 5px 33px;
复制代码

这是CSS
  1. <!doctype html>
  2. <html>
  3.         <head>
  4.                 <meta charset="utf-8">
  5.                 <title>易改乌江水鱼C学习</title>
  6.                 <link href="yucxue.css" rel="stylesheet">
  7.         </head>
  8.         <body>
  9.                 <div id="ha">
  10.                         <h1>易改乌江水爱鱼C</h1>
  11.                         <p>WWW.FishC.com</p>
  12.                         <a href="http://bbs.fishc.com/thread-81254-1-1.html">HTML5-庖丁解牛-0008</a>
  13.                         <a href="http://bbs.fishc.com">
  14.                                 <img src="fishc.png" width="359" height="84" />
  15.                         </a>
  16.         </body>
  17. </html>
复制代码

这是HTML(专门为了学不二老师的课写的)
-----------------------------------------------------2021\6\10高考over-----------------------------------------
我当年写了个啥,我不认识当时的我,怎么可以这么拉跨啊()
截图.png

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2018-2-3 22:44

评分

参与人数 1鱼币 +6 收起 理由
不二如是 + 6 很漂亮~

查看全部评分

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-2-3 21:57:34 | 显示全部楼层
就因为第一行一个星号不小心达成了中文符号,让我玩了半天的找不同游戏,这要是在学校估计得挨一巴掌
QQ截图20180203215347.png

360截图-358724515.jpg

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2018-2-3 22:44

评分

参与人数 1鱼币 +6 收起 理由
不二如是 + 6 热爱鱼C^_^

查看全部评分

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 1 反对 0

使用道具 举报

发表于 2018-2-9 03:56:41 | 显示全部楼层
强烈支持!
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-3-8 16:55:52 | 显示全部楼层
也要举一反三
<!doctype html>
<html>
                <head>
                                <meta charset="utf-8">
                                <title>欢迎来到HTML世界</title>
                                <style type="text/css">
                                        html,body{
                                                height: 100%;
                                                color: #FF0088;
                                                font-family: sans-serif;
                                        }
                                        body{
                                                background: url(background.jpg);
                                                background-size:cover;
                                                margin: 0;
                                                padding: 0;
                                                position: relative;
                                        }
                                        #container{
                                                width: 100%;
                                                text-align: center;
                                                position: absolute;
                                                top: 50%;
                                                transform: translateY(-50%);
                                                        }
                                        h1{
                                                                font-size: 66px;
                                                                margin-bottom: 22px;
                                                                }
                                        p{
                                                                font-size: 33px;
                                                                margin-bottom: 55px;
                                                                }
                                        a{
                                                                font-size: 55px;
                                                                color: #33FFFF;
                                                                border: 1px solid #33FFFF;
                                                                border-radius: 10px;
                                                                padding:10px 66px;
                                                                text-decoration: none;
                                                                }                       
                                </style>
                </head>
                <body>
                                                <div        id="container">
                                                <h1>我爱鱼C</h1>               
                                                <p>WWW.FishC.com - 继续学习</p>
                                                <a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
                                                <a href="http://bbs.fishc.com/forum.php?mod=collection&action=view&ctid=539">HTML5-庖丁解牛</a>
                                                </div>
                </body>
</html>
360截图20180308165547896.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-3-8 17:05:29 | 显示全部楼层
本帖最后由 likesunshine 于 2018-3-8 17:08 编辑

展示
html:
<!doctype html>
<html>
                <head>
                                <meta charset="utf-8">
                                <title>欢迎来到HTML世界</title>
                                <link href="background.css" rel="stylesheet">
                </head>
                <body>
                                                <div        id="container">
                                                <h1>我爱鱼C</h1>               
                                                <p>WWW.FishC.com - 继续学习</p>
                                                <a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
                                                <a href="http://bbs.fishc.com/forum.php?mod=collection&action=view&ctid=539">HTML5-庖丁解牛</a>
                                                </div>
                </body>
</html>

CSS:
@charset "utf-8";
                                html,body{
                                                height: 100%;
                                                color: #FF0088;
                                                font-family: sans-serif;
                                        }
                                        body{
                                                background: url(background.jpg);
                                                background-size:cover;
                                                margin: 0;
                                                padding: 0;
                                                position: relative;
                                        }
                                        #container{
                                                width: 100%;
                                                text-align: center;
                                                position: absolute;
                                                top: 50%;
                                                transform: translateY(-50%);
                                                        }
                                        h1{
                                                                font-size: 66px;
                                                                margin-bottom: 22px;
                                                                }
                                        p{
                                                                font-size: 33px;
                                                                margin-bottom: 55px;
                                                                }
                                        a{
                                                                font-size: 55px;
                                                                color: #33FFFF;
                                                                border: 1px solid #33FFFF;
                                                                border-radius: 10px;
                                                                padding:10px 66px;
                                                                text-decoration: none;
                                                                }       
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-5-26 12:13:26 | 显示全部楼层
這是HTML的內容
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.         <meata charset="UTF-8">
  5.         <title>歡迎來到HTML世界</title>
  6.         <link href="Dabao.css" rel="stylesheet">
  7.         </style>
  8. </head>

  9. <body>
  10.         <div id="container">
  11.                 <h1>我愛魚C</h1>
  12.                 <p>WWW.FishC.com - 讓編程改變世界</p>
  13.                 <a >傳送門</a>
  14.         </div>
  15. </body>
  16. </html>
复制代码


這是CSS樣式表的內容
  1. /*用来制定样式文件的编码格式*/
  2. @charset "UTF-8";
  3.                 html,body{
  4.                         height: 100%;
  5.                         color: #00FF00;
  6.                         font-family: sans-serif;
  7.                 }
  8.                 body{
  9.                         background: url(KED08.jpg);
  10.                         background-size: cover;
  11.                         margin: 0;/*養成初始化好習慣*/
  12.                         padding: 0;
  13.                         position: relative;
  14.                 }
  15.                 #container{
  16.                         width:100%;
  17.                         text-align: center;
  18.                         position: absolute;
  19.                         top:50%;
  20.                         transform: translateY(-50%);
  21.                 }
  22.                 h1{
  23.                         font-size: 66px;
  24.                         margin-bottom: 22px;
  25.                 }
  26.                 p{
  27.                         font-size: 33px;
  28.                         margin-bottom: 22px;
  29.                 }
  30.                 a{
  31.                         font-size: 55px;
  32.                         background: #000000;
  33.                         color:#FFFFFF;
  34.                         border:1px solid #0000FF;
  35.                         border-radius: 10px;
  36.                         padding:10px 66px;
  37.                         text-decoration: none;
  38.                 }
复制代码


007.jpg

评分

参与人数 1鱼币 +6 收起 理由
不二如是 + 6 热爱鱼C^_^

查看全部评分

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-5-29 14:09:59 | 显示全部楼层
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.         <meta charset="utf-8">
  5.         <title>欢迎来到HTML世界</title>
  6.         <link href="0008CSS.css" rel="stylesheet">
  7. </head>
  8. <body>
  9.         <div id="container">
  10.                 <h1>我爱鱼C</h1>
  11.                 <p>WWW.FihsC.com - 让编程改变世界</p>
  12.                 <a >传送门</a>
  13.         </div>
  14.         <div id="Gucci">
  15.                 <h1>I love Gucci</h1>
  16.                 <p>Gucci Gucci Parada Parada</p>
  17.                 <a >传送门</a>
  18.         </div>
  19.         <div id="Prada">
  20.                 <h1>脚踩Prada的女魔头</h1>
  21.                 <p>WWW.FihsC.com - 让编程改变世界</p>
  22.                 <a >传送门</a>
  23.         </div>
  24. </body>
  25. </html>


  26. @charset "UTF-8";

  27.                 html,body{
  28.                         height: 100%;
  29.                         color: #FA3;
  30.                         font-family: cursive;
  31.                 }
  32.                 h1{
  33.                         font-size: 33px;
  34.                         margin-bottom: -20px;
  35.                 }
  36.                 p{
  37.                         font-size: 22px;
  38.                         margin-bottom: 22px;
  39.                 }
  40.                 a{
  41.                         font-size: 33px;
  42.                         color: #fff;
  43.                         background: #0F0;
  44.                         border: 5px solid #0f0;
  45.                         border-radius: 10px;
  46.                         padding: 1px 11px;
  47.                         text-decoration: none;
  48.                 }
  49.                 body{
  50.                         background: url(pic_02.png)center center;
  51.                         background-size: cover;
  52.                         margin: 0;
  53.                         padding:0;
  54.                         position: relative;
  55.                 }
  56.                 #container{
  57.                         width: 100%;
  58.                         text-align: center;
  59.                         position: absolute;
  60.                         top: 60%;
  61.                         transform: translateY(-50%);
  62.                 }
  63.                 #Gucci{
  64.                         width: 100%;
  65.                         text-align: center;
  66.                         position: absolute;
  67.                         top: 20%;
  68.                         transform: translateY(-50%);
  69.                 }
  70.                 #Prada{
  71.                         width: 100%;
  72.                         text-align: center;
  73.                         position: absolute;
  74.                         top: 40%;
  75.                         transform: translateY(-50%);                       
  76.                 }
复制代码
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-7-15 07:55:44 | 显示全部楼层
交作业喽:
  1. css:
  2. @charset "UTF-8";
  3. html,body {
  4.         height: 100%;
  5.         color: #FF0088;
  6.         font-family: sans-serif;
  7. }
  8. body {
  9.         background: url("background.jpg") center center;
  10.         background-size: cover;
  11.         margin: 0;
  12.         padding: 0;
  13.         position: relative;
  14. }
  15. #container {
  16.         width: 100%;
  17.         text-align: center;
  18.         position: absolute;
  19.         top: 50%;
  20.         transform: translateY(-50%);
  21. }
  22. h1 {
  23.         font-size: 66px;
  24.         margin-bottom: 22px;
  25. }
  26. p {
  27.         font-size: 33px;
  28.         margin-bottom: 22px;
  29. }
  30. a {
  31.         font-size: 55px;

  32. }
  33. a {
  34.         background: #33ffff;
  35.         color: #fff;
  36.         border: 1px solid #33ffff;
  37.         border-radius: 10px;
  38.         padding: 10px 66px;
  39.         text-decoration: none;
  40. }
复制代码
  1. html:
  2. <!doctype html>
  3. <html>
  4.         <head>
  5.                 <meta charset="utf-8">
  6.                 <title>欢迎来到HTML世界</title>
  7.                 <link href="index.css" rel="stylesheet">
  8.         </head>
  9.         <body>
  10.                 <div id="container">
  11.                         <h1>我爱鱼C</h1>
  12.                         <p>www.fishc.com-让编程改变世界</p>
  13.                         <a >咻!</a>
  14.                 </div>
  15.         </body>
  16. </html>
复制代码
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-10-11 23:38:35 | 显示全部楼层
HTML
  1. <!DOCTYPE html>
  2. <html>

  3. <head>
  4.     <title>
  5.         XXX
  6.     </title>
  7.     <meta charset="utf-8">
  8.     <link href="008.css" rel="stylesheet">
  9. </head>

  10. <body>
  11.     <div id="container">
  12.         <h1>我爱鱼C</h1>
  13.         <p>www.FishC.com - 让编程改变世界</p>
  14.         <a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
  15.     </div>
  16. </body>

  17. </html>
复制代码

CSS文件
  1. @charset 'utf-8';
  2. html {
  3.     height: 100%;
  4.     color: #FF0088;
  5.     /* font-family: sans-serif; */
  6.     font-family: sans-serif;
  7. }

  8. body {
  9.     background: url(background.jpg) center center;
  10.     background-size: cover;
  11.     margin: 0;
  12.     padding: 0;
  13.     /*position: relative;*/
  14. }

  15. #container {
  16.     width: 100%;
  17.     text-align: center;
  18.     position: absolute;
  19.     top: 50%;
  20.     transform: translateY(-50%);
  21. }

  22. h1 {
  23.     font-size: 66px;
  24.     margin-bottom: 22px;
  25. }

  26. p {
  27.     font-size: 33px;
  28.     margin-bottom: 22px;
  29. }

  30. a {
  31.     font-size: 55px;
  32.     color: rgb(243, 211, 107);
  33.     border: 1px solid #33ffff;
  34.     border-radius: 10px;
  35.     padding: 10px 66px;
  36.     text-decoration: none;
  37.     background: #33ffff
  38. }
复制代码
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-3-27 15:36:45 | 显示全部楼层
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.         <meta charset="utf-8">
  5.         <title>欢迎来到HTML世界</title>
  6.         <link href="0001.css" rel="stylesheet"><!--获取的文件是style样式表-->
  7. </head>
  8. <body>
  9.         <div id="container"><!--div封装,id区块说明-->
  10. <h1>我爱鱼C</h1>
  11. <p>WWW.FishC.com - 让编程改变世界</p>
  12. <a >传送门</a>
  13. </div>
  14. </body>
  15. </html>
复制代码


html


  1. /*css文件*/
  2. @charset"UTF-8";
  3.                 body{
  4.                         background: url(1.png)center center;/*图片加center center,就能保持一直显示中间位置,如果不加,当页面缩小到小于图片尺寸时,只能出现图片顶部、左侧的内容*/
  5.                         background-size: cover;/*不会产生平铺的效果,只会一张图放大缩小*/
  6.                         margin: 0;
  7.                         padding: 0;/*潜规则,提高自主控制*/
  8.                         position: relative;/*若设置containertop属性,container必须绝对定位,body相对定位*/

  9.                 }
  10.                
  11.                 html,body{/*为了确保照片自适应屏幕显示,需要给body以及body的父级(html)设置height属性,使之充满全屏。*/
  12.                         height: 100%; /* height如果不设置100%,就会出现重复
  13.                 */
  14.                         color: #ffffff;
  15.                         font-family:sans-serif;

  16.                 }
  17.                 #container{/*定义ID选择器必须添加#号*/
  18.                         width: 100%;
  19.                         text-align: center;/*文字居中*/
  20.                         position: absolute;/*绝对定位*/
  21.                         top: 50%;
  22.                         transform: translateY(-50%);/*使container在Y轴方向上移动50%*/
  23.                 }
  24.                 h1{
  25.                         font-size: 55px;
  26.                         margin-bottom: 22px;/*控制行间距,h1标题与下面p之间的距离*/
  27.                 }
  28.                 p{
  29.                         font-size: 22px;
  30.                         margin-bottom:22px;
  31.                 }
  32.                 a{
  33.                         font-size:33px;
  34.                         background: #66B0A7;
  35.                         color:#fff;
  36.                         /*border: 5px double #ffffff;/*宽度。样式。颜色*/
  37.                         border-radius: 10px;
  38.                         padding: 10px 66px;/*上下两侧10px,左右两侧66px*/
  39.                         text-decoration: none;/*定义无边框*/
  40.                 }
  41.        
复制代码

CSS
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-6-18 14:44:27 | 显示全部楼层
感谢你们的付出
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-8-31 17:21:53 | 显示全部楼层
我去,都这么厉害,我都不会
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2019-10-26 09:18:35 | 显示全部楼层
<!DOCTYPE html>
<html>
    <head>
                <meta charset="utf-8">
                <title>让编程改变世界</title>
                <link rel="stylesheet" href="style.css">
    </head>
    <body>
        <div id="container">
                        <h1>我爱鱼C</h1>
                        <p>WWW.fishC.com  --  让编程改变世界</p>
                        <a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
                </div>
    </body>
</html>

------------------------------------------css 分割线 ------------------------------------------------------------
@charset "utf-8";

        html,body {
                color: pink;
                height: 100%;
                font-family: sans-serif;
                }
               
        body {
                background-size: cover;
                background: url(image/003.jpg) center center;
                margin: 0;
                padding: 0;
                position: relative;
        }
       
        #container {
                position: absolute;
                text-align: center;
                width: 100%;
                top: 50%;
                /* container 这个div移到页面50% 下方,
                想要真正实现内容也居中,则需要Y轴偏移-50%即可; */
                transform: translateY(-50%);
                /* border: 1px solid red; */
        }
       
        h1 {
                font-size: 66px;
                margin-bottom: 22px;
        }
       
        p {
                font-size: 33px;
                margin-bottom: 22px;
        }

        a {       
                border:1px solid gray;
                border-radius: 10px;  /* 四边圆角 */
                /* background:#33ffff;  */
                color:white;
                font-size: 55px;
                margin:10px 33px;
                text-decoration:none;
                }
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-4-17 11:24:44 | 显示全部楼层
打卡
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-4-20 06:08

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表