Sanakey
2020-08-13 d98d05000c3d14e1f12a7754ebeea11ec1fa0f0b
提交 | 用户 | age
d98d05 1 /* pages/share/shareQrcode.wxss */
S 2
3 page {
4   width: 100%;
5   height: 100%;
6   background: url('http://img.onbus.cn:9001/uploads/shopping/27/images/00E059A6-375C-4961-95A7-2BE72FB2CF8E.png') no-repeat;
7   background-size: 100% 100%;
8 }
9
10 .QR-Code-body {
11   height: 100%;
12   position: relative;
13 }
14
15 .QR-Code-user {
16   position: absolute;
17   left: 350rpx;
18   top: 200rpx;
19   text-align: center;
20 }
21
22 image {
23   width: 200rpx;
24   height: 200rpx;
25   border-radius: 20rpx;
26 }
27
28 .QR-userID {
29   display: flex;
30   align-items: center;
31   justify-content: space-around;
32   padding: 15rpx 0;
33 }
34
35 .quote {
36   quotes: '[' ']';
37   color: #f3be52;
38 }
39
40 .quote::before {
41   color: #333;
42   content: open-quote;
43   font-size: 0.8rem;
44 }
45
46 .quote:after {
47   color: #333;
48   content: close-quote;
49   font-size: 0.8rem;
50 }
51
52 .QR-img image {
53   width: 360rpx;
54   height: 360rpx;
55   margin-top: 20rpx;
56 }
57
58 .QR-userID-name {
59   overflow: hidden;
60   text-overflow: ellipsis;
61   white-space: nowrap;
62   width: 180rpx;
63   margin-top: 5rpx;
64 }
65
66 .QR-Code-user .QR-title {
67   font-size: 30rpx;
68   color: #229ecd;
69 }