| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- // 평점·후기 index
- #movieReviewIndex {
- h5 {
- margin-bottom: 0;
- small {
- color: #ff0000;
- font-style: normal;
- font-weight: normal;
- }
- }
- }
- // 평점·후기 show
- #movieReviewShow {
- // 포스터 확대 보기 버튼
- #btnMainImgEnlargement {
- i {
- vertical-align: sub;
- }
- }
- table {
- --bs-table-bg: none;
-
- tr {
- th {
- color: #8f8f8f;
- }
- td {
- color: #f1f1f1;
- }
- }
- }
- #movieReviewList {
- h5 {
- margin-bottom: 0;
- small {
- color: #ff0000;
- font-style: normal;
- font-weight: normal;
- }
- }
- }
- }
- // 평점·후기 목록
- #movieReviewList {
- padding: 0;
- table {
- tr {
- td {
- a {
- display: inherit;
- text-decoration: none;
- &:hover,
- &:focus {
- text-decoration: underline;
- }
- img {
- clip-path: inset(6px 0 5px 0);
- object-fit: cover;
- height: auto;
- width: 100%;
- }
- }
- .movie-title {
- color: #7ee14e;
- }
- }
- }
- }
- // 목록 표시
- dl {
- margin-bottom: 5px;
- dt {
- margin-bottom: 2px;
- var {
- display: inline-block;
- padding-left: 0;
- }
- sub {
- font-size: 15px;
- font-weight: 500;
- margin-right: 5px;
- }
- span {
- font-weight: 500;
- vertical-align: bottom;
- }
- }
- dd {
- margin: 0;
- p {
- overflow: hidden;
- word-break: break-word;
- margin: 0;
- }
- ul {
- list-style: none;
- padding-left: 0;
- margin-bottom: 0;
- li {
- display: inline-block;
- margin: 0 10px 0 0;
- &:first-child {
- margin: 0;
- }
- button {
- em {
- font-style: normal;
- }
- }
- }
- }
- }
- }
- // 관리
- .dropdown {
- .dropdown-toggle {
- padding: 0;text-decoration: none;
- &:hover,
- &:focus {text-decoration: underline;}
- }
- .dropdown-menu {
- background: #f1f1f1;
- min-width: auto;
- margin-left: 20px;
- border-radius: 1px;
- border-color: #cfcfcf #999 #666 #999;
- border-width: 1px 1px 1px 1px;
- border-style: solid;
- box-shadow: 2px 0 2px rgb(0 0 0 / 10%), 0 4px 4px rgb(0 0 0 / 20%), -2px 2px 2px rgb(0 0 0 / 10%);
- -moz-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.2), -2px 2px 2px rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: 2px 0 2px rgb(0 0 0 / 10%), 0 4px 4px rgb(0 0 0 / 20%), -2px 2px 2px rgb(0 0 0 / 10%);
- .dropdown-item {
- color: #000;
- line-height: initial;padding: 0.4rem 1.2rem;cursor: pointer;
- &:hover,
- &:focus,
- &:active {background: #eaeaea;color: #000;}
- }
- }
- }
- }
- // 내 평점·후기 등록/수정
- #movieReviewWriteModal {
- #rateYo {
- dt {
- h4 {
- font-weight: bold;
- color: #f1f1f1;
- text-align: center;
- padding: 5px 0;
- }
- }
- dd {
- #reviewRate {
- margin: 0;
- padding: 0;
- }
- #reviewValue {
- font-size: 17px;
- font-weight: bold;
- color: #f1f1f1;
- }
- }
- }
- }
|