|
@@ -0,0 +1,60 @@
|
|
|
+@charset "UTF-8";
|
|
|
+/* 水平间距 */
|
|
|
+/* 水平间距 */
|
|
|
+.main.data-v-46899e35 {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ width: 100vw;
|
|
|
+ height: 100vh;
|
|
|
+}
|
|
|
+.main .one.data-v-46899e35 {
|
|
|
+ position: relative;
|
|
|
+ flex-grow: 1;
|
|
|
+ background-color: var(--f9Color);
|
|
|
+ padding: 2vw 0 0 0;
|
|
|
+}
|
|
|
+.main .one .list.data-v-46899e35 {
|
|
|
+ background-color: var(--mainColor);
|
|
|
+ border: 1px solid var(--f5Color);
|
|
|
+ padding: 2vw;
|
|
|
+ margin: 2vw 2vw 0 2vw;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+.main .one .list .list_1.data-v-46899e35 {
|
|
|
+ padding: 2vw;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: var(--font16Size);
|
|
|
+}
|
|
|
+.main .one .list .list_2.data-v-46899e35 {
|
|
|
+ padding: 2vw;
|
|
|
+ font-size: var(--font12Size);
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+.main .one .list .list_2 .time.data-v-46899e35 {
|
|
|
+ padding: 0 0 2px 0;
|
|
|
+}
|
|
|
+.main .one .list .list_2 .time text.data-v-46899e35 {
|
|
|
+ color: var(--f85Color);
|
|
|
+}
|
|
|
+.scroll-view.data-v-46899e35 {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+}
|
|
|
+.scroll-view .list-scroll-view.data-v-46899e35 {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+.is_bottom.data-v-46899e35 {
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.is_bottom text.data-v-46899e35 {
|
|
|
+ padding: 2vw 0;
|
|
|
+ display: inline-block;
|
|
|
+ color: var(--f85Color);
|
|
|
+ font-size: var(--font14Size);
|
|
|
+}
|
|
|
+
|