<!--
source: https://blueos.niceshare.site/component/basic/span/
site: 蓝河文档馆
summary: 格式化的文本，只能作为[<text>](/component/basic/text)子组件，不支持事件，目前不支持换行。
-->
---
title: 'span'
description: '格式化的文本，只能作为[<text>](/component/basic/text)子组件，不支持事件，目前不支持换行。'
lastUpdated: 2023-10-20T02:02:06.000Z
---

格式化的文本，只能作为[<text>](/component/basic/text)子组件，不支持事件，目前不支持换行。

### 属性

支持[通用属性](/component/common/common-attributes)

### 样式

| 名称 | 类型 | 默认值 | 必填 | 描述 |
| --- | --- | --- | --- | --- |
| color | `<color>` | #000000 | 否 | 文本颜色 |
| font-size | `<length>` | 30px | 否 | 文本尺寸 |
| font-weight | normal | bold | lighter | border | `<number>` | normal | 否 | 当前平台仅支持 normal 与 bold 两种效果 |
