-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdetail.css
72 lines (65 loc) · 1.46 KB
/
detail.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
*{
margin: 0px;
padding: 0px;
}
/* #navbartag{
width: 100%;
height: 100px;
border: 1px solid red;
} */
#mid_body{
width: 100%;
/* height: 300%; */
/* border: 1px solid black; */
display: flex;
text-align: center;
justify-content: center;
gap: 20px;
margin: auto;
}
#detail_img{
width: 50%;
height: auto;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
border-radius: 20px 20px 20px 20px;
}
#detail_info_of_product{
width: 80%;
height: auto;
/* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
}
#detail_info_of_product button{
width: 50%;
height: 40px;
color: rgb(30, 107, 231);
background-color: #ececf6;
font-size: large;
border-radius: 20px;
}
#footer_tag{
width: 100%;
height: 200px;
border: 2px solid palevioletred;
}
/* .detail_img{
position: relative;
} */
.info_of_item{
display: grid;
grid-template-columns: repeat(1,1fr);
text-align: left;
gap: 20px;
/* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
margin: auto;
}I
/* .img-zoom-lens {
position: absolute;
border: 1px solid #d4d4d4;
/*set the size of the lens:*/
/* width: 40px;
/* height: 40px; */
/* .img-zoom-result {
border: 1px solid #d4d4d4;
/*set the size of the result div:*/
/* width: 300px;
height: 300px; */