index.scss 763 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .radio-box {
  2. display: flex;
  3. padding-left: 20rpx;
  4. height: 60rpx;
  5. background-color: #fff;
  6. .radio {
  7. font-size: 26rpx;
  8. font-family: PingFang SC-Regular, PingFang SC;
  9. color: #666666;
  10. }
  11. }
  12. .footer {
  13. display: flex;
  14. align-items: center;
  15. justify-content: flex-end;
  16. position: fixed;
  17. width: 750rpx;
  18. height: 130rpx;
  19. background: #FFFFFF;
  20. box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
  21. bottom: 0;
  22. .but {
  23. width: 156rpx;
  24. height: 90rpx;
  25. background: #3874F6;
  26. border-radius: 8rpx;
  27. font-size: 28rpx;
  28. font-family: PingFang SC-Bold, PingFang SC;
  29. font-weight: bold;
  30. color: #FFFFFF;
  31. margin-right: 30rpx;
  32. }
  33. }