ZhangXianQiang
2024-03-05 5300255dd40ac2ed67676da5568f0e4fd25a7078
src/components/item-wrap/item-wrap.vue
@@ -15,7 +15,7 @@
<template>
     <div class="item_title" v-if="title !== ''">
       <span class="title-inner"> &nbsp;&nbsp;{{ title }}&nbsp;&nbsp; </span>
       <span class="title-inner">{{ title }} </span>
     </div>
    <div
      :class="title !== '' ? 'item_title_content' : 'item_title_content_def'"
@@ -32,6 +32,7 @@
.item_title {
  background-image: url("@/assets/img/candantop.png") ;
  background-size: 231px 100%;
  background-repeat: no-repeat;
  height: $item-title-height;
  line-height: $item-title-height;
@@ -55,11 +56,14 @@
    transform: rotate(180deg);
  }
  .title-inner {
    margin-left: 15px;
    margin-left: 25px;
    margin-top: 4px;
    color: #fff;
    font-weight: 900;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 20px;
    font-style: italic;
    font-family: '200-SSBoYaTi';
    //background: linear-gradient(
    //  92deg,
    //  #0072ff 0%,
@@ -79,6 +83,7 @@
.item_title_content {
  //height: $item_title_content-height;
  margin: 20px 0;
}
.item_title_content_def {