init.css
1.9 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
124
125
126
127
128
129
130
131
132
133
134
135
136
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
margin: 0;
padding: 0;
font-family: PingFang-SC-Medium;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
}
a {
text-decoration: none;
outline: none;
color: white;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
position: relative;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
background-color: RGBA(245, 246, 250, 1);
}
img {
display: block;
width: 100%;
height: 100%;
}
div {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
}
li {
list-style: none;
}
li img {
display: block;
width: 100%;
height: 100%;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
outline: none !important;
}
textarea {
-webkit-appearance: none;
outline: none !important;
}
.nomore{
width: 3rem;
height: 3rem;
margin: 0 auto;
margin-top: 3rem;
}
.nomore_font{
font-size:0.26rem;
font-family:PingFang-SC-Medium;
color:RGBA(102, 102, 102, 1);
line-height:0.7rem;
text-align: center;
}
span{
margin: 0rem;
padding: 0rem;
}
.container{
width: 7.5rem;
height: 100%;
margin: 0 auto;
box-sizing: border-box;
overflow-y: scroll;
background-color: #FFFFFF;
}
.foot_cartnum{
position: absolute;
width: 0.36rem;
height: 0.36rem;
background-color: #FF4800;
right: 3.3rem;
top: 0rem;
border-radius: 50%;
color: #FFFFFF;
font-size: 0.2rem;
text-align: center;
line-height: 0.36rem;
}
[v-cloak]{
display: none;
}