feature.scss
1.64 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
@charset "utf-8";
@import "scss/feature/anchor";
@import "scss/feature/product";
@import "scss/feature/swiper.min";
@import "scss/feature/shop";
@import "scss/feature/bottom";
@import "scss/feature/timed-cut";
@import "scss/feature/redenvelope";
@import "scss/feature/liked-activity";
@import "scss/feature/seckill";
/* stylelint-disable */
/* 字体名称勿改的,APP做IP直连有使用到 */
@font-face {
font-family: "iconfont";
src: url("font/iconfont.eot"); /* IE9 */
src: url("font/iconfont.eot?#iefix") format("embedded-opentype"), url("font/iconfont.woff") format("woff"), url("font/iconfont.ttf") format("truetype"), url("font/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}
.iconfont {
text-decoration: none;
font-style: normal;
font-size: 24px;
font-family: "iconfont", sans-serif !important;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.4px;
-moz-osx-font-smoothing: grayscale;
}
.common_floor {
background-size: 100%;
background-repeat: no-repeat;
img[src=""],
img:not([src]) {
opacity: 0;
}
&.clearfix {
*zoom: 1;
&:before,
&:after {
content: "";
display: table;
}
&:after {
clear: both;
}
}
.single-item3:nth-of-type(3n+1) {
margin-left: 20px;
}
.text-edit {
word-break: break-all;
margin: 0 20px;
box-sizing: border-box;
p:last-child {
margin-bottom: 0 !important;
}
a {
text-decoration: none;
color: inherit;
}
}
}
/* stylelint-enable */