priceList.wxss 466 B

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