attentionpublic.wxss
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@import '../../../common/common.wxss';
.bac{
position: fixed;
height: 100%;
width: 100%;
display:flex;
flex-direction:column;
align-items:center;/*垂直居中*/
justify-content: center;/*水平居中*/
background:#FD8779;
}
.atteb_bag{
width:686rpx;
height:979rpx;
font-size: 0;
}
.select_type{
color:#FD8779;
font-size: 32rpx;
text-align: center;
}
.atteb_bag image{
width:100%;
height:100%;
}
.copy_text,.copy_name{
font-size: 26rpx;
}
.copy_text{
color:#A89997;
}
.copy_name{
color:#FD8779
}
.clickcopy{
width:280rpx;
height:80rpx;
border-radius:40rpx;
color:#fff;
font-size: 32rpx;
text-align: center;
line-height: 80rpx;
background: #FD8779;
margin:30rpx auto 0;
}
.copy_head{
position:absolute;
top:0;
left:0;
right:0;
z-index:9;
padding: 118rpx 163rpx 53rpx 163rpx;
}
.bac_text{
position:relative;
}
.copy{
margin-top:22rpx;
}
.scan{
width:600rpx;
color:#A89997;
font-size: 26rpx;
position: absolute;
top:486rpx;
left:0rpx;
right:0;
margin:0 auto;
line-height: 50rpx;
}
.weixinscan{
color:#FD8779;
font-size: 32rpx;
}
.share_img{
width:600rpx;
height:276rpx;
font-size: 0;
position:absolute;
bottom:90rpx;
left:0;
right:0;
margin: 0 auto;
}
.share_img image{
width:100%;
height:100%;
}
.wechatimage{
width:194rpx;
height:194rpx;
font-size: 0;
position:absolute;
bottom:140rpx;
left:262rpx;
right:0;
margin:0 uato;
}
.wechatimage image{
width:100%;
height:100%;
}