index.scss 716 B

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