promotion_code.wxss 711 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* pages/promotion_code/promotion_code.wxss */
  2. .code{
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .code-img{
  7. width: 100%;
  8. height:2033rpx;
  9. position: relative;
  10. }
  11. .code-copy{
  12. position: absolute;
  13. top: 26.5%;
  14. left: 90rpx;
  15. display: flex;
  16. justify-content: space-between;
  17. height: 135rpx;
  18. line-height: 135rpx;
  19. width: 78%;
  20. }
  21. .code-copy-btn{
  22. margin: auto 0;
  23. }
  24. .code-copy-btn-img{
  25. width:160rpx;
  26. height:102rpx;
  27. margin-top: 30rpx;
  28. margin-right: 30rpx;
  29. }
  30. .code-copy-text{
  31. color: #393939;
  32. font-size: 30rpx;
  33. position: relative;
  34. bottom: 25rpx;
  35. left: 30rpx;
  36. }
  37. .code-copy-text-word{
  38. color: #FFA508;
  39. font-size: 24rpx;
  40. height: 25rpx;
  41. }
  42. .code-copy-text-num{
  43. height: 40rpx;
  44. margin-top: 10rpx;
  45. }