16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
<view class="introduction-popup">
|
|
<view class="introduction-popup-title">跟我一起来涂色、识字吧!</view>
|
|
<view class="first-step">
|
|
<view class="tip-box"></view>
|
|
<van-icon
|
|
class-prefix="toy-icon"
|
|
name="guide"
|
|
color="#FFEB3B"
|
|
custom-class="guide-icon"
|
|
size="100rpx" />
|
|
<view class="tip-text">
|
|
这里请输入你想让小朋友熟悉的汉字、字母、数字等,点击“确定”
|
|
</view>
|
|
</view>
|
|
</view>
|