|
|
@@ -25,7 +25,11 @@
|
|
|
|
|
|
<!-- 基本信息 -->
|
|
|
<view class="chunking-text">
|
|
|
- <view class="top"><text style="font-size: 32rpx;">Messi</text> . <text style="margin-left: 10rpx;">男</text> </view>
|
|
|
+ <view class="top">
|
|
|
+ <text style="font-size: 32rpx; font-weight: 600 ; margin-right: 10rpx;">Messi</text>
|
|
|
+ · <!-- 这里有个点 -->
|
|
|
+ <text style="margin-left: 10rpx;">男</text>
|
|
|
+ </view>
|
|
|
<view class="bottom">十岁 <text style="margin-left: 10rpx;">一年级</text></view>
|
|
|
</view>
|
|
|
|