suomingxiang пре 2 месеци
родитељ
комит
ee97659997
2 измењених фајлова са 6 додато и 4 уклоњено
  1. 3
    1
      src/pages/enterprisePartyBuilding/index.less
  2. 3
    3
      src/pages/joinList/index.less

+ 3
- 1
src/pages/enterprisePartyBuilding/index.less Прегледај датотеку

187
                 -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
187
                 -webkit-line-clamp: 2;      /* 限制显示的行数,这里是3行 */
188
                 overflow: hidden;            /* 隐藏超出部分 */
188
                 overflow: hidden;            /* 隐藏超出部分 */
189
                 text-overflow: ellipsis;
189
                 text-overflow: ellipsis;
190
-                line-height: 30px;
190
+                // line-height: 30px;
191
                 margin-bottom: 20px;
191
                 margin-bottom: 20px;
192
             }
192
             }
193
             .txt2{
193
             .txt2{
415
               
415
               
416
                 &:nth-of-type(7){
416
                 &:nth-of-type(7){
417
                    border-bottom: 1px solid #DDE2E6;
417
                    border-bottom: 1px solid #DDE2E6;
418
+                   margin-bottom: 10.5vw;
418
                 }
419
                 }
419
                 &:nth-of-type(8){
420
                 &:nth-of-type(8){
420
                    border-bottom: 1px solid #DDE2E6;
421
                    border-bottom: 1px solid #DDE2E6;
422
+                   margin-bottom: 10.5vw;
421
                 }
423
                 }
422
                 &:nth-of-type(9){
424
                 &:nth-of-type(9){
423
                    border-bottom: 1px solid #DDE2E6;
425
                    border-bottom: 1px solid #DDE2E6;

+ 3
- 3
src/pages/joinList/index.less Прегледај датотеку

101
         box-sizing: border-box;
101
         box-sizing: border-box;
102
         color: #000;
102
         color: #000;
103
         border: 1px solid #DDE2E6;
103
         border: 1px solid #DDE2E6;
104
-        border-radius: 2px;
104
+        border-radius: 20px;
105
         transition: all 0.3s ease-in-out;
105
         transition: all 0.3s ease-in-out;
106
       }
106
       }
107
       .prev {
107
       .prev {
108
         margin-right: 15px;
108
         margin-right: 15px;
109
         border: 1px solid #000000;
109
         border: 1px solid #000000;
110
-        border-radius: 4px;
110
+        border-radius: 20px;
111
         transform: rotate(-90deg);
111
         transform: rotate(-90deg);
112
         font-size: 20px;
112
         font-size: 20px;
113
       }
113
       }
114
       .next {
114
       .next {
115
         margin-left: 15px;
115
         margin-left: 15px;
116
-        border-radius: 4px;
116
+        border-radius: 20px;
117
         border: 1px solid #000000;
117
         border: 1px solid #000000;
118
         transform: rotate(90deg);
118
         transform: rotate(90deg);
119
         font-size: 20px;
119
         font-size: 20px;

Loading…
Откажи
Сачувај