19 lines
905 B
Plaintext
19 lines
905 B
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>
|
|
<view class="dahezi" style="margin-bottom: 16rpx;border-style: none solid;border-width: 5rpx;">
|
|
<view wx:for="{{resu}}" wx:key="index">
|
|
<navigator class="lb" role="navigation" url="../../type/index?a={{item}}" wx:if="{{index<16}}">
|
|
<view style="display: flex;flex-direction: row;padding-left: 78rpx;">
|
|
<view> {{item}} </view>
|
|
<image src="../../img/{{item}}.svg" style="width: 67rpx;height: 67rpx;padding-top: 19rpx;"></image>
|
|
</view>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
<view style="height: 36rpx;"></view>
|
|
|
|
<view style="height: 166rpx;"></view>
|
|
</view>
|