issue #11 Done amenity cart scrolling function on category item selection popup.

This commit is contained in:
Paul Kim
2024-03-16 21:53:02 +09:00
parent 2b36279807
commit ea812e34a1
3 changed files with 173 additions and 53 deletions

View File

@@ -1002,7 +1002,6 @@
/**** Amenity Category item ::> Table Recored */
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_cart_win .winright>.cart_table>.tbl_record {
/* height: 284px;*/
width:100%;
line-height: 54px;
font-size: 30px;
@@ -1011,7 +1010,7 @@
}
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_cart_win .winright>.cart_table>.tbl_record tbody {
/* height: 285px; */
height: 446px;
overflow-y: auto;
display: block;
}
@@ -1103,19 +1102,44 @@
}
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_cart_win .winright>.summary{
position: relative;
height: 65px;
width: 96%;
padding: 20px 2% 20px 2%;
/* background: blue; */
margin: 12px 2% 0px 2%;
padding: 4px 2% 0px 2%;
display: flex;
float: left;
flex-direction: row;
flex-wrap: wrap;
overflow: hidden;
border-top: 4px solid rgba(121,121,121,1);
}
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_cart_win .winright>.summary>#lable{
line-height: 65px;
width: 50%;
height: 100px;
font-size: 48px;
text-align: center;
}
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_cart_win .winright>.summary>#value{
line-height: 65px;
width: 50%;
height: 100%;
font-size: 52px;
color: rgb(173, 255, 47);
text-align: center;
}
/********************************************************************************/
/*[AM2. Amenity slider style ] */
.popup .amenity .slider {