-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.css
134 lines (129 loc) · 2.41 KB
/
media.css
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
@media(min-width:320px) and (max-width:415px){
.app_store img{
width: 40%;
}
}
@media(min-width:320px) and (max-width:767px){
.ph_img{
display: none;
}
}
@media(min-width:320px) and (max-width:575px){
.banner_content h1 {
font-size: 35px;
}
form input::placeholder{
font-size: 13px;
}
.popular_item a {
width: 50%;
}
.feature_price2{
left: 50%;
top: 1%;
}
.feature_price1{
left: 3%;
}
}
@media(min-width:320px) and (max-width:1199px){
.search_icon{
top: 30%;
}
}
@media(min-width:768px) and (max-width:991px){
.app_store img{
width: 45%;
}
.banner img {
margin-top: 114px;
}
.best h2{
margin-top: 50px;
}
}
@media(min-width:992px) and (max-width:1199px){
.feature_price1{
left: 3%;
}
.feature_price2{
left: 3%;
top: 18%;
}
}
@media(min-width:320px) and (max-width:400px){
.position_texr h3{
font-size: 18px;
}
.position_texr{
top: 10%;
left: 20%;
}
}
@media(min-width:401px) and (max-width:500px){
.position_texr h3{
font-size: 18px;
}
.position_texr{
top: 10%;
left: 30%;
}
.login_icon{
right: 18%;
}
}
@media(min-width:501px) and (max-width:575px){
.position_texr h3{
font-size: 18px;
}
.position_texr{
top: 10%;
left: 33%;
}
}
@media(min-width:576px) and (max-width:1400px){
.position_texr h3{
font-size: 18px;
}
.position_texr{
top: 10%;
}
}
@media(min-width:576px) and (max-width:991px){
.feature_price2{
left: 3%;
top: 18%;
}
.feature_price1{
left: 3%;
}
}
@media(min-width:1200px) and (max-width:1400px){
.feature_price2{
left: 50%;
top: 1%;
}
.feature_price1{
left: 2%;
}
}
@media(min-width:401px) and (max-width:450px){
.login_icon{
right: 18%;
}
}
@media(min-width:451px) and (max-width:500px){
.login_icon{
right: 15%;
}
}
@media(min-width:501px) and (max-width:767px){
.login_icon{
right: 15%;
}
}
@media(min-width:768px) and (max-width:991px){
.login_icon{
right: 10%;
}
}