Blame view

src/views/home/home.scss 4.44 KB
任超 committed
1
.home {
任超 committed
2
  height: calc(100% - 20px);
任超 committed
3 4
  width: 100%;
  box-sizing: border-box;
任超 committed
5 6
  display: flex;
  justify-content: space-between;
任超 committed
7
  margin-top: 15px;
任超 committed
8

任超 committed
9 10 11 12
  .map {
    margin-left: -20px;
  }

任超 committed
13
  &-left {
任超 committed
14
    width: 35%;
任超 committed
15
    padding-top: 25px;
任超 committed
16 17
    background-color: #000637;
    color: #02D9FD;
任超 committed
18
  }
任超 committed
19

任超 committed
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
  .titlebg {
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    background: url("~@/image/title.png") no-repeat;
    width: 238px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    top: -15px;
  }

  .bgbk {
    padding: 2px;
    box-sizing: border-box;
任超 committed
35
    // background: url("~@/image/tablebk.png") no-repeat;
任超 committed
36 37 38 39 40 41 42 43
    background-size: 100% 100%;
  }

  .homebk {
    background: url("~@/image/homebk.png") no-repeat;
    background-size: 100% 100%;
  }

任超 committed
44
  &-right {
任超 committed
45
    width: 64.5%;
任超 committed
46

任超 committed
47 48
    .jrgk {
      color: #02D9FD;
任超 committed
49
      padding-bottom: 20px;
任超 committed
50 51 52 53 54 55 56

      .header {
        text-align: center;
        line-height: 36px;
      }
    }

任超 committed
57 58 59
    .gkList {
      @include flex-center;
      flex-direction: column;
任超 committed
60
      position: relative;
任超 committed
61 62 63 64 65 66 67

      li:nth-child(1) {
        color: #409EFF;
        font-size: 24px;
      }
    }

任超 committed
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
    .gkList::before {
      position: absolute;
      right: 0;
      top: 0;
      content: '';
      width: 1px;
      height: 110px;
      background: linear-gradient(180deg, #091B4C 0%, #47B5E0 56%, #091B4C 100%);
    }

    .zsl {
      position: relative;

      p {
        background: url('../../image/zsl.png');
        width: 200px;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-size: cover;
        margin-left: -34px;
      }
    }

任超 committed
93 94 95
    .jrl {
      margin-top: 20px;
      text-align: center;
任超 committed
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
      color: #E3F1FF;

      .jrlList {
        p {
          margin: 0 3px 10px 3px;
        }
      }

      .jrllsit1 {
        p {
          background: url('../../image/jrl1.png');
        }
      }

      .jrllsit2 {
        p {
          background: url('../../image/jrl2.png');
        }
      }

      .jrllsit3 {
        p {
          background: url('../../image/jrl3.png');
        }
      }
任超 committed
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143

      li {
        color: #E3F1FF;
      }
    }

    // 日均接入量
    .jrlList {
      display: flex;
      align-items: center;
      justify-content: center;

      p {
        width: 24px;
        height: 36px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
      }
    }

任超 committed
144 145
    .jrdgk {
      display: flex;
任超 committed
146
      margin: 30px 0 30px 0;
任超 committed
147 148
      justify-content: space-between;

任超 committed
149
      .sxsjr {
任超 committed
150 151
        width: 60%;
        margin-right: 10px;
任超 committed
152 153 154 155 156 157

        .header {
          text-align: center;
          color: #02D9FD;
          line-height: 30px;
        }
任超 committed
158 159 160 161 162 163 164 165 166
      }
    }

    .jrdList {
      ul {
        @include flex-center;
        flex-direction: column;

        li:nth-child(1) {
任超 committed
167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
          font-size: 30px;
          width: 50px;
          height: 50px;
          background: linear-gradient(143deg, #29C6F2 0%, #4370EF 100%);
          border-radius: 2px;
          color: #E3F1FF;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 10px 0;
        }

        li:nth-child(2) {
          color: #FFFFFF;
          font-size: 14px;
任超 committed
182 183 184 185 186 187
        }
      }
    }

    .jrdList:nth-of-type(2) {
      li:nth-child(1) {
任超 committed
188
        background: linear-gradient(143deg, #9CB636 0%, #32BCB1 100%);
任超 committed
189 190 191 192 193
      }
    }

    .jrdList:nth-of-type(3) {
      li:nth-child(1) {
任超 committed
194
        background: linear-gradient(143deg, #C97E6D 0%, #CA304D 100%);
任超 committed
195 196 197 198
      }
    }
  }

任超 committed
199 200 201 202 203 204 205 206
  // 上报情况概括
  .sbqkgk {
    text-align: center;
    color: #02D9FD;
    line-height: 30px;
    width: 50%;
  }

任超 committed
207 208 209
  .sbqkgs {
    width: 100%;

任超 committed
210 211 212
    .header {
      text-align: center;
      line-height: 36px;
任超 committed
213 214
    }

任超 committed
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
    .sbqkgsList {
      display: flex;
      justify-content: center;
      font-size: 50px;
      margin: 20px 0 10px 0;
      color: #E3F1FF;
      font-weight: 700;
    }

    .active {
      width: 31px;
      height: 46px;
      background: #054AE9;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px 1px 3px 1px;
      margin: 0 3px;
    }

    li {
      font-size: 16px;
      text-align: center;
      color: #E3F1FF;
任超 committed
239 240 241 242 243 244
    }
  }

  .jrxxlb {
    margin-top: 5px;

任超 committed
245
    /deep/tbody tr:nth-child(odd) {
任超 committed
246
      background: #132E82 !important;
任超 committed
247
    }
任超 committed
248

任超 committed
249 250 251
    .title {
      text-align: center;
      line-height: 36px;
任超 committed
252
      color: #02D9FD;
任超 committed
253 254
    }
  }
任超 committed
255
}