소스 검색

修改样式

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

+ 3
- 3
src/pages/joinList/index.less 파일 보기

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

Loading…
취소
저장