transitstore.css
2.34 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
#transitstore {
font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', SimHei, tahoma, sans-serif;
}
#transitstore .bg-img {
background: url(../../images/icon/icon.png) no-repeat;
background-size: 150px;
}
#transitstore .top {
background: url(../../images/user-home.png) center center no-repeat;
background-size: cover;
}
#transitstore .m-page {
padding-bottom: 0;
}
#transitstore .shop {
position: relative;
padding: 15px 15px 15px 90px;
overflow: hidden;
color: #fff;
}
#transitstore .shop .store-label {
position: absolute;
left: 15px;
top: 15px;
}
#transitstore .shop .from-label {
display: inline-block;
position: absolute;
right: 10px;
top: 15px;
}
#transitstore .shop .cover {
float: left;
margin-left: -75px;
width: 60px;
height: 60px;
box-shadow: 0 0 3px #999;
line-height: 16px;
}
#transitstore .shop h3 {
font-size: 16px;
color: #FFF;
font-weight: 400;
line-height: 20px;
}
#transitstore .shop p {
font-size: 14px;
color: #ffffff;
}
#transitstore .user-tools {
height: 45px;
line-height: 45px;
width: 100%;
background: rgba(0, 0, 0, 0.2);
}
#transitstore .user-tools li {
width: 49.5%;
float: left;
text-align: center;
color: #ffffff;
}
#transitstore .user-tools li span {
margin-left: 5px;
line-height: 45px;
color: #ffffff;
}
#transitstore .column {
margin-top: 10px;
padding: 15px;
border: 1px solid #ddd;
background: #fff;
position: relative;
}
#transitstore .column .name {
font-size: 14px;
color: #333;
line-height: 30px;
}
#transitstore .column .all {
font-size: 14px;
color: #999;
position: absolute;
top: 15px;
right: 15px;
line-height: 30px;
}
#transitstore .column .links {
line-height: 26px;
color: #23ac38;
font-size: 14px;
}
#transitstore .column .links .link-label {
box-sizing: border-box;
display: inline-block;
height: 30px;
line-height: 30px;
margin-top: 10px;
border: 1px solid #ddd;
padding: 0 10px;
font-size: 14px;
text-align: center;
color: #666;
}
#transitstore .column hr {
border: 0px solid #ddd;
border-top: 1px solid #ddd;
}
#transitstore .column .cols {
margin-top: 10px;
}
#transitstore .column .cols .col {
width: 33.333%;
text-align: center;
color: #333;
float: left;
}
#transitstore .column .cols .col-second {
color: #666;
}
#transitstore .column .column-value {
font-size: 14px;
color: #666;
}