priceList.wxss 487 B

12345678910111213141516171819202122232425262728
  1. /* pages/activity/strategy/strategy.wxss */
  2. .strategy-main {
  3. width: 100%;
  4. height: 1791rpx;
  5. background: #FD423B;
  6. overflow-y: scroll;
  7. position: relative;
  8. }
  9. .strategy-bg {
  10. position: absolute;
  11. left: 0;
  12. top: 0;
  13. width: 100%;
  14. height: 1791rpx;
  15. }
  16. .copy-btn{
  17. width: 168rpx;
  18. height: 59rpx;
  19. background: #ff9743;
  20. border-radius: 30rpx;
  21. line-height: 59rpx;
  22. text-align: center;
  23. color: #fff;
  24. font-size: 34rpx;
  25. position: absolute;
  26. bottom: 128rpx;
  27. right: 48rpx;
  28. }