金诚优选前端代码
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.

81 lines
1.5 KiB

  1. @import '../../../common/css/global';
  2. #store-success {
  3. background: #FFFFFF;
  4. .pay-status{
  5. padding: 25px 0 10px 0;
  6. font-size: 25px;
  7. line-height:33px;
  8. text-align: center;
  9. &.pay-error{
  10. color: @globalColor;
  11. }
  12. &.pay-ok{
  13. color: #F8B62D;
  14. }
  15. }
  16. .pay-txt{
  17. text-align: center;
  18. color: #9B9B9B;
  19. font-size: 12px;
  20. line-height: 16px;
  21. }
  22. .order-info{
  23. font-size: 14px;
  24. color: #888888;
  25. background: #FFFFFF;
  26. .order-money{
  27. display: flex;
  28. align-items: center;
  29. justify-content: space-between;
  30. padding: 10px 20px;
  31. .left{
  32. color: #888888;
  33. font-size: 15px;
  34. }
  35. .right{
  36. font-size: 24px;
  37. color: #000000;
  38. }
  39. }
  40. .info-list{
  41. padding: 10px 20px;
  42. line-height: 30px;
  43. .order-item{
  44. display: flex;
  45. align-items: center;
  46. justify-content: space-between;
  47. }
  48. }
  49. }
  50. .button-box{
  51. padding-top:22px;
  52. padding-bottom: 33px;
  53. display: flex;
  54. align-items: center;
  55. justify-content: center;
  56. .btn{
  57. padding:4px 22px;
  58. line-height: 20px;
  59. font-size: 14px;
  60. border-radius:25px;
  61. color: @globalColor;
  62. border: 1px solid @globalColor;
  63. margin: 0 15px;
  64. }
  65. .left-btn{
  66. background-color: @globalColor;
  67. color: #FFFFFF;
  68. }
  69. /*button{
  70. margin: 0 20px 15px 20px;
  71. background: @mainColor;
  72. &:after {
  73. border: none;
  74. }
  75. }*/
  76. }
  77. }