<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12

      博客園美化教程

      第一步

      注冊:

      注冊沒什么好說的了,點擊注冊,按要求注冊,實在不行看這個220.博客園申請教程及基本操作 - Zander_Zhao - 博客園

       

      第二步

      進入博客園

       點擊右上角的賬號設置

      點擊博客設置

       進入之后是這樣的:

       設置

       博客側邊欄公告加入看娘版:

      <!-- live2D -->
      <script src="https://l2dwidget.js.org//lib/L2Dwidget.min.js"></script>
      <script type="text/javascript">
      L2Dwidget
      .on('*', (name) => {console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000')})
      .init({
          dialog: {
              enable: true,
              script: {
                  'every idle 5s': '$hitokoto$',
                  'hover .star': '星星在天上而你在我心里 (*/ω\*)',
                  'tap body': '哎呀!別碰我!',
                  'tap face': '人家已經不是小孩子了!'
              }
          },
          "model": {
              <!-- jsonpath控制顯示看板娘模型 -->
              jsonPath: "https://unpkg.com/live2d-widget-model-z16@1.0.5/assets/z16.model.json",
              "scale": 1
          },
          "display": {
              "position": "right", //看板娘的表現位置
              "width": 170, //看板娘的寬度
              "height": 300, //看板娘的高度
              "hOffset": 0,
              "vOffset": -20
          },
          "mobile": {
              "show": true,
              "scale": 0.5
          },
          "react": {
              "opacityDefault": 0.7,
              "opacityOnHover": 0.2
          }
      });
      </script>

      頁面定制css代碼直接加入這個:

      #home {
          margin: 0 auto;
          width: 80%;/*原始65*/
          min-width: 980px;/*頁面頂部的寬度*/
          background-color: rgba(245, 245, 245, 0.7);
          padding: 30px;
          margin-top: 50px;
          margin-bottom: 50px;
          box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
      border-radius: 12px;  /*調節邊框圓度*/
      }
      /*boby調節背景圖片*/
      body {
          background:url("https://images.cnblogs.com/cnblogs_com/nthforsth/1636966/o_2001210816401565149939605.png");  /*背景圖片鏈接*/
          background-position:center left;
          background-size: cover;
          background-repeat: no-repeat;
          background-attachment:fixed;
      }
      #blogTitle {
          height: 100px;  /*高度/
      border-radius: 12px;
          clear: both;
          background-color: #cccccc69;   /*博客標題的背景*/
      
      }
      #blogTitle h1 {
          font-size: 36px;
      color:#808080;
          font-weight: bold;
      
          line-height: 1.8em;/*原始 1.6em*/
          margin-top: 10px;/*原始 15px */
      
      }
      #blogTitle h2 {
          font-weight: normal;
          font-size: 17px; /*原始 16px ;font-size: 1.0rem;*/
          line-height: 1.8;
          color: #320f9d;
          font-weight: bold;
          text-align: right;
          float: right;
      }
      #navigator{
      border-radius: 7px;
          background-color:rgba(135,206,205, 0.5);          /*標題欄下的顏色*/
      
      }
      #navList a:link, #navList a:visited, #navList a:active{
          color: #FFFFFF;
          font-size: 18px;
          font-weight: bold;
      }
      .blogStats{
          color: #eee;
      }
      .postTitle {
          border-left: 8px solid rgba(132,112,255, 0);
          margin-left: 10px;
          margin-bottom: 10px;
          font-size: 20px;
          float: right;
          width: 100%;
          clear: both;
      }
      .postTitle a:link, .postTitle a:visited, .postTitle a:active {
          color:     #FF6A6A;
          transition: all 0.4s linear 0s;
      }
      .postTitle a:hover {
          margin-left: 30px;
          color: #EE6363;
          text-decoration: none;
      }
      .postCon {
          float: right;
          line-height: 1.5em;
          width: 100%;
          clear: both;
          padding: 10px 0;
      }
      .day .postTitle a {
          padding-left: 10px;
      }
      .day {
          background: rgba(255, 255, 255, 0.5);
      }
      /*文章附加信息*/
      .postDesc {
          background: url(images/posted_time.png) no-repeat 0 1px;
          color: #757575;
          float: left;
          width: 100%;
          clear: both;
          text-align: left;
          font-family: "微軟雅黑" , "宋體" , "黑體" ,Arial;
          font-size: 13px;
          padding-right: 20px;/*5px  padding-left: 90px;posted 發表時間左邊距離*/
          margin-top: 20px;
          line-height: 1.8;
          padding-bottom: 35px;
      }
      .newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,
      .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,
      .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
      {
          background: rgba(255, 255, 255, 0.5);
          margin-bottom: 35px;
          word-wrap: break-word;
      }
      .CalTitle{
          background: rgba(255, 255, 255, 0);
      }
      .catListTitle{
          background-color: rgba(255,110,180,0.6);   //欄目的條紋顏色
      }
      #topics{
          background: rgba(255, 255, 255, 0.5);
      }
      .c_ad_block{
          display: none;
      }
      #tbCommentBody{
          width: 100%;
          height: 200px;
          background: rgba(255, 255, 255, 0.5);
      }
      #q{background: rgba(255, 255, 255, 0);}
      
      .CalNextPrev{background: rgba(255, 255, 255, 0);}
      
      .cnblogs_code{
          background: rgba(255, 255, 255, 0);
      }
      .cnblogs_code div{
          background: rgba(255, 255, 255, 0);
      }
      .cnblogs_code_toolbar{
          background: rgba(255, 255, 255, 0);
      }
      #main{min-width: 640px;}
      .entrylist{
          background: rgba(255, 255, 255, 0.5);
      }
      
      
      
      cursor: url(https://files.cnblogs.com/files/wkfvawl/cursor.ico),auto;
      
      
      
      #div_digg{
        padding: 5px;
        border-radius: 5px;
        position: fixed;
        left: 0;
        bottom: 80px;
        width:80px;
        z-index:100;
      }
      .diggit{
        background: url(http://images2017.cnblogs.com/blog/894443/201709/894443-20170920105433618-867225449.png) no-repeat;
        width: 60px;
        height: 60px;
      }
      #div_digg .diggnum{
        position: absolute;
        bottom: -20px;
        left: 6px;
        background: #D0D0D0;
        padding: 2px 0;
        display: block;
        color: #555;
        font-size: 12px;
        text-align: center;
        width: 60px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        font-weight: bold;
      }
      /* 刪除反對按鈕,有點邪惡了 */
      .buryit{
        display: none;
      }
      
      
      
      /* 定制返回頂部按鍵 */
      #back-to-top {
          background-color: #87cefe;
          bottom: 0;
          box-shadow: 0 0 6px #bdc3c7;
          color: #444444;
          padding: 10px 10px;
          position: fixed;
          right: 50px;
          cursor: pointer;
          border-radius: 30px;
      }
      
      
      <!-- 粒子吸附,線條匯集動畫 -->
      <canvas id="c_n9" width="1920" height="990" style="position:fixed; top:0px; left:0px; z-index:-1; opacity:0.5;"></canvas>
      <script src="https://files.cnblogs.com/files/siwuxie095/canvas-nest.min.js"></script>
      
      <!-- 鼠標點擊煙花特效 -->
      <canvas width="1600" height="900" style="position:fixed; left:0px; top:0px; z-index: 99999; pointer-events: none;"></canvas>
      <script src="https://blog-static.cnblogs.com/files/yjlblog/cursor-effects.js"></script>
      
      <!-- jquery不用引入,博客園本身已經引入了 -->
      
      <!-- 點擊愛心/星星特效 -->
      <script type="text/javascript">
          //在標題后面添加兩個按鈕,大美女還是大帥鍋
          $("#blogTitle div:first").append(`<button class="addButton" onclick="gender=2">美女</button> <button class="addButton" onclick="gender=1">帥鍋</button>`);
         //對應的CSS在上面
          var gender = 1;//男士1,女士2 ,默認男士
          var a_idx = 0;
          // 內容可以自定義
          // 社會主義核心價值觀:富強、民主、文明、和諧、自由、平等、公正、法治、愛國、敬業、誠信、友善
          // var a = new Array("?富強","?民主","?文明","?和諧","?自由","?平等","?公正","?法治","?愛國","?敬業","?誠信","?友善");
          var a1 = new Array("☆英俊瀟灑","☆玉樹臨風","☆翩翩少年","☆一表人才", "☆義薄云天","☆鐵骨錚錚","☆儀表堂堂","☆溫文爾雅","☆氣宇軒昂","☆風度翩翩","☆風流才子","☆才貌雙絕");
          var a2 = new Array("?窈窕淑女","?舉止嫻雅","?明眸皓齒","?柳葉彎眉","?冰肌玉骨","?膚若凝脂","?冰清玉潔","?蕙心蘭質","?天生尤物","?嬌艷如花","?嫣然一笑","?千嬌百媚","?靜如處女","?動若脫兔","?風姿綽約","?妖嬈動人");
          jQuery(document).ready(function($) {
              $("body").click(function(e) {
                  //男女不同
                  if(gender === 1){
                      a = a1;
                  }  else if(gender === 2){
                      a = a2;
                  }
                  var $i = $("<span></span>").text(a[a_idx]);
                  a_idx = (a_idx + 1) % a.length;
                  var x = e.pageX,
                  y = e.pageY;
                  $i.css({
                      "z-index": 9999,
                      "top": y - 20,
                      "left": x,
                      "position": "absolute",
                      "font-weight": "bold",
                      "font-size": "15px",
                      "color": "rgb("+~~(255*Math.random())+","+~~(255*Math.random())+","+~~(255*Math.random())+")"
                  });
                  $("body").append($i);
                  $i.animate({
                      "top": y - 180,
                      "opacity": 0
                  },
                  1000,
                  function() {
                      $i.remove();
                  });
              });
          });
      </script>
      
      /*重置屬性*/
      *{margin: 0;                                                            /*外邊距屬性*/
      padding: 0;                                                                /*內邊距屬性*/
      -moz-box-sizing: border-box;                                            /* 火狐瀏覽器 */
      -webkit-box-sizing: border-box;                                            /* webkit內核瀏覽器 */
      box-sizing: border-box;                                                 /*內邊距和邊框是在元素設置的寬度和高度之內進行繪制的*/
      }
      body{font-size: 16px;font-family: "微軟雅黑";color: #222222;}              /*字體,大小,顏色*/
      body{
          -moz-user-select:none;/*火狐*/
          -webkit-user-select:none;/*webkit瀏覽器*/
          -ms-user-select:none;/*IE10*/
          -khtml-user-select:none;/*早期瀏覽器*/
            user-select:none;
      }                                                                    /*禁止選中字體*/
      b{font-weight: normal;}                                                  /*粗體重置,便于當作普通標簽用CSS美化*/
      i{font-style: normal;}                                                   /*斜體重置,便于當作普通標簽用CSS美化*/
      a,a:hover,a:active{text-decoration: none;color:#222222;}                  /*鼠標點擊狀態重置*/
      input,textarea,select{outline: none;}                                      /*去掉點擊文本框時,輪廓被選中的狀態*/
      img{border: none;vertical-align: top;}                                  /*圖片邊框重置,垂直對齊方式頂部對齊*/
      li{list-style: none;}                                                     /*列表標志重置*/
      .fl{float: left;}                                                         /*左浮動*/
      .fr{float: right;}                                                         /*右浮動*/
      .cl{clear: both;}                                                         /*清除兩側浮動*/
      .clearfix::after{                                                        /*偽類方法,防止高度塌陷*/
          content: "";                                                            /*添加空內容*/
          display: table;                                                            /*轉成表格元素*/
          clear: both;                                                            /*清除兩側浮動*/
      }
      /*代碼折疊美化*/
      summary {
          background-color: antiquewhite;                        /*背景色*/
          padding: 15px;                                        /*外邊框*/
          border-radius: 15px;                                /*圓角*/
      }
      /*去除廣告美化*/
      #cnblogs_ch, #cnblogs_c1, #under_post_card1, #under_post_card2, #HistoryToday  {
          display: none;
      }
      /*添加的兩個按鈕樣式*/
      .addButton { /* 按鈕美化 */
          float:right;
          width: 45%; /* 寬度 */
          height: 40px; /* 高度 */
          border-width: 0px; /* 邊框寬度 */
          border-radius: 3px; /* 邊框半徑 */
          background: #F9F9F9; /* 背景顏色 */
          cursor: pointer; /* 鼠標移入按鈕范圍時出現手勢 */
          outline: none; /* 不顯示輪廓線 */
          color: black; /* 字體顏色 */
          font-size: 18px; /* 字體大小 */
      }
      .addButton:hover { /* 鼠標移入按鈕范圍時改變顏色 */
          background: #F0F0F0;
      }

      首頁HTML代碼加入:

       

      <script>
      
      !function(){
      
      function n(n,e,t){
      
      return n.getAttribute(e)||t
      
      }
      
      function e(n){
      
      return document.getElementsByTagName(n)
      
      }
      
      function t(){
      
      var t=e("script"),o=t.length,i=t[o-1];
      
      return{
      
      l:o,z:n(i,"zIndex",-1),o:n(i,"opacity",.5),c:n(i,"color","0,0,0"),n:n(i,"count",99)
      
      }
      
      }
      
      function o(){
      
      a=m.width=window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,
      
      c=m.height=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight
      
      }
      
      function i(){
      
      r.clearRect(0,0,a,c);
      
      var n,e,t,o,m,l;
      
      s.forEach(function(i,x){
      
      for(i.x+=i.xa,i.y+=i.ya,i.xa*=i.x>a||i.x<0?-1:1,i.ya*=i.y>c||i.y<0?-1:1,r.fillRect(i.x-.5,i.y-.5,1,1),e=x+1;e<u.length;e++)n=u[e],
      
      null!==n.x&&null!==n.y&&(o=i.x-n.x,m=i.y-n.y,
      
      l=o*o+m*m,l<n.max&&(n===y&&l>=n.max/2&&(i.x-=.03*o,i.y-=.03*m),
      
      t=(n.max-l)/n.max,r.beginPath(),r.lineWidth=t/2,r.strokeStyle="rgba("+d.c+","+(t+.2)+")",r.moveTo(i.x,i.y),r.lineTo(n.x,n.y),r.stroke()))
      
      }),
      
      x(i)
      
      }
      
      var a,c,u,m=document.createElement("canvas"),
      
      d=t(),l="c_n"+d.l,r=m.getContext("2d"),
      
      x=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||
      
      function(n){
      
      window.setTimeout(n,1e3/45)
      
      },
      
      w=Math.random,y={x:null,y:null,max:2e4};m.id=l,m.style.cssText="position:fixed;top:0;left:0;z-index:"+d.z+";opacity:"+d.o,e("body")[0].appendChild(m),o(),window.οnresize=o,
      
      window.onmousemove=function(n){
      
      n=n||window.event,y.x=n.clientX,y.y=n.clientY
      
      },
      
      window.onmouseout=function(){
      
      y.x=null,y.y=null
      
      };
      
      for(var s=[],f=0;d.n>f;f++){
      
      var h=w()*a,g=w()*c,v=2*w()-1,p=2*w()-1;s.push({x:h,y:g,xa:v,ya:p,max:6e3})
      
      }
      
      u=s.concat([y]),
      
      setTimeout(function(){i()},100)
      
      }();
      
      </script>
      
      
      
      <link  type="text/css" rel="stylesheet" href="https://files.cnblogs.com/files/hafiz/feedback.css">

       頁腳HTML加入:

      <!-- 粒子吸附,線條匯集動畫 -->
      <canvas id="c_n9" width="1920" height="990" style="position:fixed; top:0px; left:0px; z-index:-1; opacity:0.5;"></canvas>
      <script src="https://files.cnblogs.com/files/siwuxie095/canvas-nest.min.js"></script>
      
      <!-- 鼠標點擊煙花特效 -->
      <canvas width="1600" height="900" style="position:fixed; left:0px; top:0px; z-index: 99999; pointer-events: none;"></canvas>
      <script src="https://blog-static.cnblogs.com/files/yjlblog/cursor-effects.js"></script>
      
      <!-- jquery不用引入,博客園本身已經引入了 -->
      
      <!-- 點擊愛心/星星特效 -->
      <script type="text/javascript">
          //在標題后面添加兩個按鈕,大美女還是大帥鍋
          $("#blogTitle div:first").append(`<button class="addButton" onclick="gender=2">美女</button> <button class="addButton" onclick="gender=1">帥鍋</button>`);
         //對應的CSS在上面
          var gender = 1;//男士1,女士2 ,默認男士
          var a_idx = 0;
          // 內容可以自定義
          // 社會主義核心價值觀:富強、民主、文明、和諧、自由、平等、公正、法治、愛國、敬業、誠信、友善
          // var a = new Array("?富強","?民主","?文明","?和諧","?自由","?平等","?公正","?法治","?愛國","?敬業","?誠信","?友善");
          var a1 = new Array("☆英俊瀟灑","☆玉樹臨風","☆翩翩少年","☆一表人才", "☆義薄云天","☆鐵骨錚錚","☆儀表堂堂","☆溫文爾雅","☆氣宇軒昂","☆風度翩翩","☆風流才子","☆才貌雙絕");
          var a2 = new Array("?窈窕淑女","?舉止嫻雅","?明眸皓齒","?柳葉彎眉","?冰肌玉骨","?膚若凝脂","?冰清玉潔","?蕙心蘭質","?天生尤物","?嬌艷如花","?嫣然一笑","?千嬌百媚","?靜如處女","?動若脫兔","?風姿綽約","?妖嬈動人");
          jQuery(document).ready(function($) {
              $("body").click(function(e) {
                  //男女不同
                  if(gender === 1){
                      a = a1;
                  }  else if(gender === 2){
                      a = a2;
                  }
                  var $i = $("<span></span>").text(a[a_idx]);
                  a_idx = (a_idx + 1) % a.length;
                  var x = e.pageX,
                  y = e.pageY;
                  $i.css({
                      "z-index": 9999,
                      "top": y - 20,
                      "left": x,
                      "position": "absolute",
                      "font-weight": "bold",
                      "font-size": "15px",
                      "color": "rgb("+~~(255*Math.random())+","+~~(255*Math.random())+","+~~(255*Math.random())+")"
                  });
                  $("body").append($i);
                  $i.animate({
                      "top": y - 180,
                      "opacity": 0
                  },
                  1000,
                  function() {
                      $i.remove();
                  });
              });
          });
      </script>
      
      
      
      
      
      
      
      
      
      
      
      <script type="text/javascript">
         window.onload = function () {
                      var minSize = 10; //最小字體
                      var maxSize = 20;//最大字體
                      var newOne = 600; //生成雪花間隔
                      var flakColor = "#f5f5f5fa"; //雪花顏色
                      var flak = $("<div></div>").css({position:"absolute","top":"0px"}).html("?");//定義一個雪花
                      var dhight = $(window).height(); //定義視圖高度
                      var dw =$(window).width()-80; //定義視圖寬度
                      setInterval(function(){
                      var sizeflak = minSize+Math.random()*maxSize; //產生大小不等的雪花
                      var startLeft = Math.random()*dw; //雪花生成是隨機的left值
                      var startOpacity = 0.7+Math.random()*0.3; //隨機透明度
                      var endTop= dhight-100; //雪花停止top的位置
                      var endLeft= Math.random()*dw; //雪花停止的left位置
                      var durationfull = 5000+Math.random()*3000; //雪花飄落速度不同
                      flak.clone().appendTo($("body")).css({
                      "left":startLeft ,
                      "opacity":startOpacity,
                      "font-size":sizeflak,
                      "color":flakColor
                      }).animate({
                      "top":endTop,
                      "left":endLeft,
                      "apacity":0.1
                      },durationfull,function(){
                      $(this).remove()
                      });
                      },newOne);
                  }
       </script>
      <script language="javascript" type="text/javascript">
      //生成目錄索引列表
      function GenerateContentList()
      {
          var jquery_h3_list = $('#cnblogs_post_body h3');//如果你的章節標題不是h3,只需要將這里的h3換掉即可
          if(jquery_h3_list.length>0)
          {
              var content = '<a name="_labelTop"></a>';
              content    += '<div id="navCategory">';
              content    += '<p style="font-size:18px"><b>閱讀目錄</b></p>';
              content    += '<ul>';
              for(var i =0;i<jquery_h3_list.length;i++)
              {
                  var go_to_top = '<div style="text-align: right"><a href="#_labelTop">回到頂部</a><a name="_label' + i + '"></a></div>';
                  $(jquery_h3_list[i]).before(go_to_top);
                  var li_content = '<li><a href="#_label' + i + '">' + $(jquery_h3_list[i]).text() + '</a></li>';
                  content += li_content;
              }
              content    += '</ul>';
              content    += '</div>';
              if($('#cnblogs_post_body').length != 0 )
              {
                  $($('#cnblogs_post_body')[0]).prepend(content);
              }
          }    
      }
      GenerateContentList();
      </script>
      
      
      <script type="text/javascript">
      $(function(){
          $('#blogTitle h1').addClass('bounceInLeft animated');
          $('#blogTitle h2').addClass('bounceInRight animated');
          // 刪除反對按鈕
          $('.buryit').remove();
          initCommentData();
      });
      function initCommentData() {
          $('.feedbackItem').each(function() {
              var text = $(this).find('.feedbackListSubtitle .layer').text();
              // 將樓層信息放到data里面
              // $(this).find('.blog_comment_body').attr('data-louceng', text.replace(/^#/g, ''));
              if($(this).find('.feedbackListSubtitle .louzhu').length>0) $(this).addClass('myself');
              var avatar = $(this).find('> .feedbackCon > span').html() || 'http://pic.cnitblog.com/face/sample_face.gif';
              $(this).find('> .feedbackCon > .blog_comment_body').append('<img class="user-avatar" src="'+avatar+'"/>')
          });
      }
      
      $(document).ajaxComplete(function(event, xhr, settings) {
        // 監聽獲取評論ajax事件
        if(settings.url.indexOf('/mvc/blog/GetComments.aspx') >= 0) {
          initCommentData();
        }
      });
      </script>
      
      
      <span id="back-to-top"><a href="#top">想要回到頂端嗎??</a></span>

      就成功啦

      posted @ 2025-06-19 17:10  敖閏(咕咕咕)  閱讀(137)  評論(2)    收藏  舉報
      主站蜘蛛池模板: 韩国三级网一区二区三区| 欧美日韩一线| 成熟妇女性成熟满足视频| 激情六月丁香婷婷四房播| 国产亚洲一区二区三区av| 成人亚欧欧美激情在线观看| 无码人妻精品一区二区在线视频| 四虎成人精品永久免费av| 40岁大乳的熟妇在线观看| 日本边添边摸边做边爱的网站| 99久久精品国产一区色| 国产精品人妻久久无码不卡| 中文字幕有码日韩精品| 久久一区二区三区黄色片| 成人无码午夜在线观看| 97人妻成人免费视频| 国产亚洲无线码一区二区| 亚洲色偷拍区另类无码专区 | 9久9久热精品视频在线观看| 99久久精品午夜一区二区| www成人国产高清内射| 国产精品美女久久久久久麻豆| 国产激情文学亚洲区综合| 亚洲av无码专区在线亚| 亚洲国产成熟视频在线多多| 婷婷色综合成人成人网小说| 亚洲性夜夜天天天| 吉川爱美一区二区三区视频| 免费大片黄国产在线观看| 亚洲色一区二区三区四区| 精品国产综合成人亚洲区| 99久久无色码中文字幕| 国产熟睡乱子伦视频在线播放 | 欧美牲交a欧美牲交aⅴ图片| 无码人妻精品一区二区三区66| 亚洲性日韩一区二区三区| 99久久婷婷国产综合精品青草漫画| 亚洲欧美牲交| 男人的天堂va在线无码| 亚洲精品国产av一区二区| 樱桃视频影院在线播放|