Browse Source

修改了样式

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

4
src/view/goods-classify.vue

@ -411,11 +411,13 @@ export default {
flex-direction: column;
}
.title {
font-size: 0.3rem;
font-size: 0.31rem;
color: #333;
width: 100%;
padding: 0;
height: 0.3rem;
line-height: 0.3rem;
padding-top: 0.03rem;
}
.rule {
font-size: 0.22rem;

4
src/view/home.vue

@ -481,8 +481,10 @@ export default {
box-sizing: border-box;
}
.home .page-content .new-card .card-list li .right h3 {
font-size: 0.32rem;
font-size: 0.33rem;
font-weight: 400;
padding-top: 0.03rem;
height: 0.3rem;
color: rgba(51, 51, 51, 1);
margin-bottom: 0.13rem;
text-overflow: ellipsis;

Loading…
Cancel
Save