Browse Source

修改了样式

feature/feature-compatible
wangkesi 7 years ago
parent
commit
db536eb1d5
2 changed files with 4 additions and 4 deletions
  1. 4
      src/view/goods-classify.vue
  2. 4
      src/view/home.vue

4
src/view/goods-classify.vue

@ -291,9 +291,7 @@ export default {
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
line-height: 1 !important;
word-wrap: break-word; word-wrap: break-word;
height: 0.32rem;
white-space: normal; white-space: normal;
word-break: break-all; word-break: break-all;
} }
@ -416,7 +414,7 @@ export default {
color: #333; color: #333;
width: 100%; width: 100%;
padding: 0; padding: 0;
line-height: 1;
line-height: 0.3rem;
} }
.rule { .rule {
font-size: 0.22rem; font-size: 0.22rem;

4
src/view/home.vue

@ -507,7 +507,9 @@ export default {
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 1; -webkit-line-clamp: 1;
word-wrap: break-word;
word-wrap: break-word;
white-space: normal;
word-break: break-all;
} }
.home .page-content .new-card .card-list li .right .card-name { .home .page-content .new-card .card-list li .right .card-name {
height: 0.3rem; height: 0.3rem;

Loading…
Cancel
Save