|
@@ -49,39 +49,26 @@
|
|
|
.main .two .scroll-view .list-scroll-view .list {
|
|
|
background-color: #ffffff;
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
- padding: 2vw 0;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-}
|
|
|
-.main .two .scroll-view .list-scroll-view .list .info {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
- margin: 0 0 2vw 0;
|
|
|
-}
|
|
|
-.main .two .scroll-view .list-scroll-view .list .info .list_2 {
|
|
|
- padding: 0 0 0 2vw;
|
|
|
+ width: 96vw;
|
|
|
+ padding: 2vw;
|
|
|
}
|
|
|
-.main .two .scroll-view .list-scroll-view .list .info .list_2 .name {
|
|
|
+.main .two .scroll-view .list-scroll-view .list .name {
|
|
|
font-size: 18px;
|
|
|
+ margin: 0 0 1vw 0;
|
|
|
font-weight: bold;
|
|
|
+}
|
|
|
+.main .two .scroll-view .list-scroll-view .list .other {
|
|
|
margin: 0 0 1vw 0;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- -webkit-line-clamp: 2;
|
|
|
- word-break: break-all;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
-}
|
|
|
-.main .two .scroll-view .list-scroll-view .list .info .list_2 .other .other_1 {
|
|
|
+}
|
|
|
+.main .two .scroll-view .list-scroll-view .list .other .other_1 {
|
|
|
margin: 0 0 1vw 0;
|
|
|
- color: #000000a6;
|
|
|
font-size: 15px;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- -webkit-line-clamp: 4;
|
|
|
- word-break: break-all;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
+}
|
|
|
+.main .two .scroll-view .list-scroll-view .list .other .other_1 text {
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+.main .two .scroll-view .list-scroll-view .list .other .other_1 text:nth-child(1) {
|
|
|
+ color: #858585;
|
|
|
}
|
|
|
.main .two .scroll-view .list-scroll-view .list .btn {
|
|
|
text-align: center;
|
|
@@ -90,3 +77,6 @@
|
|
|
margin: 0 2vw;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+.main .two .scroll-view .list-scroll-view .list:last-child {
|
|
|
+ border-bottom: none;
|
|
|
+}
|