success.wxss 550 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* pages/ispPutaway/success.wxss */
  2. .icon {
  3. margin: 68rpx 0 0;
  4. }
  5. .icon .icon-selected {
  6. display: block;
  7. margin: 0 auto;
  8. width: 200rpx;
  9. height: 200rpx;
  10. font-size: 200rpx;
  11. color: #09bb07;
  12. }
  13. .status {
  14. margin-top: 48rpx;
  15. line-height: 40rpx;
  16. font-weight: 450;
  17. font-size: 40rpx;
  18. color: #282828;
  19. text-align: center;
  20. }
  21. .btnGroup {
  22. margin-top: 68rpx;
  23. padding: 0 68rpx;
  24. }
  25. .btnGroup .btn {
  26. width: 100%;
  27. height: 94rpx;
  28. line-height: 94rpx;
  29. font-size: 32rpx;
  30. color: #fff;
  31. background: #007dff;
  32. border-radius: 10rpx;
  33. }