完成第一部分
This commit is contained in:
@ -1,18 +1,17 @@
|
||||
<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 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>
|
||||
<image
|
||||
class="shrink-0 image_2 ml-21"
|
||||
src="./images/sjh.png"
|
||||
/>
|
||||
</view>
|
||||
<image
|
||||
class="image"
|
||||
class="self-start image"
|
||||
src="./images/logo.png"
|
||||
/>
|
||||
</view>
|
||||
|
@ -1,3 +1,6 @@
|
||||
.mt-53 {
|
||||
margin-top: 99.38rpx;
|
||||
}
|
||||
.ml-21 {
|
||||
margin-left: 39.38rpx;
|
||||
}
|
||||
@ -11,33 +14,28 @@
|
||||
}
|
||||
.section {
|
||||
margin: 0 41.25rpx;
|
||||
padding: 33.75rpx 30rpx 60rpx;
|
||||
padding: 45rpx 33.75rpx 33.75rpx;
|
||||
background-color: #ffead4;
|
||||
border-radius: 14.1rpx;
|
||||
}
|
||||
.group {
|
||||
width: 248.04rpx;
|
||||
}
|
||||
.font {
|
||||
font-size: 26.25rpx;
|
||||
font-family: SourceHanSansCN;
|
||||
color: #000000;
|
||||
}
|
||||
.text {
|
||||
line-height: 20.76rpx;
|
||||
color: #000000;
|
||||
font-size: 30rpx;
|
||||
font-family: SourceHanSansCN;
|
||||
line-height: 22.76rpx;
|
||||
}
|
||||
.text_2 {
|
||||
line-height: 24.23rpx;
|
||||
}
|
||||
.text_3 {
|
||||
color: #000000;
|
||||
font-size: 26.25rpx;
|
||||
font-family: SourceHanSansCN;
|
||||
line-height: 31.88rpx;
|
||||
}
|
||||
.image_2 {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
width: 27.5rpx;
|
||||
height: 27.5rpx;
|
||||
}
|
||||
.image {
|
||||
margin-right: 11.25rpx;
|
||||
margin-top: 11.25rpx;
|
||||
width: 121.88rpx;
|
||||
height: 121.88rpx;
|
||||
}
|
Reference in New Issue
Block a user