123456789101112131415161718192021222324252627 |
- /* pages/activity/strategy/strategy.wxss */
- .price-list-main{
- width: 100%;
- height: 4456rpx;
- overflow-y: scroll;
- position: relative;
- }
- .price-list-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 4456rpx;
- }
- .copy-btn{
- width: 149rpx;
- height: 59rpx;
- background: #ff9743;
- border-radius: 30rpx;
- line-height: 59rpx;
- text-align: center;
- color: #fff;
- font-size: 34rpx;
- position: absolute;
- bottom: 83rpx;
- right: 48rpx;
- }
|