CSS   19
bao css
Guest on 17th September 2023 06:15:05 AM


  1.         .body{width:100%;-height:2000px;background:url('../img/Bao_back.jpg') no-repeat;background-size:cover; }
  2.                        
  3.                        
  4.                         .beijingtu,.beijingtu1{
  5.             background: url(../img/back_img.png) no-repeat;
  6.             height: 300px;left: 33%;padding-top: 45px;position: fixed;top: 17%; width: 550px;border-radius:20px;
  7.         }
  8.         .beijingtu p,.beijingtu1 p {
  9.             color: #43488a;
  10.             font-family: 黑体;
  11.             font-size: 30px;
  12.             font-weight: bold;
  13.             height: 140px;
  14.             line-height: 60px;
  15.             margin: auto;
  16.             padding-top: 30px;
  17.             text-align: center;
  18.             width: 80%;
  19.         }
  20.                 .queren{display: inline-block;height: 60px;width: 40%;}
  21.         .quxiao{display: inline-block;height: 60px;     margin: 0 8%;width: 40%;}
  22.                 .duobaohao{width: 40%;display: inline-block;height: 60px;margin: 0 8%;}
  23.         .jixu{display: inline-block;height: 60px;width: 40%;}
  24.                
  25.                
  26.                 .con3 {clear: both;margin: 50px auto 0;width: 60%;}
  27.                 .jdt{background: url(dt.png) no-rep) no-repeat; width: 90%;height: 20px;border-radius: 10px;background-color: #3c4b82;background-repeat: no-repeat;
  28.                         clear: both;display: block;margin: auto auto 5px;
  29.         }
  30.        
  31.                 .jdt2 {color: #fff;display: block;font-family: 宋体;font-size: 24px;margin:15px auto 0;width: 90%;}
  32.                
  33.                 .mydhb{width:800px;height:500px;margin:22% auto 0;background: url("../img/mydbh.png") no-repeat scroll 0 0 / cover ; }
  34.                 .mydhb p{float:left;height:40px;line-height: 40px;font-size:20px;color:#e53047; }
  35.                 .tme{padding-left: 15%;padding-top:90px;}
  36.         .dbh{padding-left: 25%;padding-top:90px;}
  37.         .qs{padding-left: 28%;padding-top:90px;}
  38.                
  39.                 .tme1{padding-left: 10%;font-size:18px;}
  40.         .dbh1{padding-left: 22%;font-size:18px;}
  41.         .qs1{padding-left: 30%;font-size:18px;}
  42.                 .con{height:270px;width:100%;margin-top:20%;overflow-x: hidden;overflow-y: auto;}
  43.                  
  44.         .con::-webkit-scrollbar
  45.             width: 4px;    
  46.             height: 4px;
  47.         }
  48.         .con::-webkit-scrollbar-thumb {
  49.             border-radius: 5px;
  50.             -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  51.             background: #FFEBCD;
  52.         }
  53.         .con::-webkit-scrollbar-track
  54.             -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  55.             border-radius: 0;
  56.             background: #4

Raw Paste

Login or Register to edit or fork this paste. It's free.