| 1234567891011121314151617181920212223242526272829303132333435363738 | @import "./index.skeleton.wxss";/* .total {	display: flex;	justify-content: space-between;	padding: 10px 20px;	.text {		font-size: 24rpx;	}	.to {		font-weight: bold;		color: #3874F6;	}} */.footer {	display: flex;	justify-content: center;	position: fixed;	bottom: 0;	width: 100vw;	min-height: 130rpx;	background-color: #fff;	box-shadow: 0px -2px 6px 1px rgba(0, 0, 0, 0.16);	.but {		width: 690rpx;		height: 90rpx;		background: #FA8C16;		border-radius: 16rpx;		font-size: 28rpx;		font-weight: 600;		color: #FFFFFF;		margin-top: 10rpx;	}}
 |