.head { width: 750rpx; background: #FFF9F2; font-size: 24rpx; line-height: 40rpx; color: #FA8C16; box-sizing: border-box; padding: 12rpx 30rpx; } .remarks { display: flex; justify-content: space-between; width: 750rpx; background-color: #FFFFFF; padding: 26rpx 0; view { font-size: 28rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; margin-left: 30rpx; } textarea { margin-right: 30rpx; } } .tips { width: 750rpx; height: 56rpx; line-height: 56rpx; text-align: center; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #999999; } .versions { display: flex; align-items: center; justify-content: space-between; width: 750rpx; height: 90rpx; background: #FFFFFF; font-size: 30rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; padding: 0 30rpx; box-sizing: border-box; >view { font-size: 26rpx; color: #3874F6; padding: 0 20rpx; } } .user-item { display: flex; width: 100vw; box-sizing: border-box; background-color: #fff; padding: 20rpx 30rpx; align-items: center; .content { .label { font-size: 30rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #333333; margin-top: 0; } view { font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #666666; margin-top: 8rpx; } } } .footer { display: flex; justify-content: space-between; 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; .left { flex: 1; display: flex; justify-content: space-between; font-size: 24rpx; font-family: PingFang SC-Regular, PingFang SC; color: #333333; line-height: 86rpx; .price { font-size: 32rpx; font-family: PingFang SC-Medium, PingFang SC; font-weight: 500; color: #FF3B30; margin-right: 20rpx; } } .but-box { .but { min-width: 156rpx; height: 90rpx; background: var(--warning); border-radius: 8rpx; font-size: 28rpx; font-family: PingFang SC-Bold, PingFang SC; font-weight: bold; color: #FFFFFF; } } }