addAndEdit.scss 672 B

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