|
@@ -132,6 +132,133 @@
|
|
|
text-align: center;
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 {
|
|
|
+ width: 96vw;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_top {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ padding: 3px;
|
|
|
+ height: 34px;
|
|
|
+ width: 94vw;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_top button {
|
|
|
+ background-color: #328d26;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ height: 34px;
|
|
|
+ padding: 4px 12px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_top .c_top_2 {
|
|
|
+ width: 70vw;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_top .c_top_2 input {
|
|
|
+ margin: 0 0 0 5px;
|
|
|
+ background-color: #f1f1f1;
|
|
|
+ height: 34px;
|
|
|
+ flex-grow: 1;
|
|
|
+ padding: 0 0 0 4px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom {
|
|
|
+ flex-grow: 1;
|
|
|
+ position: relative;
|
|
|
+ margin: 8px 0 0 0;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: 73vh;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ align-content: flex-start;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list {
|
|
|
+ width: 96vw;
|
|
|
+ margin: 0 0 5px 0;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists {
|
|
|
+ box-shadow: 0 0 1vw #cccccc;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_1 {
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: #328d26;
|
|
|
+ padding: 5px 3px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_1 text {
|
|
|
+ margin: 0 5px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one {
|
|
|
+ width: 33vw;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 8px 0;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .one image {
|
|
|
+ border-radius: 50%;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ text-align: center;
|
|
|
+ width: 28vw;
|
|
|
+ background-color: #fff;
|
|
|
+ margin: 0 3px 5px 3px;
|
|
|
+ box-shadow: 13px 0 8px -15px #202020, -13px 0 8px -15px #202020;
|
|
|
+ border-radius: 0 0 5px 5px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .time {
|
|
|
+ background-color: #328d26;
|
|
|
+ border-radius: 0 0 5px 5px;
|
|
|
+ color: #fff;
|
|
|
+ padding: 3px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch {
|
|
|
+ font-size: 22px;
|
|
|
+ padding: 2px 0 0 0;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list .lists .list_2 .two .branch text {
|
|
|
+ margin: 0 5px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 {
|
|
|
+ margin: 0 0 8px 0;
|
|
|
+ padding: 0 5px;
|
|
|
+ width: 96vw;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ border-bottom: 1px solid #999;
|
|
|
+ padding: 8px 10px;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_1 {
|
|
|
+ color: #3f3f3f;
|
|
|
+}
|
|
|
+.main .zero .a .scroll-view .list-scroll-view .c_1 .c_buttom .scroll-view .list-scroll-view .list_2 .lists .one_2 {
|
|
|
+ color: #3f3f3f;
|
|
|
+ flex-grow: 1;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
.main .zero .d_1 {
|
|
|
width: 96vw;
|
|
|
text-align: center;
|