|
|
|
@ -11,21 +11,29 @@ |
|
|
|
<text class="text_2">编号</text> |
|
|
|
<text class="text_3">{{ details.sub_order.series_num }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row"> |
|
|
|
<text class="text_2">年份</text> |
|
|
|
<text class="text_3">{{ details.sub_order.years }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_8"> |
|
|
|
<text class="text_2">发行商</text> |
|
|
|
<text class="text_3">{{ details.sub_order.publisher }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_6"> |
|
|
|
<text class="text_4">系列</text> |
|
|
|
<text class="text_5">{{ details.sub_order.card_series }}</text> |
|
|
|
<text class="text_2">系列</text> |
|
|
|
<text class="text_3">{{ details.sub_order.card_series }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_7"> |
|
|
|
<text class="text_6">子系列</text> |
|
|
|
<text class="text_7">{{ details.sub_order.sub_card_series }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_8"> |
|
|
|
<text class="text_8">发行商</text> |
|
|
|
<text class="text_9">{{ details.sub_order.publisher }}</text> |
|
|
|
<text class="text_2">子系列</text> |
|
|
|
<text class="text_3">{{ details.sub_order.sub_card_series }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_8"> |
|
|
|
<text class="text_8">卡片限编</text> |
|
|
|
<text class="text_9">{{ details.sub_order.limit_num }}</text> |
|
|
|
<text class="text_2">卡片限编</text> |
|
|
|
<text class="text_3">{{ details.sub_order.limit_num }}</text> |
|
|
|
</view> |
|
|
|
<view class="flex-row group_8"> |
|
|
|
<text class="text_2">人物名称</text> |
|
|
|
<text class="text_3">{{ details.sub_order.title }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="justify-between section_4"> |
|
|
|
@ -230,9 +238,10 @@ |
|
|
|
font-weight: 500; |
|
|
|
line-height: 44rpx; |
|
|
|
white-space: nowrap; |
|
|
|
display: inline-block; |
|
|
|
width: 180rpx; |
|
|
|
} |
|
|
|
.text_3 { |
|
|
|
margin-left: 92rpx; |
|
|
|
color: rgb(51, 51, 51); |
|
|
|
font-size: 32rpx; |
|
|
|
font-weight: 500; |
|
|
|
|