-
Notifications
You must be signed in to change notification settings - Fork 0
/
media_360.css
93 lines (88 loc) · 1.39 KB
/
media_360.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
@media (max-width: 360px) {
.main {
height: 900px;
}
.nav_head a {
padding-right: 8px;
font-size: 11px;
}
.img_head {
margin-top: 28px;
}
._imgpeople {
position: static;
/* height: 70%; */
width: 100%;
/* height: auto; */
height: auto;
/* height: calc(var(--sizePhoto360) - 100%); */
}
.mainBtn {
text-align: center;
margin-top: 45px;
}
.tel_head_1100px {
justify-content: center;
}
.mainBtn h1 {
letter-spacing: 1px;
font-size: 43px;
}
.mainBtn_button {
display: block;
}
.form {
align-items: center;
}
.mainBtn_button button {
margin-bottom: 5px;
width: 90%;
}
.mainBtn_button label {
margin-bottom: 5px;
width: 90%;
}
.idBtn {
margin-right: 0;
}
.main_bcg {
top: 750px;
}
._carImg {
left: 258px;
}
/* section_2 */
.with963px_doun {
height: 650px;
}
/* modal */
.modalBtnPosLabel,
.modalBtnPos {
width: 100%;
}
}
/* */
/* */
/* */
@media (max-width: 320px) {
/* section_1 */
._section_1List {
right: 208px;
top: 590px;
}
._carImg {
left: 220px;
}
/* section_2 */
._withImgPos {
height: 16%;
}
._left_btn img {
left: 150px;
top: -65px;
}
/* section_3 */
._sec3PosImg3 {
right: 225px;
}
}