index.scss 670 B

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