1234567891011121314151617181920212223242526272829 |
- .canvas-code {
- background-color: #fff;
- /* margin-left: 165rpx; */
- }
- .qrcode {
- margin-top: 200rpx;
- display: flex;
- justify-content: center;
- width: 100%;
- flex-direction: column;
- align-items: center;
- }
- .txt {
- text-align: center;
- color: #BF2637;
- width: 100%;
- position: absolute;
- top: 321px;
- }
- .txt-top {
- text-align: center;
- color: #BF2637;
- width: 100%;
- position: absolute;
- top: 73px;
- }
|