store.css
1.17 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
/**
* name : zzf
* info :
*/
.store-head {
background: url("../../images/Group.png");
height: 137px;
width: 100%;
background-size: cover;
}
.store-head .text {
display: box;
display: -moz-box;
display: -webkit-box;
box-orient: horizontal;
}
.store-head .text .img {
margin-top: 15px;
margin-left: 15px;
width: 60px;
height: 60px;
position: relative;
}
.store-head .text .img span {
position: absolute;
background: #23AC38;
color: #fff;
font-size: 13px;
padding: 0 3px;
}
.store-head .text .msg {
margin-left: 10px;
margin-top: 15px;
box-flex: 1;
-webkit-box-flex: 1;
-moz-box-flex: 1;
color: #fff;
font-size: 12px;
}
.store-head .text .msg .title {
font-size: 14px;
}
.store-head .btns {
height: 45px;
background: rgba(0, 0, 0, 0.4);
width: 100%;
margin-top: 18px;
}
.store-head .btns a {
width: 50%;
text-align: center;
height: 100%;
color: #fff;
font-size: 14px;
float: left;
line-height: 45px;
}
.store-text {
margin: 10px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background: #fff;
padding: 10px;
line-height: 22px;
font-size: 13px;
color: #999;
}
.store-text h4 {
color: #333;
}