|
|
|
@ -326,6 +326,7 @@ $--base-super-radius: 24px; |
|
|
|
|
|
|
|
|
|
&.inline { |
|
|
|
|
width: 350px; |
|
|
|
|
|
|
|
|
|
.el-select-dropdown__item { |
|
|
|
|
display: inline-block; |
|
|
|
|
width: calc(25% - 8px); |
|
|
|
@ -383,6 +384,7 @@ $--base-super-radius: 24px; |
|
|
|
|
border-radius: $--base-small-radius; |
|
|
|
|
border-color: $--border-color-light |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-input__inner:focus { |
|
|
|
|
border-color: $--color-primary !important; |
|
|
|
|
} |
|
|
|
@ -660,7 +662,7 @@ body { |
|
|
|
|
overflow: hidden; |
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
height: 150px; |
|
|
|
|
margin-bottom: $--base-nomal-space; |
|
|
|
|
overflow: hidden; |
|
|
|
@ -679,27 +681,63 @@ body { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-col:nth-child(1) .ai-pages-article-list-item { |
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
background: linear-gradient(120deg, #CAEAFF 0%, #E5D9FF 100%); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-col:nth-child(2) .ai-pages-article-list-item { |
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
background: linear-gradient(120deg, #CAEAFF 0%, #CFF7FF 100%); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-col:nth-child(3) .ai-pages-article-list-item { |
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
background: linear-gradient(120deg, #CAEAFF 0%, #D0F5DE 100%); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 语音列表 */ |
|
|
|
|
.ai-pages-voice-list { |
|
|
|
|
.ai-pages-voice-list-item { |
|
|
|
|
padding-bottom: $--base-small-space; |
|
|
|
|
border-radius: $--base-small-radius; |
|
|
|
|
border: 1px solid #fff; |
|
|
|
|
margin: $--base-small-space 0; |
|
|
|
|
background-color: #fff; |
|
|
|
|
box-shadow: 0px 10px 20px 0px rgba(16, 96, 255, 0.1); |
|
|
|
|
overflow: hidden; |
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
.item-image { |
|
|
|
|
height: 150px; |
|
|
|
|
margin-bottom: $--base-nomal-space; |
|
|
|
|
overflow: hidden; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.item-content { |
|
|
|
|
padding-top: $--base-small-space; |
|
|
|
|
background: linear-gradient(190deg, #EBF1FC 0%, #FFFFFF 52%); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.title { |
|
|
|
|
padding: 0 $--base-nomal-space; |
|
|
|
|
font-size: $--base-nomal-font; |
|
|
|
|
font-weight: 500 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.description { |
|
|
|
|
padding: $--base-small-space $--base-nomal-space; |
|
|
|
|
font-size: $--base-small-font; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 行文列表 */ |
|
|
|
|
.ai-pages-mark-list { |
|
|
|
|
.ai-pages-article-list-item { |
|
|
|
|
.ai-pages-mark-list-item { |
|
|
|
|
position: relative; |
|
|
|
|
margin: $--base-small-space 0; |
|
|
|
|
padding-bottom: $--base-small-space; |
|
|
|
@ -721,7 +759,7 @@ body { |
|
|
|
|
opacity: .2; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
height: 50px; |
|
|
|
|
margin: $--base-medium-space; |
|
|
|
|
} |
|
|
|
@ -742,7 +780,7 @@ body { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-col:nth-child(1) .ai-pages-article-list-item { |
|
|
|
|
.el-col:nth-child(1) .ai-pages-mark-list-item { |
|
|
|
|
background: linear-gradient(60deg, #FAFAFC 0%, #ECEBFA 53%, #D5D2FA 100%); |
|
|
|
|
|
|
|
|
|
:after { |
|
|
|
@ -750,13 +788,13 @@ body { |
|
|
|
|
background-size: 70%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
background: url("~@/assets/ai-images/icon_positioning-customers.svg") center left no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-col:nth-child(2) .ai-pages-article-list-item { |
|
|
|
|
.el-col:nth-child(2) .ai-pages-mark-list-item { |
|
|
|
|
background: linear-gradient(60deg, #FAFBFC 0%, #E1E9FA 52%, #C8D9FA 100%); |
|
|
|
|
|
|
|
|
|
:after { |
|
|
|
@ -764,13 +802,13 @@ body { |
|
|
|
|
background-size: 70%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
background: url("~@/assets/ai-images/icon_originality.svg") center left no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-col:nth-child(3) .ai-pages-article-list-item { |
|
|
|
|
.el-col:nth-child(3) .ai-pages-mark-list-item { |
|
|
|
|
background: linear-gradient(60deg, #FAFBFC 0%, #E1E9FA 52%, #C8D9FA 100%); |
|
|
|
|
|
|
|
|
|
:after { |
|
|
|
@ -778,7 +816,7 @@ body { |
|
|
|
|
background-size: 70%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.image { |
|
|
|
|
.item-image { |
|
|
|
|
background: url("~@/assets/ai-images/icon_illustration.svg") center left no-repeat; |
|
|
|
|
background-size: contain; |
|
|
|
|
} |
|
|
|
@ -901,7 +939,8 @@ body { |
|
|
|
|
/* 编辑行文 标题 */ |
|
|
|
|
.ai-mark-title { |
|
|
|
|
font-size: 15px; |
|
|
|
|
font-weight: bold; margin-bottom: $--base-small-space; |
|
|
|
|
font-weight: bold; |
|
|
|
|
margin-bottom: $--base-small-space; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* 编辑页面 底部 */ |
|
|
|
|