捡纸拼书
捡纸拼书
  • 发布:2024-07-23 12:32
  • 更新:2024-07-23 12:33
  • 阅读:122

font-size居然不生效?

分类:uni-app x

<view class="order-col">
<image src="/static/images/ic_store_refund.png" class="order-ico" />
<view class="order-txt">{{refund}}</view>
</view>

css样式

.order-txt{
position: relative;
width:100%;
text-align:center;
align-items:center;
font-size:12px !important;
}

//----------------------------------万能分割线----------------------------------------------------------------------------------------------------

为何字体大小不能为12呢, 怎么都是默认的16的大小呢?大虾们。

2024-07-23 12:32 负责人:DCloud_Android_YJC 分享
已邀请:
捡纸拼书

捡纸拼书 (作者) - 捡纸拼书

备注: 是在 android标准基座真机上 的结果哈。

要回复问题请先登录注册