53 lines
3.3 KiB
Plaintext
53 lines
3.3 KiB
Plaintext
<view class="xiaogj" style="margin-bottom:17px;">
|
|
<view style="display: flex;flex-direction: row;">
|
|
<image mode="widthFix" src="../img/mbti.svg" style="margin-top: 6rpx;margin-left: 26rpx;"></image>
|
|
</view>
|
|
<label class="btwz">▎ {{type}}类型介绍</label>
|
|
<view class="dahezia" style="border-style:none solid none solid;border-width: 0.5rpx 5rpx 0 5rpx;">
|
|
<view>
|
|
<view class="flex-row" style="display: flex;flex-direction: row;justify-content:space-around">
|
|
<image mode="aspectFill" src="../img/{{type}}.svg" style="width: 50%;padding: 3% 3% 0 3%;"></image>
|
|
<view style="width: 50%;">
|
|
<view style="font-size:larger;padding-top: 16rpx;color: #2c67c5;">{{type}}</view>
|
|
<view style="font-size:medium;padding-top: 16rpx;color: #2c67c5;">{{newInfo.a}}</view>
|
|
<view style="padding-top: 16rpx;font-size: x-small;line-height: 39rpx;">
|
|
<text decode="{{true}}"> </text>{{newInfo.b}}</view>
|
|
</view>
|
|
</view>
|
|
<view style="font-size:larger;padding-top: -36rpx;color: #2c67c5;">{{newInfo.c}}</view>
|
|
<text decode="{{true}}" style="font-size: small;padding-top: 16rpx;">
|
|
<text decode="{{true}}"> </text>{{newInfo.d}}</text>
|
|
<view style="font-size:larger;padding-top: 16rpx;color: #2c67c5;">{{newInfo.e}}</view>
|
|
<text decode="{{true}}" style="font-size: small;padding-top: 16rpx;">
|
|
<text decode="{{true}}"> </text>{{newInfo.f}}</text>
|
|
|
|
<view style="height: 66rpx;"></view>
|
|
<view style="font-size:larger;padding-top: 16rpx;color: #2c67c5;">{{newInfo.g}}</view>
|
|
<text decode="{{true}}" style="font-size: small;padding-top: 16rpx;">
|
|
<text decode="{{true}}"> </text>{{newInfo.h}}</text>
|
|
<view style="font-size:larger;padding-top: 16rpx;color: #2c67c5;">{{newInfo.i}}</view>
|
|
<text decode="{{true}}" style="font-size: small;padding-top: 16rpx;">
|
|
<text decode="{{true}}"> </text>{{newInfo.j}}</text>
|
|
</view>
|
|
</view>
|
|
<label class="btwz">▎ {{type}}结果分析</label>
|
|
<view class="dahezi" style="border-style: none solid;border-width: 5rpx;">
|
|
<view wx:for="{{cla}}" wx:key="index">
|
|
<navigator class="lb" role="navigation" url="../info/index?a={{type}}&b={{index+1}}">
|
|
<view> {{item}} </view>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
<view style="height: 56rpx;"></view>
|
|
|
|
<view style="height: 106rpx;"></view>
|
|
</view>
|
|
<movable-area bindtap="createShareImage" class="movable-area">
|
|
<movable-view class="movable-view" direction="all" x="{{windowWidth}}" y="{{windowHeight}}">
|
|
<view style="text-align: center;">
|
|
<image src="../img/a.png" style="width: 70px;height: 70px;"></image>
|
|
</view>
|
|
</movable-view>
|
|
</movable-area>
|
|
<share-box bind:initData="createShareImage" info="{{vsA?newInfo.b:infosub}}" isCanDraw="{{isCanDraw}}" pi="{{ty}}" vsA="{{vsA}}" vsB="{{vsB}}" vsC="{{vsC}}" vsD="{{vsD}}"></share-box>
|