code added

此提交包含在:
2023-01-20 16:18:55 +05:30
父節點 7532d035cc
當前提交 39f96809cc
共有 18 個檔案被更改,包括 1795 行新增29 行删除
+16 -5
查看文件
@@ -1,18 +1,29 @@
.productoverviewmain{
background-image: url("../../assets/imgs/productoverview/productbg.png");
background-color: #cccccc;
background-size: cover; /* <------ */
background-color: #C9DBB5;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
background-position: center;
position: relative;
}
.photo_dual {
width: 40rem;
}
.price_footer {
background-color: #52cba5;
background: rgba( 255, 255, 255, 0.25 );
/* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
border: 2px solid;
position: absolute;
bottom: 0;
left: 0;
}
.boxImgContainer {