uniapp自定义tabbar——中间特殊按钮放大

在APP.vue里面

.uni-tabbar__item:nth-child(4) .uni-tabbar__icon {
		width: 50px !important;
		height: 50px !important;
		position: relative;
		bottom: 30rpx;
	}
	.uni-tabbar__item:nth-child(4) .uni-tabbar__label {
		position: relative;
		bottom: 25rpx;
	}

在这里插入图片描述

相关推荐

  1. uniapp 放大中间图标

    2024-06-12 07:46:04       33 阅读
  2. uni-app定义tabbar(van-tabbar

    2024-06-12 07:46:04       30 阅读
  3. Uniapp导航栏右侧定义图标文字按钮

    2024-06-12 07:46:04       8 阅读
  4. uni-app 定义tabbar

    2024-06-12 07:46:04       11 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-06-12 07:46:04       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-06-12 07:46:04       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-06-12 07:46:04       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-06-12 07:46:04       20 阅读

热门阅读

  1. 嵌入式Linux中OpenSSH移植到ARM开发板

    2024-06-12 07:46:04       8 阅读
  2. Redis的数据淘汰策略和集群部署

    2024-06-12 07:46:04       8 阅读
  3. 基于python的PDF文件解析器汇总

    2024-06-12 07:46:04       9 阅读
  4. Web前端开发PDF:技术与挑战的深度剖析

    2024-06-12 07:46:04       10 阅读
  5. 深度学习-使用 Bash 脚本

    2024-06-12 07:46:04       7 阅读
  6. C++中的抽象工厂模式

    2024-06-12 07:46:04       7 阅读
  7. 关于Flutter doctor里两个警告的消除

    2024-06-12 07:46:04       9 阅读
  8. 深度探索Copilot插件

    2024-06-12 07:46:04       6 阅读
  9. elasticsearch快照生成与恢复

    2024-06-12 07:46:04       8 阅读