1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
| .qrcode{
| }
| .qrcode image {
| width: 100%;
| }
| .btns-wrap {
| position: fixed;
| height: 88rpx;
| right: 0;
| bottom: 0;
| left: 0;
| display: flex;
| z-index: 10;
| }
| .btns-wrap .btn-red{
| width: 100%;
| height: 88rpx;
| line-height: 88rpx;
| border-radius: 0;
| }
|
|