-
Notifications
You must be signed in to change notification settings - Fork 20
/
phone.css
100 lines (85 loc) · 1.23 KB
/
phone.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
body {
overflow-x: hidden;
}
.nav {
overflow: hidden;
width: max-content;
}
nav ul {
display: none;
}
nav .logo {
position: relative;
left: 25px;
width: 28px;
top: -1px;
}
nav .bag {
position: relative;
left: 90px;
width: 30px;
top: 0px;
}
nav .searching {
position: relative;
right: 115px;
width: 30px;
top: 0px;
}
.moreinfo p {
margin-top: 2px;
box-sizing: border-box;
padding-top: 2px;
}
.content {
overflow: hidden;
width: auto;
}
.content .iphone12img img {
width: 365px;
}
.content2 .prodesc img {
width: 335px;
}
.content2 .proimg img {
width: 345px;
}
.iphone12-links a {
margin-bottom: 10px;
}
.content2 {
overflow: hidden;
}
.bag-items {
width: 100%;
position: absolute;
display: flex;
align-items: center;
flex-direction: column;
background-color: white;
transition: 0.5s;
border-radius: 10px;
border: black;
top: 45px;
left: 0px;
right: 0px;
}
.bag-items ul {
list-style-type: none;
}
.bag-items ul li a {
text-decoration: none;
color: #6666d1;
}
.bag-items ul li {
box-sizing: border-box;
padding: 11px;
padding-left: 28px;
display: block;
border-top: 1px solid black;
}
.bag-items p {
text-align: center;
padding: 25px;
width: 82vw;
}