share.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. /* pages/my/share/share.wxss */
  2. .topBox {
  3. width: 750rpx;
  4. height: 328rpx;
  5. background: linear-gradient(360deg, #FE425D 0%, #FE7011 100%);
  6. overflow: hidden;
  7. border-radius: 0 0 25rpx 25rpx;
  8. }
  9. .topBox .user {
  10. width: 100rpx;
  11. height: 100rpx;
  12. box-shadow: 0px 4rpx 8rpx 0px #D43E28;
  13. border-radius: 50%;
  14. display: block;
  15. margin: 42rpx auto 30rpx;
  16. }
  17. .topBox .tips {
  18. font-size: 32rpx;
  19. font-family: PingFangSC-Medium, PingFang SC;
  20. font-weight: 500;
  21. color: #FFFFFF;
  22. text-align: center;
  23. }
  24. .contioner {
  25. width: 710rpx;
  26. height: 405rpx;
  27. background: #FFFFFF;
  28. box-shadow: 0px 10rpx 20rpx 0px rgba(232, 232, 232, 0.5);
  29. border-radius: 16rpx;
  30. margin: auto;
  31. position: relative;
  32. top: -100rpx;
  33. padding: 40rpx 24rpx;
  34. }
  35. .contioner .tit {
  36. width: 400rpx;
  37. height: 40rpx;
  38. display: block;
  39. margin: 0 auto 65rpx;
  40. }
  41. .contioner .yhj {
  42. position: relative;
  43. margin: auto;
  44. width: 662rpx;
  45. height: 200rpx;
  46. z-index: 1;
  47. }
  48. .contioner .msg {
  49. right: 0;
  50. top: 0;
  51. position: absolute;
  52. width: 85%;
  53. text-align: center;
  54. height: 100%;
  55. }
  56. .contioner .msg .price {
  57. font-size: 104rpx;
  58. font-weight: 500;
  59. color: #FFFFFF;
  60. }
  61. .contioner .msg .price .tips {
  62. font-size: 56rpx;
  63. }
  64. .contioner .msg .name {
  65. font-size: 30rpx;
  66. font-weight: 500;
  67. color: #FFFFFF;
  68. }
  69. .footerBtn {
  70. width: 622rpx;
  71. height: 90rpx;
  72. line-height: 90rpx;
  73. text-align: center;
  74. background: linear-gradient(90deg, #FE425D 0%, #FE7011 100%);
  75. border-radius: 45rpx;
  76. font-size: 32rpx;
  77. font-weight: 600;
  78. color: #FFFFFF;
  79. margin: auto;
  80. }
  81. .wrapper {
  82. width: 600rpx;
  83. min-height: 610rpx;
  84. position: fixed;
  85. padding-bottom: 40rpx;
  86. left: 50%;
  87. top: 50%;
  88. transform: translate(-50%, -50%);
  89. }
  90. .wrapper .content {
  91. padding-top: 220rpx;
  92. }
  93. .wrapper .content .inputbox {
  94. width: 540rpx;
  95. height: 92rpx;
  96. background: #FFFFFF;
  97. border-radius: 8rpx;
  98. margin: 0 auto 30rpx;
  99. padding: 20rpx;
  100. }
  101. .wrapper .content .inputbox input {
  102. font-size: 28rpx;
  103. color: #BDBDBD;
  104. }
  105. .wrapper .content .inputbox .button {
  106. font-size: 28rpx;
  107. color: #FF663D;
  108. border-left: 1px solid #E4E4E4;
  109. padding-left: 20rpx;
  110. }
  111. .wrapper .content .btn {
  112. width: 550rpx;
  113. margin: auto;
  114. line-height: 80rpx;
  115. height: 80rpx;
  116. background: linear-gradient(180deg, #FAD75F, #F76E1E);
  117. text-align: center;
  118. border-radius: 40rpx;
  119. color: #FFFFFF;
  120. font-size: 30rpx;
  121. margin-top: 40rpx;
  122. }
  123. .wrapper .close {
  124. width: 64rpx;
  125. height: 64rpx;
  126. position: absolute;
  127. left: 50%;
  128. bottom: -20%;
  129. transform: translate(-50%, 0);
  130. }
  131. .wrapper .state {
  132. width: 140rpx;
  133. height: 140rpx;
  134. margin: 30rpx auto;
  135. display: block;
  136. }
  137. .wrapper .tips {
  138. font-size: 30rpx;
  139. color: #FFFFFF;
  140. text-align: center;
  141. }