最近更新

CSS边框、边距的设置

一、边框粗细 1、border-width: thick 粗边框 系统设置为5px medium 中等粗细 系统设置为5px thin 最细的边框 系统设置为5px 2、设置单独一边......

dedebiz文章页面常用标签汇总

dedebiz文章页面常用标签汇总: 时间: {dede:global.cfg_beian/} {dede:field.pubdate function="MyDate('H:i',@me)"/} 来源: {dede:field.source/}{dede:php runphp='yes'} ......

认识html中meta property=og标签作用

html中meta property=og标签作以及og的使用搜索智能摘要数据简介 第一次认识og标签,记如何使用 Meta Property=og怎么使用? 如何调用og:type?怎么在......

背景图片常用设置

body { background-image: url(background.jpg); /* 替换为你的图片路径 */ background-repeat: no-repeat;/* 图片不重复 */ background-size: cover; /* 可以根据需要调整为......