Bookings.less 2.3 KB
Newer Older
maple's avatar
maple committed
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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
@import '~antd/lib/style/themes/default.less';

//基石
.base {
    width: 100%;
    background-color: #ffffff;
    padding: 34px;
    min-width: 1020px;
}

//头部组件
.box{
    width: 100%;
    height: 64px;
    position: relative;
}
.item1{
    position: absolute;
    width: 180px;
    text-align: center;
    border-left: 5px solid rgba(24,144,255,1);
    font-family:'Source Han Sans CN';
    font-size: 18px;
    font-weight: 600;
    color: #000000;

}
.item2{
    width:300px;
    position: absolute;
    left: (300px);
    line-height: 30px;
}

.item4{
    position: absolute;
    left: (500px);
    line-height: 30px;   
}
.item3{
    width:80px;
    height: 32px;
    position: absolute;
    right: 0;

    outline: none;
    background:none;
    cursor: pointer;

    border:1px solid rgba(217,217,217,1);
    border-radius:2px;
}

.box1{
    width: 100%;
    height: 34px;
    position: relative;
    margin-bottom: 26px;
}
.box1item1{
    position: absolute;
}
.box1item2{
    position: absolute;
    left: 161px;
}

.box2{
    width: 100%;
    position: relative;

}
.box2item1{
    position: absolute;
}
.box2item2{
    width: 336px;
    padding-left: 161px;
}
// 线栏
.line{
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(217,217,217,1);
    margin-top: 28px;
    margin-bottom: 28px;
}

.box3{
    width: 100%;
    height: 32px;
    position: relative;
    margin-bottom: 28px;
}
.box3item1{
    position: absolute;
}
.box3item2{
    position: absolute;
    left: 161px;
}
.box3item3{
    position: absolute;
    left: 467px;
}
.box3item4{
    position: absolute;
    left: 592px;
}

.box4{
    width: 100%;
    height: 32px;
    position: relative;
}
.box4item1{
    position: absolute;
}
.box4item2{
    position: absolute;
    left: 161px;
}
.box4item3{
    position: absolute;
    left: 257px;
}
.box4item4{
    position: absolute;
    left: 281px;
}
maple's avatar
maple committed
131 132 133 134 135 136 137 138 139
.box4item5{
    position: absolute;
    left: 365px;
}

.box4item6{
    position: absolute;
    left: 380px;
}
maple's avatar
maple committed
140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168


.box5{
    width: 100%;
    height: 32px;
    position: relative;
    margin-bottom: 28px;
}
.box5item1{
    position: absolute;
}
.box5item2{
    position: absolute;
    left: 161px;
}

.box6{
    width: 100%;
    height: 32px;
    position: relative;

}
.box6item1{
    position: absolute;
}
.box6item2{
    position: absolute;
    left: 216px;
}