/* components/poster/poster.wxss */ @import "../../utils/styles/main.wxss"; @import "../../utils/styles/icon.wxss"; @import "../../utils/styles/animation.wxss"; @import "../../utils/styles/base.wxss"; .colorff9700{ color: #ff9700; } .copy-btn{ height: 48rpx; width: 164rpx; border-radius: 32rpx; font-size: 24rpx; margin-left: 20rpx; border: 1px solid #f43f3b; background-color: transparent; } .bc-modal { display: flex; position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 999; text-align: center; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.5); flex-direction: column; } .modal-content{ background: white; display: flex; text-align: center; justify-content: center; align-items: center; flex-direction: column; } .cu-dialog1 { position: fixed; display: inline-block; vertical-align: middle; margin-left: auto; margin-right: auto; width: 680rpx; max-width: 100%; background-color: transparent; border-radius: 10rpx; overflow: hidden; } .code-bg{ background-image: linear-gradient(45deg, #FEF3E0, #FFEEEF); color: var(--white); }