效果图
/* 新增 .btn_left */
.btn_left {
float: left;
}
/* 把 button{****} 换成以下 .but_up{*****} */
.but_up {
font-size: 15px;
color: #fff;
background-color: #e74c3c;
width: 2rem;
display: flex;
justify-content: center;
}
<!-- 把以下替换你原来的 -->
<view class="image">
<view class="btn_left">
<button class="but_up">+</button>
</view>
<view class="fb_tool">
<upImage></upImage>
</view>
</view>