This commit is contained in:
kbing1981 2024-07-24 23:11:37 +08:00
parent 5f095a45ff
commit 638a97e502
2 changed files with 21 additions and 4 deletions

View File

@ -2,13 +2,14 @@
<view>
<view class="page-head">
<view class="page-head-hd">
<view class="page-head-btn" @click="fanhui">
<!--<view class="page-head-btn" @click="fanhui">
<i class="btn-icon"></i>
</view>-->
<view class="service-head-top-left">
<image class="service-back" src="../../static/fanhui.png"></image>
<image class="page-head-img" src="../../static/videoimg.png"></image>
</view>
<view class="page-head-mian">
<view class="page-head__title">
视频
</view>
<view class="page-head-ft">
<view class="page-head-xuan" @click="xuanzhe">
选择
@ -457,4 +458,20 @@
transition-property: all;
color: rgb(0, 0, 0);
}
.service-back{
width: 20px;
height: 36rpx;
margin-right:5px;
margin-left: 10rpx;
}
.service-head-top-left{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.page-head-img{
width: 120rpx;
height: 40rpx;
}
</style>

BIN
static/videoimg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB