huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
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
 
.bottom-panel .popup-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 98;
}
.bottom-panel .popup-bg .wechat-box{ padding-top: 0px;}
.bottom-panel .popup-bg .wechat-box image{ width: 100%;}
.bottom-panel .content {
    position: fixed;
    width: 80%;
    top: 20vh;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 200rpx;
    max-height: 900rpx;
    background-color: #fff;
    -webkit-transform: translate3d(0, 1380rpx, 0);
            transform: translate3d(0, 1380rpx, 0);
    transition: -webkit-transform .2s cubic-bezier(0, 0, .25, 1);
    transition: transform .2s cubic-bezier(0, 0, .25, 1);
    transition: transform .2s cubic-bezier(0, 0, .25, 1), -webkit-transform .2s cubic-bezier(0, 0, .25, 1);
    border-radius: 12rpx;
    z-index: 99;
}
.bottom-panel.open .content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.bottom-panel.close .popup-bg {
    display: none;
}
.module-share .hd {
    height: 90rpx;
    line-height: 90rpx;
    font-size: 36rpx;
}
.module-share .item button,.module-share .item button::after{ background: none; border: none;}
.module-share .icon-box {
    width: 100rpx;
    height: 100rpx;
    border-radius: 50%;
    background: #f6bd1d;
}
.module-share .icon-box .iconfont {
    font-size: 60rpx;
    color: #FFFFFF;
}
.module-share .btns {
    margin-top: 30rpx;
}
.module-share .btns button {
    height: 90rpx;
    line-height: 90rpx;
    border-radius: 0;
    border-top: 1px solid #EEEEEE;
}
.module-share .btns button::after {
    border-radius: 0;
}
.module-share .share-friend {
    background: #04BE01;
}
.icon-tijiaochenggong{
    width: 28rpx;
    height: 28rpx;
    line-height: 28rpx;
    text-align: center;
    font-size: 20rpx;
    color: #FF6633;
    border-radius: 50%;
    border: 1rpx solid #ff6633;
    margin-top: 7rpx;
    flex-shrink:initial;
}
.mb10{
    margin-bottom: 10rpx;
}
.iconfont.icon-guanbi {
    position: absolute;
    right: 20rpx;
    top: 0;
    font-size: 32rpx;
    color: #999999;
}