Quellcode durchsuchen

文本溢出和居中

luyanan vor 6 Jahren
Ursprung
Commit
63b8fdea16

+ 13 - 14
src/common/stylus/listitem.styl

@ -28,28 +28,25 @@
28 28
        color:$mainFont
29 29
      .info-tag
30 30
        color:$secondaryFont
31
        text-ellipsis(1,26px)
31
        text-ellipsis()
32
        line-height:26px
32 33
      .info-desc
33 34
        color:$secondaryFont
34
        text-ellipsis(3,20px)
35
        text-ellipsis-n(3,20px)
35 36
    &.org-item
36 37
      height:200px
37 38
      justify-content:center
38 39
      text-align:center
39 40
      .item-block-org
40 41
        width:306px
41
        display:flex
42
        flex-direction: column
43
        align-items: center
42
        overflow: hidden
44 43
        .item-pic-org
45 44
          center-items()
46 45
          background-size:cover
46
          margin:auto
47 47
        .item-text-org
48 48
          margin-top:6px
49 49
          line-height:30px
50
          display: flex
51
          flex-direction: column
52
          justify-content: center
53 50
          .item-tit-org
54 51
            display:flex
55 52
            justify-content: center
@ -60,7 +57,8 @@
60 57
              text-ellipsis()
61 58
          .item-tag-org
62 59
            color:$secondaryFont
63
            text-ellipsis(1,20px)
60
            text-ellipsis()
61
            line-height:20px
64 62
/*home--cmp、expert*/
65 63
66 64
/*list--图文*/
@ -73,16 +71,17 @@
73 71
  &:last-child
74 72
    border-none()
75 73
  .list-head
76
    center-items()
74
    center-items(162px,108px)
77 75
  .list-info
78
    flex: 1 1 180px
76
    flex: 1 1 170px
79 77
    padding-left:15px
80 78
    .list-tit
81 79
      color:$mainFont
82 80
      font-size:18px
83
      text-ellipsis(2,26px)
81
      text-ellipsis-n(2,26px)
84 82
      &.list-topic
85
        text-ellipsis(1,26px)
83
        text-ellipsis()
84
        line-height:26px
86 85
    .list-tag
87 86
      margin-top:10px
88 87
      color:$secondaryFont
@ -94,6 +93,6 @@
94 93
      color:$commonFont
95 94
      line-height:30px
96 95
    .list-desc
97
      text-ellipsis(2,20px)
96
      text-ellipsis-n(2,20px)
98 97
      color:$commonFont
99 98
/*list*/

+ 7 - 1
src/common/stylus/mixin.styl

@ -53,7 +53,13 @@ border-none()
53 53
/*border-about e*/
54 54
55 55
/*text-about s*/
56
text-ellipsis($n = 1,$lineH = 30px)
56
text-ellipsis()
57
  line-height: 30px
58
  white-space: nowrap
59
  text-overflow: ellipsis
60
  overflow: hidden
61
62
text-ellipsis-n($n = 1,$lineH = 30px)
57 63
  display: -webkit-box
58 64
  line-height: $lineH
59 65
  max-height: $lineH*$n

+ 1 - 1
src/components/bench-views/abutmentService/ButtService.vue

@ -43,5 +43,5 @@
43 43
          height: 30px
44 44
        .headerTag
45 45
          li
46
            text-ellipsis(1)
46
            text-ellipsis()
47 47
</style>

+ 1 - 1
src/components/bench-views/demandSearch/DemandSearch.vue

@ -39,7 +39,7 @@
39 39
          height: 30px
40 40
        .list-tagl
41 41
          li
42
            text-ellipsis(2)
42
            text-ellipsis-n(2)
43 43
            color: $commonFont
44 44
        .list-tagy
45 45
          li

+ 14 - 2
src/components/main-views/ViewHome.vue

@ -254,7 +254,11 @@
254 254
      this.findServiceSwiper = new Swiper(this.$refs.findService, {
255 255
        slidesPerView: 4.8,
256 256
        loopedSlides: 20,
257
        loop: true,
257 258
        spaceBetween: 20,
259
        autoplay: {
260
          disableOnInteraction: false
261
        },
258 262
        navigation: {
259 263
          nextEl: this.$refs.nextService,
260 264
          prevEl: this.$refs.prevService
@ -266,6 +270,11 @@
266 270
      this.findResourceSwiper = new Swiper(this.$refs.findResource, {
267 271
        slidesPerView: 4.8,
268 272
        spaceBetween: 20,
273
        loopedSlides: 20,
274
        loop: true,
275
        autoplay: {
276
          disableOnInteraction: false
277
        },
269 278
        navigation: {
270 279
          nextEl: this.$refs.nextResource,
271 280
          prevEl: this.$refs.prevResource
@ -535,7 +544,7 @@
535 544
        width:280px
536 545
        height:420px
537 546
        .content
538
          text-ellipsis(12,28px)
547
          text-ellipsis-n(12,28px)
539 548
      .full-wrapper
540 549
        width:100%
541 550
        .swiper-container:hover
@ -595,12 +604,15 @@
595 604
              text-align:center
596 605
              text-ellipsis()
597 606
            .title
607
              color:$mainFont
598 608
              text-ellipsis()
599 609
            .desc
600 610
              margin-top:3px
601
              text-ellipsis(2,20px)
611
              color:$commonFont
612
              text-ellipsis-n(2,20px)
602 613
            .owner
603 614
              margin-top:10px
615
              color:$secondaryFont
604 616
              text-ellipsis()
605 617
606 618
    .tip-show