12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /* pages/promotion_code/promotion_code.wxss */
- .code{
- margin: 0;
- padding: 0;
-
- }
- .code-img{
- width: 100%;
- height:2033rpx;
- position: relative;
- }
- .code-copy{
- position: absolute;
- top: 26.5%;
- left: 90rpx;
- display: flex;
- justify-content: space-between;
- height: 135rpx;
- line-height: 135rpx;
- width: 78%;
- }
- .code-copy-btn{
- margin: auto 0;
- }
- .code-copy-btn-img{
- width:160rpx;
- height:102rpx;
- margin-top: 30rpx;
- margin-right: 30rpx;
- }
- .code-copy-text{
- color: #393939;
- font-size: 30rpx;
- position: relative;
- bottom: 25rpx;
- left: 30rpx;
- }
- .code-copy-text-word{
- color: #FFA508;
- font-size: 24rpx;
- height: 25rpx;
- }
- .code-copy-text-num{
- height: 40rpx;
- margin-top: 10rpx;
- }
|