1.内页顶部文字字体问题
2.搜索框内文字左侧间距太小
3.列表左右侧间距不一样,边框是1px不是2px
6 files modified
52 ■■■■■ changed files
src/components/CustomSearch2.vue 2 ●●● patch | view | raw | blame | history
src/components/CustomSearch3.vue 2 ●●● patch | view | raw | blame | history
src/views/memory/list.vue 10 ●●●●● patch | view | raw | blame | history
src/views/personage/list.vue 10 ●●●●● patch | view | raw | blame | history
src/views/scenery/list.vue 11 ●●●●● patch | view | raw | blame | history
src/views/spirit/list.vue 17 ●●●● patch | view | raw | blame | history
src/components/CustomSearch2.vue
@@ -169,7 +169,7 @@
}
.custom-search-after .input-inner {
  width: 90%;
  width: 85%;
  height: 95%;
  border: 0;
  border-radius: 200px;
src/components/CustomSearch3.vue
@@ -152,7 +152,7 @@
}
.custom-search-after .input-inner {
  width: 90%;
  width: 85%;
  height: 3vh;
  border: 0;
  border-radius: 200px;
src/views/memory/list.vue
@@ -109,7 +109,7 @@
.line {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  margin-top: 3vh;
  margin-bottom: 3vh;
  opacity: 1;
@@ -118,19 +118,21 @@
.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 {
  width: 90%;
  margin-bottom: 2vh;
}
.data-list /deep/ .text-item .item-title {
src/views/personage/list.vue
@@ -115,7 +115,7 @@
.line {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  margin-top: 3vh;
  margin-bottom: 3vh;
  opacity: 1;
@@ -124,12 +124,15 @@
.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;
}
@@ -140,7 +143,6 @@
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2vh;
}
.data-list /deep/ .image-item .item-left {
src/views/scenery/list.vue
@@ -116,7 +116,7 @@
.line {
  width: 100%;
  border: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  margin-top: 3vh;
  margin-bottom: 3vh;
  opacity: 1;
@@ -124,12 +124,16 @@
.data-list {
  width: 90%;
  margin-left: 5%;
  overflow: scroll;
  height: 65vh;
  display: flex;
  flex-direction:column;
  justify-content: flex-start;
  align-items: center;
}
.data-list .line {
  width: 100%;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
@@ -140,7 +144,6 @@
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2vh;
}
.data-list /deep/ .image-item .item-left {
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;