18 lines
531 B
Plaintext
18 lines
531 B
Plaintext
<view class="flex-col justify-start page">
|
|
<view class="flex-row justify-between section">
|
|
<view class="flex-col self-center">
|
|
<text class="self-start text">CHENXINZHI</text>
|
|
<view class="flex-row items-center self-stretch mt-53">
|
|
<text class="text_2">联系电话 15123967648</text>
|
|
<image
|
|
class="shrink-0 image_2 ml-6"
|
|
src="./images/sjh.png"
|
|
/>
|
|
</view>
|
|
</view>
|
|
<image
|
|
class="self-start image"
|
|
src="./images/logo.png"
|
|
/>
|
|
</view>
|
|
</view> |