-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.less
116 lines (111 loc) · 3.01 KB
/
index.less
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
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
font-family: "Microsoft YaHei";
background: #f1f1f1;
}
.icon-back {
background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' width='1.5em' height='1.5em'><path fill='#FFFFFF' d='M818.881422 747.988622 755.734756 812 313.503289 363.943111 313.480533 363.965867 250.311111 299.931733 755.734756-212.113778 818.881422-148.1024 376.672711 299.954489Z' transform='translate(0, 812) scale(1, -1)'/></svg>");
width: 100%;
margin: 0 auto;
-webkit-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: -webkit-box !important;
display: box !important;
position: absolute;
background-size: 20px;
width: 40px;
height: 40px;
}
// 主页菜单
#menu {
padding-top: 10px;
padding-bottom: 5px;
>.row {
padding: 10px 0px;
background-color: #fff;
>.menu-item {
width: 25%;
text-align: center;
float: left;
overflow: hidden;
margin-top: 15px;
>a {
display: block;
width: 100%;
height: 100%;
>img {
width: 50px;
}
>p {
text-align: center;
font-size: 12px;
margin-top: 5px;
}
}
}
}
}
#recommen-product {
>.recommen-product-list {
background-color: #ffffff;
text-align: left;
font-size: 14px;
max-width: 960px;
margin: 0px auto;
>ul {
>li {
padding: 14px 8px;
position: relative;
>a {}
}
}
>.more-bar {
text-align: center;
width: 100%;
>a {
display: block;
line-height: 30px;
background: #F4F4F4;
text-decoration: none;
font-size: 13px;
background-image: linear-gradient(#ffffff, #f4f4f4);
-moz-background-clip: padding;
margin: 10px;
border: 1px solid #dddddd;
border-radius: 4px;
}
}
}
}
// 公共列表标题
.list-title {
>.list-title-content {
height: 35px;
background-color: #ff9000;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffaf47), to(#ff9000));
border-bottom: solid 1px #ffc881;
line-height: 35px;
overflow: hidden;
color: #fff;
padding-left: 10px;
font-weight: bold;
font-size: 18px;
clear: both;
>span {
font-weight: normal;
font-size: 16px;
}
>img {
float: right;
margin-right: 10px;
color: #FFF;
margin-top: 8px;
}
}
}