在uniapp 开发小程序过程中,使用css float实现文字环绕图片效果,在IOS设备上不起效果,查阅资料,最终实现了兼容android和iOS的文字环绕图片效果
实现效果如下:
实现代码:
view页面
<view class="max-line">
<image class='childcare-collection-content-left-image'
src="../../../static/login/logo.png">
</image>
<view style="display: flex;flex-direction: row;">
<text
style="font-size: 30rpx;color: #000000;text-align: left;margin-top: 20rpx;margin-bottom: 16rpx;">可可。nick</text>
<text