王飞
2025-01-23 99365608dec6eade7d645a91fb0f2205a332d1f1
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
.preview {
    width: 100%;
    height: 100%;
    background: #fff;
}
 
.preview-success {
    display: inline-block;
    font-size: 40rpx;
}
 
.preview-url {
    border: 1px solid #ddd;
    padding: 16rpx;
    background: #f7f7f7;
    word-break:break-all;
    font-size: 32rpx;
    border-radius: 5rpx;
    margin-top: 40rpx;
}
 
.preview-tips {
    margin-top: 20rpx;
    font-size: 30rpx;
    color: #888;
}
 
.preview-button-wrap {
    margin-top: 30rpx;
    text-align: left;
}
 
.preview-button {
    display: inline-block;
    position:relative;
    text-align: center;
    box-sizing:border-box;
    font-size:32rpx;
    text-decoration:none;
    -webkit-tap-highlight-color:transparent;
    overflow:hidden;
    width:280rpx;
    height:85rpx;
    background-color:#fff;
    color:#2277da;
    line-height:85rpx;
    border-radius: 5rpx;
}
 
.preview-button:first-child {
    margin-right: 20rpx;
}
 
.preview-outer {
    margin-top: 50rpx;
    position: relative;
    text-align: center;
    width: 590rpx;
}
 
.preview-inner {
    padding-top: 50rpx;
    position: relative;
    text-align: center;
    width: 590rpx;
}
 
.preview-image {
    display:block;
    margin: 0 auto;
    width: 590rpx;
    height: 590rpx;
}
 
.preview-video {
    margin-top: 30rpx;
    display:block;
    margin: 0 auto;
    width: 590rpx;
    height: 415rpx;
}