This commit is contained in:
X1627315083
2024-01-09 17:55:29 +08:00
parent 336982b0fe
commit fd4ed51bf5
3 changed files with 10 additions and 8 deletions

View File

@@ -1221,7 +1221,7 @@ export default defineComponent({
.home_page_left {
// width: 44.4rem;
// width: 55rem;
width: 35%;
width: 30%;
height: 100%;
padding: 2rem 0 0 0;
background: rgba(255, 255, 255, 0.2);
@@ -1350,7 +1350,7 @@ export default defineComponent({
.right_content_header {
display: flex;
justify-content: space-between;
height: 5.5rem;
height: 4.5rem;
align-items: center;
padding: 0 3.2rem 0 1.9rem;
background: rgba(255, 255, 255, 0.2);
@@ -1374,7 +1374,7 @@ export default defineComponent({
display: flex;
flex-direction: column;
position: absolute;
top: 4.5rem;
top: 5.5rem;
width: 100%;
background: #fff;
padding: 1rem;
@@ -1406,7 +1406,7 @@ export default defineComponent({
.right_content_body {
padding: 0 1.8rem 0 1.2rem;
background: rgba(255, 255, 255, 0.2);
height: calc(50% - 5.5rem);
height: calc(50% - 4.5rem);
min-height: 280px;
.right_content_img_block {
@@ -1470,7 +1470,8 @@ export default defineComponent({
position: relative;
vertical-align: top;
flex-shrink: 0;
max-height: 100%;
// max-height: 100%;
max-height: 80%;
&:hover .icon_like {
display: block;
}