submit.less
1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*提交中相关页面*/
.xn-layout-transition{
    width: 756px;
    margin: 0 auto;
    padding: 100px 0;
    .transition-car {
        height: 380px;
        width: 350px;
        float:left;
    }
    .transition-content {
        float: left;
        height: 380px;
        min-width: 306px;
        margin-left: 100px;
        padding-top: 160px;
        .tip {
            margin-left: 20px;
        }
    }
}
.layout-result-failure {
    width: 800px;
    height: 350px;
    margin: 100px auto;
    .failure-img {
        float: left;
        width: 200px;
    }
    .failure-content {
        float: left;
        margin-left: 100px;
        padding-top: 20px;
        .failure-title {
            font-size: 30px;
            color: @xn-font-red;
        }
        .failure-list {
            margin-bottom: 20px;
            .failure-tip {
                color:@xn-font-red;
                line-height: 34px;
                margin-bottom: 10px;
            }
            .failure-item {
                color: @xn-font-auxiliary;
            }
        }
        .auto-timer {
            white-space: nowrap;
            line-height: 34px;
            margin-left: 20px;
            .time {
                font-size: 20px;
                color: @xn-font-red;
                padding-right: 5px;
            }
        }
    }
}