uniapp的样式操作
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uniapp的样式操作相关的知识,希望对你有一定的参考价值。
参考技术A style="font-size:28upx" 这是uniapp里的字体样式style="width:225upx;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;"> //限制显示次数
<view class="homestay-list" v-for="(item3,index) in hotellist" :id="item3.id">
<image :src=item3.hotelimage></image>
<view class="homestay-text">
<view>
<text class="homestay-money">tel:<strong style="font-size:28upx">item3.hotelphone</strong></text>
<text class="homestay-membermoney">item3.cityname<strong></strong></text>
</view>
<view class="homestay-between">
<text class="homestay-people" style="width:225upx;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;">item3.hoteltag</text>
<view>
<image src="/static/img/x.png"></image>
<text class="homestay-start">item3.star_type.0</text>
</view>
</view>
<view>
<text class="homestay-txt">item3.hotelname</text>
</view>
</view>
</view> //一个循环遍历的显示的典型例子
以上是关于uniapp的样式操作的主要内容,如果未能解决你的问题,请参考以下文章