◆42Lab是非盈利性、非官方的云图计划维基百科。
◆诚邀指挥官们加入编辑部共同建设wiki。点这里加入42Lab
如果您发现某些内容错误/空缺,请勇于修正/添加!参与进来其实很容易!
◆有任何意见、建议、纠错,欢迎在任意评论区评论
◆编辑讨论QQ群741423564 微博@GFwiki少前百科 欢迎您

微件:Furniture/css

来自42LAB

<style> .furnitureIntro {

   width: 500px;
   max-width: calc(100% - 10px);
   margin: 5px;
   display: inline-block;
   box-shadow: 0 0 7px -1px #727171;
   overflow: hidden;

}

.furPicDiv {

   width: 25%;
   height: 100px;
   display: inline-block;
   vertical-align: top;
   background-color: #eee;

}

.furTextDiv {

   width: 75%;
   height: 100px;
   display: inline-block;
   box-shadow: 0px 0px 10px 1px #4c4c4c;

}

.furTextTitle {

   background-color: #222;
   color: #eaeaea;
   padding: 0px 5px;
   display: block;
   width: fit-content;

}

.furTextTitleDiv {

   margin-top: 12px;
   margin-bottom: 6px;
   padding-left: 16px;
   background-image: linear-gradient(90deg, #f4c430 8px, transparent 8px);

}

.furTextDescription {

   margin-left: 16px;
   margin-right: 10px;
   font-size: 13px;

}

.furPicNumber {

   color: #cdcdcd;
   width: 98%;
   line-height: 100px;
   font-size: 64px;
   text-align: center;
   font-family: 'Mohave';

} </style>