span标签和p标签对齐上下
xuexi 2023-11-24 10:18:32 发表在:PHP 查看数:355

p标签

.main .inner .line:nth-of-type(2) p {
   font-weight: bold;

   font-stretch: normal;
   line-height: 24px;
   letter-spacing: -1px;
   color: #000000;
   text-indent: 0em;/*em是相对单位,可根据自己实际情况来调节*/
   padding-left:5em;/*em是相对单位,可根据自己实际情况来调节*/
   word-wrap: break-word;

}

span标签

 <span style="
    display:inline-block;
    position: absolute;
    margin-top: 2px;
  ">
最近访问时间:2024-09-11 15:02:28
知识库:307条鸣谢:TAY  备案号:蜀ICP备2024090044号