1234567891011121314151617181920212223242526272829 |
- /* pages/activity/strategy/strategy.wxss */
- .price-list-main{
- width: 100%;
- /* height: 100%; */
- height: 7865rpx;
- overflow-y: scroll;
- position: relative;
- }
- .price-list-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 7865rpx;
- /* height: 100%; */
- }
- .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;
- }
|