calc()

105 阅读1分钟
.con-order-bot{
	width: 100%;
	height: calc(100% - 49rpx);////注意:必须在-号前后后面加空格才生效
	background-color: #4CD964;
}