|
- /* pages/component/prizeDetailShow/prizeDetailShow.wxss */
- .copyBtn{
- width: 108rpx;
- height: 30rpx;
- margin-left: 20rpx;
- }
- .exchangeCode{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: 550rpx;
- width: 660rpx;
- font-size:20rpx;
- font-family:NissanBrand;
- font-weight:bold;
- color:rgba(0,0,0,1);
- line-height:48rpx;
- display: flex;
- align-items: center;
- }
|