金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.0 KiB

  1. @import '../../../common/css/global';
  2. #pointstore-success{
  3. .contents{
  4. height: 100%;
  5. overflow: auto;
  6. box-sizing: border-box;
  7. .is-ok{
  8. background: #FFFFFF;
  9. text-align: center;
  10. padding: 25px 0;
  11. font-size: 10px;
  12. color:#9b9b9b;
  13. .text{
  14. font-size: 25px;
  15. color:#f8b62d;
  16. }
  17. .no-text{
  18. font-size: 25px;
  19. color: @globalColor;
  20. }
  21. }
  22. .point-box{
  23. font-size: 14px;
  24. background: #FFFFFF;
  25. text-align: center;
  26. padding: 15px 0;
  27. .red{
  28. color: @globalColor;
  29. }
  30. i{
  31. color: #1AAD19;
  32. }
  33. }
  34. .button-box{
  35. display: flex;
  36. align-items: center;
  37. font-size: 18px;
  38. position: absolute;
  39. bottom: 0;
  40. width: 100%;
  41. height: 50px;
  42. line-height: 50px;
  43. background: @mainColor;
  44. color: #FFFFFF;
  45. text-align: center;
  46. .lock{
  47. background: #FFFFFF;
  48. color: @mainColor;
  49. }
  50. view{
  51. width: 0%;
  52. flex: 1;
  53. }
  54. }
  55. }
  56. }