index.scss 559 B

12345678910111213141516171819202122232425262728
  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. .but-box {
  13. width: 100%;
  14. margin-top: 50rpx;
  15. text-align: center;
  16. .but {
  17. width: 300rpx;
  18. height: 90rpx;
  19. background: #3874F6;
  20. border-radius: 55rpx;
  21. font-size: 28rpx;
  22. font-family: PingFang SC-Bold, PingFang SC;
  23. font-weight: bold;
  24. color: #FFFFFF;
  25. }
  26. }