style.scss 719 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import "../../style/common";
  2. .fill-code{
  3. width: 600upx;
  4. height: 320upx;
  5. border-radius: 10upx;
  6. background-color: #fff;
  7. }
  8. .fill-code-title{
  9. font-size: 32upx;
  10. color: #333;
  11. line-height: 40upx;
  12. }
  13. .fill-code-input-container{
  14. box-shadow: 0 2upx 6upx 0 rgba(153, 153, 153, 0.3);
  15. background-color: #e1e1e1;
  16. border-radius: 10upx;
  17. width: 390upx;
  18. height: 78upx;
  19. margin-top: 30upx;
  20. padding: 0 30upx;
  21. }
  22. .fill-code-input{
  23. text-align: center;
  24. font-size: 34upx;
  25. color: #666;
  26. }
  27. .fill-code-button{
  28. margin-top: 45upx;
  29. background-color: #41AE3C;
  30. width: 317upx;
  31. height: 70upx;
  32. border-radius: 35upx;
  33. font-size: 28upx;
  34. color: #fff;
  35. font-family: Source Han Sans CN;
  36. line-height: 34upx;
  37. }