qingcheng-xiaochengxu/pages/personCenter/contactSuper/contactSuper.wxml
2025-05-28 12:51:02 +08:00

19 lines
598 B
Plaintext

<view class="flex-col justify-start page">
<view class="flex-row justify-between items-center section">
<view class="flex-row items-end">
<view class="flex-col shrink-0 group">
<text class="self-start font text">cy</text>
<text class="mt-16 self-start font text_2">微信号</text>
<text class="mt-16 self-stretch font text_3">联系电话 15123967648</text>
</view>
<image
class="shrink-0 image_2 ml-21"
src="./images/sjh.png"
/>
</view>
<image
class="image"
src="./images/logo.png"
/>
</view>
</view>