issue #11 Done amenity category feature including add to cart, order feature.

This commit is contained in:
Paul Kim
2024-03-17 16:46:10 +09:00
parent f98e3d6520
commit 4ef3896e2c
2 changed files with 238 additions and 57 deletions

View File

@@ -484,10 +484,10 @@
.popup .amenity .bg .owl-carousel .owl-stage .bottom_gradient{
position: absolute;
left: 0;
top: 948px;
top: 928px;
width: 100%;
height: 132px;
background: linear-gradient(0deg, rgba(7,8,11,0.9) 0%, rgba(7,8,11,0.5) 65%, rgba(7,8,11,0) 100%);
height: 152px;
background: linear-gradient(0deg, rgba(7,8,11,0.9) 0%, rgba(7,8,11,50%) 75%, rgba(7,8,11,0) 100%);
}
/*[AM1-1-1-3. Amenity bg: owl: amenity item sel window ] */
@@ -1136,7 +1136,40 @@
/*[AM1-1-1-5. Amenity bg: owl: selected item order style window ] */
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_order_win {
position: absolute;
left: 21px;
top: 207px;
width: 1874px;
height: 740px;
margin: 0;
padding: 0;
/* background: rgba(114,18,22,0.65); */
display: flex;
align-items: center;
justify-content: center;
}
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_order_win #message{
line-height: 42px;
font-size: 38px;
width: 88%;
height: 368px;
padding: 40px 20px 40px 20px;
background: rgba(14,18,22,0.8);
color: rgb(249, 249, 249);
white-space: pre-wrap;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
border-radius: 40px;
border: 4px solid rgba(121,121,121,1);
margin: 20px auto;
display: flex;
justify-content: center;
align-items: center;
}
@@ -1255,7 +1288,13 @@
width: 100%;
height: 132px;
margin: 0;
padding: 0;
padding: 0px 20px 0px 20px;
color: rgb(245,245,245);
line-height: 32px;
font-size: 32px;
z-index: 1;
display: flex;
align-items: center;
}