src/views/spirit/list.vue
@@ -108,7 +108,7 @@
.line {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  margin-top: 3vh;
  margin-bottom: 3vh;
  opacity: 1;
@@ -117,22 +117,23 @@
.data-list {
  width: 90%;
  height: 65vh;
  margin-left: 5%;
  overflow: scroll;
  display: flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: center;
}
.data-list .line {
  width: 100%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
data-list /deep/ .text-item {
.data-list /deep/ .text-item {
  width: 90%;
  margin-bottom: 2vh;
}
data-list /deep/ .text-item .item-title {
.data-list /deep/ .text-item .item-title {
  text-align: left;
  font-size: 2rem;
  font-family: Source Han Serif CN;
@@ -141,7 +142,7 @@
  color: #BC0000;
}
data-list /deep/ .text-item .item-context {
.data-list /deep/ .text-item .item-context {
  text-align: left;
  font-size: 1.62rem;
  font-family: Source Han Sans CN;