_down-load.css
1.78 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
.down-load-detail {
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
.down-close {
height: 50px;
width: 50px;
background-image: resolve("home/family/close.png");
background-size: 100%;
background-repeat: no-repeat;
position: relative;
top: 80px;
right: -668px;
z-index: 6;
}
.back {
width: 100%;
height: 100%;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #000;
opacity: 0.5;
}
.detail-content {
height: auto;
margin-top: 109px;
position: fixed;
top: 0;
left: 50%;
border-radius: 10px;
}
.load-src {
display: inline-block;
width: 100%;
height: 300px;
position: relative;
bottom: 300px;
}
.yohobuy,
.now,
.mars {
width: 630px;
margin-left: -315px;
}
.coffee,
.little,
.green {
width: 670px;
margin-left: -340px;
.code-copy {
width: 64px;
height: 38px;
display: inline-block;
position: relative;
line-height: 38px;
text-align: center;
border: 1px solid;
color: #fff;
background-color: #444;
border-radius: 5px;
font-size: 24px;
}
}
.green {
.code-copy {
top: -684px;
left: 356px;
}
}
.little {
.code-copy {
top: -656px;
left: 380px;
}
}
.coffee {
.code-copy {
top: -684px;
left: 364px;
}
}
.hide {
display: none;
}
}