diff --git a/src/views/pages/yuqingFLS/index.vue b/src/views/pages/yuqingFLS/index.vue index 2c605b9..94746c4 100644 --- a/src/views/pages/yuqingFLS/index.vue +++ b/src/views/pages/yuqingFLS/index.vue @@ -1,6 +1,6 @@ @@ -275,7 +306,7 @@ onMounted(() => { .bk { width: 100%; - height: 140px; + // height: 140px; display: flex; flex-direction: column; text-align: center; @@ -371,16 +402,19 @@ input::placeholder { } .page { - max-width: calc(285px * 4 + 20px * 3); - width: calc(285px * 4 + 20px * 3); + // max-width: calc(285px * 4 + 20px * 3); + // width: calc(285px * 4 + 20px * 3); + width: 100%; + padding: 0 40px; } .list { display: flex; flex-wrap: wrap; gap: 20px; - max-width: calc(285px * 4 + 20px * 3); - width: calc(285px * 4 + 20px * 3); + // max-width: calc(285px * 4 + 20px * 3); + // width: calc(285px * 4 + 20px * 3); + padding: 30px 20px; } .list_item { @@ -388,8 +422,8 @@ input::placeholder { flex-direction: column; background: url('/@/assets/yuqingNew/card_bg.png') no-repeat center 0; background-size: 100% 100%; - width: 285px; - height: 162px; + // width: 285px; + // height: 162px; padding: 20px 30px; gap: 15px; box-shadow: 0 0 10px rgba($color: #515151, $alpha: 0.2); @@ -450,7 +484,7 @@ input::placeholder { text-align: left; font-style: normal; - width: 237px; + width: 100%; height: 32px; color: #5f6063; background: #ffffff;