_header-download-app.scss
1.33 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
/*
* @description: header-download-app css
* @author: chenglong.wang@yoho.cn
* @date: 2015/4/20
*/
.header-download-wrap {
height: 65px;
position: relative;
}
.header-download {
width: 320px;
height: 65px;
border-bottom: 1px solid #ddd;
background: #fff;
position: fixed;
top: 0;
margin: 0 auto;
z-index: 8000;
.tip-pic {
position: absolute;
@include retina-sprite($icons, yoho-girl, 15px, true);
@include hide-text();
}
.tip-info {
margin-left: 80px;
margin-top: 20px;
position: relative;
width: 210px;
> h2 {
font-size: 1.4rem;
font-weight: bold;
}
p {
margin-top: 5px;
font-size: 1.2rem;
}
> a {
display: block;
width: 55px;
height: 24px;
position: absolute;
@include border-radius(5px);
top: 3px;
right: 0;
border: 1px solid #6a6667;
line-height: 24px;
text-align: center;
font-weight: bold;
color: #000;
font-size: 1.2rem;
}
}
.tip-c {
@include retina-sprite($icons, tip-c);
position: absolute;
right: 0;
top: 0;
@include hide-text();
}
}