/*style样式中加入scoped(私有化) class前面加/deep/(穿透)*/

<style scoped>
	/deep/.uni-input-input{  /*deep样式穿透,直接从底部修改*/
		font-size: 18px !important;
	}
	
	/deep/button{
		font-size: 18px !important;
	}
	/* 去掉uniapp中button自带的边框 */
	/deep/button::after {
		border: none
	}
</style>

<!--仅用于自己遇到的问题整理,不做它用-->
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐