• 新闻网站项目静态页面--分类页


    外联css category.css:

    .ui.red.basic.segment.topmenu{
      height: 100px;
      padding-left:140px;
      padding-right: 140px;
      border-bottom: 1px solid rgb(189, 189, 189);
    }
    .ui.borderless.menu.container > .item > a{
      color: black;
      font-weight: bold;
    }
    
    .ui.basic.segment.title{
      background: rgba(110, 110, 110,0.7);
      position: absolute;
       100%;
      height: 70px;
      left:0;
      bottom: 0;
    }
    .ui.horizontal.basic.segments.bottomcontent{
      padding-top: 20px;
      border-radius: 0;
      border: none;
      box-shadow: none;
    }
    .ui.segment.bodyleft{
       700px;
    
    }
    .ui.segment.bodyright{
       100px;
    }
    .ui.segment.article{
     padding: 0;
     border-radius: 0;
     height: 200px;
      820px;
    }
    .ui.segment.article > .ui.image{
      float: left;
      margin: 0;
    }
    .ui.segment.articlecontent{
      position: relative;
      margin: 0;
      padding: 0;
       400px;
      height: 200px;
      float: right;
      padding-left: 10px;
    }
    .ui.segment.articlecontent > p{
      color:rgb(206, 208, 204)
    }
    .ui.segment.article > .ui.image >img{
      height: 200px;
      400px;
    }
    .ui.red.segment.best{
      border-left:none;
      border-right:none;
      border-bottom:none;
      box-shadow:none;
      border-radius: 0;
      padding-left: 0;
      padding-right: 0;
    }
    .ui.segment.top3{
      height: 120px;
      padding-top: 0;
      position: relative;
      border: none;
      box-shadow: none;
    }
    .sidebutton > p{
      position: absolute;
      top:0;
      left:20px;
      color:white;
    }
    .ui.segment.bestlast{
      border-radius: 0;
      height: 60px;
      padding-top: 0;
      border: none;
      box-shadow: none;
    }
    .ui.segment.bestlast > img{
      position: absolute;
      top:4px;
      left:0;
    }
    .ui.segment.bestlast > p{
      font-size: 12px;
    }
    .ui.segment.bestlast > span{
      font-size: 12px;
      color: rgb(206, 208, 204);
      position: absolute;
      bottom: 0;
    }
    .ui.basic.segment.bottomblack{
      height: 400px;
      background-color: rgb(50,50,50);
      padding-left: 250px;
      padding-top: 100px;
    }
    .ui.circular.red.button.backtotop{
      height: 60px;
      position: absolute;
      transform: translate(-50%,-50%);
      left: 50%;
      bottom:-15%;
    }
    .ui.basic.segment.wechat{
      position: absolute;
      top:80px;
      right: 250px;
      margin-top: 0;
    }
    .ui.basic.segment.bottomwhite{
      padding-left: 250px;
      border-bottom: 2px solid red;
    }
    .ui.basic.segment.bottomwhite > p{
      font-size: 20px;
    }
    

    html页面:

    .ui.red.basic.segment.topmenu{
      height: 100px;
      padding-left:140px;
      padding-right: 140px;
      border-bottom: 1px solid rgb(189, 189, 189);
    }
    .ui.borderless.menu.container > .item > a{
      color: black;
      font-weight: bold;
    }
    
    .ui.basic.segment.title{
      background: rgba(110, 110, 110,0.7);
      position: absolute;
       100%;
      height: 70px;
      left:0;
      bottom: 0;
    }
    .ui.horizontal.basic.segments.bottomcontent{
      padding-top: 20px;
      border-radius: 0;
      border: none;
      box-shadow: none;
    }
    .ui.segment.bodyleft{
       700px;
    
    }
    .ui.segment.bodyright{
       100px;
    }
    .ui.segment.article{
     padding: 0;
     border-radius: 0;
     height: 200px;
      820px;
    }
    .ui.segment.article > .ui.image{
      float: left;
      margin: 0;
    }
    .ui.segment.articlecontent{
      position: relative;
      margin: 0;
      padding: 0;
       400px;
      height: 200px;
      float: right;
      padding-left: 10px;
    }
    .ui.segment.articlecontent > p{
      color:rgb(206, 208, 204)
    }
    .ui.segment.article > .ui.image >img{
      height: 200px;
      400px;
    }
    .ui.red.segment.best{
      border-left:none;
      border-right:none;
      border-bottom:none;
      box-shadow:none;
      border-radius: 0;
      padding-left: 0;
      padding-right: 0;
    }
    .ui.segment.top3{
      height: 120px;
      padding-top: 0;
      position: relative;
      border: none;
      box-shadow: none;
    }
    .sidebutton > p{
      position: absolute;
      top:0;
      left:20px;
      color:white;
    }
    .ui.segment.bestlast{
      border-radius: 0;
      height: 60px;
      padding-top: 0;
      border: none;
      box-shadow: none;
    }
    .ui.segment.bestlast > img{
      position: absolute;
      top:4px;
      left:0;
    }
    .ui.segment.bestlast > p{
      font-size: 12px;
    }
    .ui.segment.bestlast > span{
      font-size: 12px;
      color: rgb(206, 208, 204);
      position: absolute;
      bottom: 0;
    }
    .ui.basic.segment.bottomblack{
      height: 400px;
      background-color: rgb(50,50,50);
      padding-left: 250px;
      padding-top: 100px;
    }
    .ui.circular.red.button.backtotop{
      height: 60px;
      position: absolute;
      transform: translate(-50%,-50%);
      left: 50%;
      bottom:-15%;
    }
    .ui.basic.segment.wechat{
      position: absolute;
      top:80px;
      right: 250px;
      margin-top: 0;
    }
    .ui.basic.segment.bottomwhite{
      padding-left: 250px;
      border-bottom: 2px solid red;
    }
    .ui.basic.segment.bottomwhite > p{
      font-size: 20px;
    }
    

      

  • 相关阅读:
    《ASP.NET Core 高性能系列》致敬伟大的.NET斗士甲骨文!
    ThreadLocal<T>的是否有设计问题
    从.NET和Java之争谈IT这个行业
    自建型呼叫中心
    托管型呼叫中心
    数字语音记录仪3.0
    模拟电话录音系统2.0
    easyui-combobox 下拉菜单 多选 multiple
    利用easyui-combotree实现 下拉菜单 多选功能(带多选框)
    eclipse项目导入 idea中
  • 原文地址:https://www.cnblogs.com/xyxpython/p/6577242.html
Copyright © 2020-2023  润新知