getphone.wxss 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .wxauthorize{
  2. margin: 290rpx auto 0;
  3. width: 360rpx;
  4. height: 420rpx;
  5. display: block;
  6. }
  7. .getUserInfo {
  8. width: 594rpx;
  9. height: 88rpx;
  10. background-color: #4AC3B2;
  11. color: #FFFFFF;
  12. font-size: 28rpx;
  13. font-weight: Regular;
  14. margin-top: 202rpx;
  15. line-height: 88rpx;
  16. }
  17. .pay {
  18. height: 182rpx;
  19. width: 100%;
  20. position: fixed;
  21. left:0;
  22. bottom:0rpx;
  23. background:#FFFFFF;
  24. z-index: 10;
  25. display: flex;
  26. }
  27. .create {
  28. margin-top: 40rpx;
  29. height: 82rpx;
  30. width: 612rpx;
  31. margin-bottom: 60rpx;
  32. margin-left: 70rpx;
  33. margin-right: 68rpx;
  34. text-align: center;
  35. font-weight: 500;
  36. font-size: 36rpx;
  37. line-height: 82rpx;
  38. color: #FFFFFF;
  39. background:linear-gradient(90deg,rgba(0,199,198,0.97) 0%,rgba(0,210,210,1) 100%);
  40. box-shadow:0rpx 14rpx 44rpx 2rpx rgba(0,199,198,0.2);
  41. border-radius: 42rpx;
  42. }