success.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /* pages/indexPages/ssqhPages/success/success.wxss */
  2. .icon {
  3. width: 100%;
  4. height: 200rpx;
  5. display: flex;
  6. align-items: flex-end;
  7. justify-content: center;
  8. }
  9. .tip {
  10. width: 100%;
  11. height: 100rpx;
  12. line-height: 100rpx;
  13. text-align: center;
  14. font-family: "苹方M";
  15. font-size: 40rpx;
  16. color: #000000;
  17. }
  18. .number {
  19. padding-top: 20rpx;
  20. width: 100%;
  21. height: 140rpx;
  22. line-height: 140rpx;
  23. text-align: center;
  24. font-family: "苹方M";
  25. font-size: 100rpx;
  26. color: #333333;
  27. }
  28. .tip1 {
  29. width: 100%;
  30. height: 35rpx;
  31. line-height: 35rpx;
  32. text-align: center;
  33. font-family: "苹方R";
  34. font-size: 24rpx;
  35. color: #5BAFED;
  36. }
  37. .infos-container {
  38. padding-top: 50rpx;
  39. width: 100%;
  40. height: calc(100vh - 600rpx);
  41. }
  42. .infos {
  43. padding: 40rpx 50rpx;
  44. margin: auto;
  45. width: calc(100% - 64rpx);
  46. background: #ffffff;
  47. border: 0.5px solid #dfdfdf;
  48. border-radius: 20rpx;
  49. box-shadow: 0px 2rpx 8rpx 0px rgba(0, 0, 0, 0.08);
  50. box-sizing: border-box;
  51. }
  52. .item {
  53. padding: 10rpx;
  54. width: 100%;
  55. display: flex;
  56. align-items: flex-start;
  57. justify-content: space-between;
  58. }
  59. .label {
  60. min-width: 170rpx;
  61. font-family: "苹方R";
  62. font-size: 26rpx;
  63. color: #8E8E8E;
  64. }
  65. .value {
  66. width: 0;
  67. flex: 1;
  68. text-align: left;
  69. font-family: "苹方R";
  70. font-size: 26rpx;
  71. color: #333333;
  72. }
  73. .lookcl {
  74. padding-left: 15rpx;
  75. margin: 40rpx auto;
  76. width: calc(100% - 64rpx);
  77. height: 40rpx;
  78. line-height: 40rpx;
  79. font-family: "苹方R";
  80. font-size: 26rpx;
  81. color: #FF2626;
  82. border-left: 8rpx solid #ff2626;
  83. box-sizing: border-box;
  84. }
  85. .button {
  86. margin: auto;
  87. margin-top: 30rpx;
  88. width: calc(100% - 64rpx);
  89. height: 80rpx;
  90. text-align: center;
  91. line-height: 80rpx;
  92. font-family: "苹方R";
  93. font-size: 36rpx;
  94. color: #FFFFFF;
  95. background: #4686f6;
  96. border-radius: 40rpx;
  97. box-sizing: border-box;
  98. }
  99. .button1 {
  100. font-family: "苹方M";
  101. font-size: 46rpx;
  102. }