Sanakey
2020-11-06 65c4a68484a8d6fee25d3bb94bb7a24da6dfc147
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
/* pages/share/share.wxss */
 
.header{
  text-align: center;
  line-height: 80rpx;
}
 
.name{
  font-size: 40rpx;
}
.des{
  font-size: 24rpx;
}
 
.qrcode image{
  width: 550rpx;
  height: 550rpx;
  margin: 30px auto;
  display: block;
}
 
.footer{
  display: flex;
  flex-direction: column;
  align-items: center;
}
 
.avator{
  width: 120rpx;
  height: 120rpx;
  /*background-color: #f0145a;*/
}
.company{
  margin-top: 20rpx;
  font-weight: bold;
}
.create-poster{
  margin-top: 50rpx;
  display: block;
  width: 80%;
  height: 80rpx;
  padding: 0;
  line-height: 80rpx;
  text-align: center;
  /* position: fixed;
  bottom: 50rpx;
  left: 10%; */
  background: #19a0f1;
  color: #fff;
  font-size: 32rpx;
  border-radius: 44rpx;
  /* z-index: 10; */
}