|
@@ -161,11 +161,6 @@ onMounted(() => {
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
|
@import '/@/design/theme.less';
|
|
@import '/@/design/theme.less';
|
|
|
|
|
|
|
|
-@{theme-deepblue} {
|
|
|
|
|
- .long-list1 {
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.long-list1 {
|
|
.long-list1 {
|
|
|
--image-box-bg: url('@/assets/images/home-container/configurable/hsq/2-5.png');
|
|
--image-box-bg: url('@/assets/images/home-container/configurable/hsq/2-5.png');
|
|
|
--image-box-bg1: url('@/assets/images/home-container/configurable/hsq/2-13.png');
|
|
--image-box-bg1: url('@/assets/images/home-container/configurable/hsq/2-13.png');
|
|
@@ -180,11 +175,8 @@ onMounted(() => {
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
padding: 15px 30px;
|
|
padding: 15px 30px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
-
|
|
|
|
|
- /* 核心:垂直均分布局 */
|
|
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
- gap: 12px; /* 模块之间统一间距 */
|
|
|
|
|
|
|
|
|
|
.item-input {
|
|
.item-input {
|
|
|
background: transparent !important;
|
|
background: transparent !important;
|