successOrder.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /* 支付成功 */
  2. .success{
  3. width: 750rpx;
  4. height: 200rpx;
  5. margin-top: 40rpx;
  6. text-align: center;
  7. }
  8. .success image{
  9. width: 200rpx;
  10. height: 100%;
  11. }
  12. .success-title{
  13. color: #333333;
  14. font-size: 36rpx;
  15. font-weight: 600;
  16. margin-top: 20rpx;
  17. text-align: center;
  18. margin-bottom: 40rpx;
  19. }
  20. /* 邀请好友 */
  21. .order-content {
  22. width: 710rpx;
  23. height: auto;
  24. margin-top: 20rpx;
  25. background-color: #FFFFFF;
  26. margin-left: 20rpx;
  27. padding: 40rpx 20rpx 0 20rpx;
  28. box-sizing: border-box;
  29. text-align: center;
  30. border-radius: 24rpx;
  31. padding-bottom: 40rpx;
  32. }
  33. .order-content-top {
  34. display: flex;
  35. justify-content: center;
  36. align-items: center;
  37. }
  38. .order-content-top .line{
  39. width: 72rpx;
  40. height: 2rpx;
  41. background-color: #FA7D22;
  42. }
  43. .order-title {
  44. color: #333333;
  45. font-size: 36rpx;
  46. font-weight: 600;
  47. margin: 0 72rpx;
  48. }
  49. .order-init {
  50. display: flex;
  51. justify-content: center;
  52. margin-top: 80rpx;
  53. align-items: center;
  54. }
  55. .order-init .order-initiator {
  56. width: 120rpx;
  57. height: 120rpx;
  58. }
  59. .order-initiator image {
  60. width: 100%;
  61. height: 100%;
  62. border-radius: 50%;
  63. }
  64. .add {
  65. width: 36rpx;
  66. height: 36rpx;
  67. margin: 0 60rpx;
  68. }
  69. .add image {
  70. width: 100%;
  71. height: 100%;
  72. }
  73. .order-init .order-beInvited {
  74. width: 120rpx;
  75. height: 120rpx;
  76. }
  77. .whoGroup {
  78. width: 120rpx;
  79. height: 100%;
  80. font-size: 48rpx;
  81. color: #F1F1F1;
  82. line-height: 120rpx;
  83. border-radius: 50%;
  84. border: 2rpx solid #F1F1F1;
  85. text-align: center;
  86. }
  87. .inviteFriends {
  88. width: 670rpx;
  89. height: 84rpx;
  90. line-height: 84rpx;
  91. background-color: #FA7D22;
  92. margin-top: 80rpx;
  93. border-radius: 42rpx;
  94. font-size: 32rpx;
  95. color: #FFFFFF;
  96. }
  97. .cancelGroup {
  98. width: 670rpx;
  99. height: 84rpx;
  100. border: 2rpx solid #E1E1E1;
  101. border-radius: 42rpx;
  102. line-height: 84rpx;
  103. margin-top: 20rpx;
  104. font-size: 32rpx;
  105. color: #333333;
  106. }