123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- /* 水平间距 */
- /* 水平间距 */
- .main.data-v-8f22acf3 {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 66vh;
- }
- .main .first.data-v-8f22acf3 {
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 2vw;
- border-bottom: 1px solid var(--f5Color);
- }
- .main .first input.data-v-8f22acf3 {
- width: 100%;
- padding: 2vw;
- background-color: var(--f1Color);
- font-size: var(--font14Size);
- border-radius: 5px;
- }
- .main .second.data-v-8f22acf3 {
- position: relative;
- flex-grow: 1;
- }
- .main .second .other.data-v-8f22acf3 {
- display: flex;
- }
- .main .second .other .other_1.data-v-8f22acf3 {
- padding: 2vw 2vw 2vw 5vw;
- font-size: 20px;
- font-weight: bold;
- }
- .main .second .other .other_1 .line.data-v-8f22acf3 {
- height: 18vh;
- margin: 0 0 0 2px;
- border-left: 1px dashed var(--f99Color);
- }
- .main .second .other .other_2.data-v-8f22acf3 {
- width: 90%;
- }
- .main .second .other .other_2 .list .list_1.data-v-8f22acf3 {
- display: flex;
- align-items: center;
- padding: 4vw 2vw 2vw 2vw;
- }
- .main .second .other .other_2 .list .list_1 .date.data-v-8f22acf3 {
- font-size: var(--font16Size);
- font-weight: bold;
- }
- .main .second .other .other_2 .list .list_1 .status.data-v-8f22acf3 {
- font-size: var(--font12Size);
- margin: 0 1vw;
- padding: 1px 5px;
- }
- .main .second .other .other_2 .list .list_1 .status0.data-v-8f22acf3 {
- color: var(--mainColor);
- background-color: var(--fF0Color);
- }
- .main .second .other .other_2 .list .list_1 .status1.data-v-8f22acf3 {
- color: var(--mainColor);
- background-color: var(--fFFColor);
- }
- .main .second .other .other_2 .list .list_1 .status2.data-v-8f22acf3 {
- color: var(--f99Color);
- background-color: var(--f9Color);
- }
- .main .second .other .other_2 .list .list_2.data-v-8f22acf3 {
- border: 1px solid var(--f5Color);
- padding: 2vw;
- border-radius: 2px;
- }
- .main .second .other .other_2 .list .list_2 .name.data-v-8f22acf3 {
- font-size: var(--font16Size);
- font-weight: bold;
- margin: 2vw;
- }
- .main .second .other .other_2 .list .list_2 .score.data-v-8f22acf3 {
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: var(--font14Size);
- background-color: var(--f9Color);
- border-radius: 5vw;
- padding: 1vw 0;
- }
- .main .second .other .other_2 .list .list_2 .score .red.data-v-8f22acf3 {
- display: flex;
- align-items: center;
- margin: 0 1vw 0 0;
- }
- .main .second .other .other_2 .list .list_2 .score .red .red_image.data-v-8f22acf3 {
- margin: 0 1vw;
- }
- .main .second .other .other_2 .list .list_2 .score .red .red_image .image.data-v-8f22acf3 {
- width: 8vw;
- height: 8vw;
- border-radius: 8vw;
- }
- .main .second .other .other_2 .list .list_2 .score .red .red_score.data-v-8f22acf3 {
- font-size: var(--font16Size);
- color: var(--fF0Color);
- }
- .main .second .other .other_2 .list .list_2 .score .center.data-v-8f22acf3 {
- font-size: var(--font16Size);
- color: var(--fF0Color);
- }
- .main .second .other .other_2 .list .list_2 .score .blue.data-v-8f22acf3 {
- display: flex;
- align-items: center;
- margin: 0 0 0 1vw;
- }
- .main .second .other .other_2 .list .list_2 .score .blue .blue_image.data-v-8f22acf3 {
- margin: 0 1vw;
- }
- .main .second .other .other_2 .list .list_2 .score .blue .blue_image .image.data-v-8f22acf3 {
- width: 8vw;
- height: 8vw;
- border-radius: 8vw;
- }
- .main .second .other .other_2 .list .list_2 .score .blue .blue_score.data-v-8f22acf3 {
- font-size: var(--font16Size);
- color: var(--fF0Color);
- }
- .scroll-view.data-v-8f22acf3 {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .scroll-view .list-scroll-view.data-v-8f22acf3 {
- display: flex;
- flex-direction: column;
- }
- .is_bottom.data-v-8f22acf3 {
- width: 100%;
- text-align: center;
- }
- .is_bottom text.data-v-8f22acf3 {
- padding: 2vw 0;
- display: inline-block;
- color: var(--f85Color);
- font-size: var(--font14Size);
- }
|