下面是一个简单的示例,展示如何使用CSS中的`date`和`datetime`类来设置当前日期:
“`html
<!DOCTYPE html>
<html>
<head>
<title>CSS当前日期</title>
<style>
.current-date {
display: date;
font-size: 18px;
font-weight: bold;
.current-date:after {
display: inline-block;
content: “\25b2”;
font-size: 12px;
margin: 0 0.25em;
.current-date h3 {
margin-top: 0.5em;
margin-bottom: 0.5em;
</style>
</head>
<body>
<h3 class=”current-date”>当前日期</h3>
<p>这是今天的日期。</p>
</body>
</html>
在上面的示例中,大家使用`date`类设置了日期。这个类有一个`display`属性,设置为`date`,表示日期应该以文本形式显示。大家还使用`font-size`和`font-weight`属性来设置字体大小和风格。
`datetime`类则用于设置日期和时间。这个类有一个`datetime`属性,用于设置日期和时间的模式。大家可以使用`date-time`模式设置日期和时间,也可以使用`date`和`time`模式设置日期和时间。
下面是一个使用`date-time`模式设置日期和时间的示例:
“`html
<!DOCTYPE html>
<html>
<head>
<title>CSS当前日期</title>
<style>
.current-date {
display: date-time;
font-size: 18px;
font-weight: bold;
.current-date:after {
display: inline-block;
content: “\25b2”;
font-size: 12px;
margin: 0 0.25em;
.current-date h3 {
margin-top: 0.5em;
margin-bottom: 0.5em;
</style>
</head>
<body>
<h3 class=”current-date”>当前日期</h3>
<p>这是今天的日期。</p>
</body>
</html>
在上面的示例中,大家使用`date-time`模式设置了日期和时间。这个类有一个`date`属性,用于设置日期,还有一个`time`属性,用于设置时间。大家使用`:after`伪元素来设置日期时间。
除了`date`和`datetime`类之外,大家还可以使用其他CSS属性来设置日期和时间,例如`text-date`和`text-time`。这些属性可以用来设置文本中的日期和时间。
通过使用CSS中的`date`和`datetime`类,大家可以轻松地设置日期和时间。