index.scss 598 B

123456789101112131415161718192021222324252627
  1. .footer {
  2. display: flex;
  3. justify-content: space-around;
  4. width: 100%;
  5. box-sizing: border-box;
  6. padding: 0 10rpx;
  7. .v-but {
  8. width: 190rpx;
  9. height: 90rpx;
  10. background: #FFFFFF;
  11. border-radius: 8rpx;
  12. border: 1px solid #CCCCCC;
  13. font-size: 28rpx;
  14. font-family: PingFang SC-Regular, PingFang SC;
  15. color: #666666;
  16. }
  17. .confirm {
  18. border: none;
  19. background: #3874F6;
  20. font-size: 28rpx;
  21. font-family: PingFang SC-Bold, PingFang SC;
  22. font-weight: bold;
  23. color: #FFFFFF;
  24. }
  25. }