| 1234567891011121314151617181920212223242526 | .footer {	display: flex;	justify-content: center;	padding: 0 30rpx;	position: fixed;	width: 100vw;	height: 130rpx;	background: #FFFFFF;	box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);	bottom: 0;	box-sizing: border-box;	z-index: 9999;	padding-top: 10rpx;	.but {			width: 690rpx;			height: 90rpx;			background: var(--warning);			border-radius: 16rpx;			font-size: 28rpx;			font-family: PingFang SC-Bold, PingFang SC;			font-weight: bold;			color: #fff;	}}
 |