header.scss
1.68 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
.reds-shop {
.pull-left {
float: left;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.branner-top {
width: 100%;
height: 234px;
position: relative;
overflow: hidden;
background-size: 100%;
background-repeat: no-repeat;
.shop-back-img {
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.2);
}
}
.logo {
position: absolute;
overflow: hidden;
left: 30px;
bottom: 30px;
width: 100px;
height: 100px;
}
.store-name {
color: #fff;
font-size: 28px;
position: absolute;
overflow: hidden;
left: 148px;
bottom: 20px;
}
.fav-box {
position: absolute;
bottom: 20px;
right: 30px;
border-radius: 10px;
text-align: center;
background-size: contain;
color: #fff;
font-size: 28px;
.favs {
line-height: 48px;
margin-right: 16px;
padding-top: 4px;
font-size: 24px;
}
}
.already-collect {
width: 128px;
height: 50px;
border-radius: 10px;
background: url("img/product/already-collect.png") no-repeat;
background-size: contain;
}
.not-collect {
width: 128px;
height: 50px;
border-radius: 10px;
background: url("img/product/not-collect.png") no-repeat;
background-size: contain;
}
}
.is-mars-app {
#collect {
display: none;
}
}
.is-now-app {
.not-collect {
display: none;
}
}