diff --git a/resources/web/homepage3/css/dark.css b/resources/web/homepage3/css/dark.css index 3852059a3..9b153d9ac 100644 --- a/resources/web/homepage3/css/dark.css +++ b/resources/web/homepage3/css/dark.css @@ -138,7 +138,7 @@ html,body } /*---Print History----*/ -.PrintHistoryImg img +.PrintHistoryImg { border: 1px solid #474747; } diff --git a/resources/web/homepage3/css/home.css b/resources/web/homepage3/css/home.css index 537a816be..e37c57d36 100644 --- a/resources/web/homepage3/css/home.css +++ b/resources/web/homepage3/css/home.css @@ -108,15 +108,22 @@ body word-break: break-all; position: relative; cursor: pointer; + border-radius: 12px; + overflow: hidden; +} + +.PrintHistoryImg +{ + border-radius: 12px; + border: 1px solid #EEEEEE; +/* background-color: #E4E4E4;*/ } .PrintHistoryImg img { - border-radius: 12px; width: calc(100% - 2px); aspect-ratio: 4/3; object-fit:contain; - border: 1px solid #EEEEEE; } .PrintHistoryTextBlock @@ -125,7 +132,8 @@ body flex-direction: column; white-space: nowrap; text-overflow: ellipsis; - overflow: hidden; + overflow: hidden; + margin-top: 2px; } .PrintHistoryName @@ -224,7 +232,7 @@ body width: Hug (61px)px; height: Hug (28px)px; gap: 10px; - border-radius: 12px 0px 4px 0px; + border-radius: 0px 0px 4px 0px; opacity: 0px; color: #FFFFFF; position: absolute; diff --git a/resources/web/homepage3/css/online.css b/resources/web/homepage3/css/online.css index b0b2e05d4..5488f56ab 100644 --- a/resources/web/homepage3/css/online.css +++ b/resources/web/homepage3/css/online.css @@ -59,7 +59,9 @@ { display:flex; flex-direction: column; - cursor: pointer; + cursor: pointer; + border-radius: 10px; + overflow: hidden; } .HotModel_PrevBlock diff --git a/resources/web/homepage3/home.html b/resources/web/homepage3/home.html index 81789be1c..008bb964b 100644 --- a/resources/web/homepage3/home.html +++ b/resources/web/homepage3/home.html @@ -439,7 +439,7 @@