[상품상세] 배경색 변경.

- 상하 좌우가 반대로 되어있어 변경.
This commit is contained in:
junghoon86.park
2025-09-23 16:55:49 +09:00
parent 6cf7030474
commit 0fe364c5db

View File

@@ -5,24 +5,14 @@
background-size: cover;
background-position: center;
background-image:
// linear-gradient(0deg, #222222, #222222),
// linear-gradient(180deg, rgba(34, 34, 34, 0) 89.93%, #222222 103.61%),
// linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
// linear-gradient(
// 270deg,
// rgba(0, 0, 0, 0) 43.07%,
// rgba(0, 0, 0, 0.539) 73.73%,
// rgba(0, 0, 0, 0.7) 100%
// ),
linear-gradient(0deg, rgba(0, 0, 0, 0)),
linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%),
linear-gradient(
180deg,
270deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 0.77) 70%,
rgba(0, 0, 0, 1) 100%
),
linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%),
//1차 변경본 너무 어두움 확인필요
var(--bg-url);
}