priceList.wxss 510 B

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