小程序
小游戏
企业微信
微信支付
扫描小程序码分享
通过 !important 改变优先级未生效
.box2{
color: #aa2b1d !important;
right: 5px !important;
bottom: 5px !important;
height: auto !important;
background: #12c2e9 !important;
border-radius: 20px 20px 20px 20px !important;
}
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你这个标签上面没有写这个类名啊
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<view class="bottomBox1">
<van-grid direction="vertical" column-num="3" gutter="{{ 5 }}" square center>
<van-grid-item class="box1" icon="free-postage" text="宠物到家" />
<van-grid-item class="box2" icon="logistics" text="宠物医院" />
<van-grid-item class="box3" icon="underway-o" text="宠物寄养" />
<van-grid-item class="box4" icon="cart-o" text="宠物用品" />
<van-grid-item class="box5" icon="bulb-o" text="宠物洗护" />
<van-grid-item class="box6" icon="friends-o" text="宠物易主" />
</van-grid>
</view>
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你这个标签上面没有写这个类名啊
<view class="bottomBox1">
<van-grid direction="vertical" column-num="3" gutter="{{ 5 }}" square center>
<van-grid-item class="box1" icon="free-postage" text="宠物到家" />
<van-grid-item class="box2" icon="logistics" text="宠物医院" />
<van-grid-item class="box3" icon="underway-o" text="宠物寄养" />
<van-grid-item class="box4" icon="cart-o" text="宠物用品" />
<van-grid-item class="box5" icon="bulb-o" text="宠物洗护" />
<van-grid-item class="box6" icon="friends-o" text="宠物易主" />
</van-grid>
</view>