Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkee committed Jan 11, 2024
1 parent 40fe27c commit 0ba2f62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ a.btn.disabled{ pointer-events: none; }
.unit-pd .thum .btzzim.on i{color: var(--active-color);font-weight: 700;}
.unit-pd .thum .btzzim:disabled i{}
.unit-pd .boxs{ width: 70%; display: block; }
.unit-pd .boxs .tit{margin: 5px 0 0 0;display: block; line-height: 1.5;text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical; display:-webkit-box; text-overflow:ellipsis; overflow:hidden; word-break:break-all;}
.unit-pd .boxs .prc{margin: 5px 0 0 0; color: #eeeeee;}
.unit-pd .boxs .prc .p{font-size: 17rem;font-weight: 700;display: inline-block;vertical-align: middle;}
.unit-pd .boxs .prc .w{font-size: 11rem;margin: 3px 0 0 0;display: inline-block;vertical-align: middle; font-style: normal;}
.unit-pd .boxs .tit{margin: 0px 0 0 0; font-size:14rem; display: block; line-height: 1.5;text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical; display:-webkit-box; text-overflow:ellipsis; overflow:hidden; word-break:break-all;}
.unit-pd .boxs .prc{margin: 5px 0 0 0; color: #eeeeee; line-height: 1.1;}
.unit-pd .boxs .prc .p{font-size: 15rem;font-weight: 700;display: inline-block;vertical-align: middle;}
.unit-pd .boxs .prc .w{font-size: 11rem;margin: 0px 0 0 0;display: inline-block;vertical-align: middle; font-style: normal;}
.unit-pd .boxs .inf{margin: 3px 0px 0px 0px; line-height: 1.2;}
.unit-pd .boxs .inf .hr{display: none;border: none;margin: 0;}
.unit-pd .boxs .inf .loct{font-size: 12rem;color: #666666;}
Expand Down Expand Up @@ -251,7 +251,7 @@ a.btn.disabled{ pointer-events: none; }
.tp-thum .unit-pd{ display: block; }
.tp-thum .unit-pd .thum{ width: 100%; height: auto; }
.tp-thum .unit-pd .boxs{width: calc(100%);display: block;}
.tp-thum .unit-pd .boxs .tit{margin-top: 8px; line-height: 1.2; -webkit-line-clamp: inherit;}
.tp-thum .unit-pd .boxs .tit{margin-top: 8px; font-size:13rem; line-height: 1.2; -webkit-line-clamp: inherit;}
.tp-thum .unit-pd .boxs .tit .bd{ margin-top: -1px; }
.tp-thum .unit-pd .boxs .tit .lk{}
.tp-thum .unit-pd .boxs .prc{margin-top: 4px;}
Expand Down

0 comments on commit 0ba2f62

Please sign in to comment.