Commit 9169d86c authored by zL's avatar zL

fix:a标签样式变更

parent 4b91efcd
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
<div class="info-content" v-if="item2.type === 0"> <div class="info-content" v-if="item2.type === 0">
{{ item2.data.value }} {{ item2.data.value }}
</div> </div>
<div class="info-content info-content--area" v-if="item2.type === 10">{{ item2.data.value }}</div> <div class="info-content info-content--area" v-if="item2.type === 10">
{{ item2.data.value }}
</div>
<!-- 选择器 --> <!-- 选择器 -->
<div class="info-content" v-if="item2.type === 5"> <div class="info-content" v-if="item2.type === 5">
{{ item2.data.value }} {{ item2.data.value }}
...@@ -376,6 +378,9 @@ li { ...@@ -376,6 +378,9 @@ li {
overflow: hidden; overflow: hidden;
max-width: calc(100% - 110px); max-width: calc(100% - 110px);
color: rgba(53, 53, 53, 1); color: rgba(53, 53, 53, 1);
a {
color: rgba(63, 121, 254, 1);
}
.info-content--video { .info-content--video {
margin-bottom: 24px; margin-bottom: 24px;
video { video {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment