index.scss 6.26 KB
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
xuzhenghua committed
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
.group-box {
  border-top: 8px solid $bg_f5f5f5;

  .group-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    color: $color_333;

    .more {
      color: $color_888;

      i {
        width: 12px;
        height: 7px;
      }
    }
  }

  .group-list {
    width: 100%;
    border-top: 1px solid $sp_e7eaf1;
    padding: 0 12px;

    .group-item {
      border-bottom: 1px solid $sp_e7eaf1;
      height: 60px;
      display: flex;
      position: relative;

      .avatar {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin-top: 8px;
        margin-right: 6px;
      }

      .user-name {
        font-size: 16px;
        color: $color_333;
        max-width: 104px;
        line-height: 60px;
      }

      .group-status {
        line-height: 15px;
        font-size: 12px;
        position: absolute;
        right: 72px;

        p:nth-child(1) {
          margin-top: 17px;

          .red {
            color: $red;
          }
        }
      }

      .topay {
        width: 62px;
        height: 28px;
        border-radius: 5px;
        background-color: $bg_E02E24;
        color: $white;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        margin-top: 16px;
        position: absolute;
        right: 0;
      }
    }
  }

  .group-dec {
    background-color: $bg_FAFAFA;
    width: 100%;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    color: $color_999;

    .allNum {
      color: $color_333;
    }
  }

  .moreMbc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
zhanghaozhe committed
103
    background-color: rgba(0, 0, 0, 0.6);
104
    z-index: 9;
xuzhenghua committed
105 106 107 108 109 110

    .content {
      width: 300px;
      height: 388px;
      background-color: $white;
      border-radius: 3px;
111
      // margin: 139px auto 20px auto;
xuzhenghua committed
112
      position: relative;
113 114 115
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
xuzhenghua committed
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155

      .title-box {
        width: 100%;
        height: 44px;
        text-align: center;
        color: $color_333;
        font-size: 16px;
        line-height: 44px;
      }

      .more-group-list {
        width: 100%;
        height: 302px;
        overflow: auto;
        border-top: 1px solid $sp_e7eaf1;
        padding: 0 15px;
        background-color: $bg_f5f5f5;

        .group-item {
          border-bottom: 1px solid $sp_e7eaf1;
          height: 60px;
          display: flex;
          position: relative;

          .avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            margin-top: 8px;
            margin-right: 10px;
          }

          .user-name {
            font-size: 12px;
            color: $color_333;
            max-width: 90px;
            line-height: 15px;
            .name {
              margin-top: 16px;
            }
zhanghaozhe committed
156
            .time {
xuzhenghua committed
157 158 159 160 161 162
              color: $color_999;
            }
          }

          .group-status {
            line-height: 60px;
FE committed
163
            font-size: 12px;
xuzhenghua committed
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
            color: $color_666;
            position: absolute;
            right: 66px;
          }

          .topay {
            width: 56px;
            height: 26px;
            border-radius: 5px;
            background-color: $bg_E02E24;
            color: $white;
            font-size: 14px;
            line-height: 26px;
            text-align: center;
            margin-top: 17px;
            position: absolute;
            right: 0;
          }
        }
      }
    }

    .more-group-dec {
      width: 100%;
      position: absolute;
      bottom: 0;
      height: 42px;
      font-size: 12px;
      color: $color_999;
      text-align: center;
      line-height: 42px;
    }

    .close {
      color: #fff;
      font-size: 22px;
      position: relative;
      left: 50%;
      margin-left: -11px;
203
      top: 60px;
xuzhenghua committed
204 205 206
    }
  }

207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234
  .groupSuccessMbc {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    .content {
      width: 300px;
      background-color: #fff;
      padding: 16px;

      p {
        color: #333333;
        font-size: 16px;
        text-align: center;
        width: 100%;
      }

      .group-btn {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
zhanghaozhe committed
235 236
        background-color: #e02e24;
        color: #ffffff;
237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252
        text-align: center;
        width: 270px;
        border-radius: 6px;
        margin-top: 20px;
      }

      .dec {
        color: #666666;
        font-size: 12px;
        text-align: center;
        margin-top: 10px;
      }

      .group-user-list {
        .imgList {
          padding-top: 20px;
zhanghaozhe committed
253

254 255 256 257 258 259
          .imgContainer {
            position: relative;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            margin-right: 20px;
zhanghaozhe committed
260

261 262 263 264
            .imgname {
              margin: 0;
              width: 44px;
              height: 44px;
zhanghaozhe committed
265
              background-color: #dedede;
266
              border-radius: 50%;
zhanghaozhe committed
267

268 269 270 271 272 273
              .no-body {
                font-size: 28px;
                position: relative;
                left: 8px;
              }
            }
zhanghaozhe committed
274

275 276 277 278 279 280 281 282 283 284 285
            .leaderFlag {
              position: absolute;
              background-color: #0099ff;
              border: 1px solid #fff;
              width: 30px;
              color: #fff;
              line-height: 18px;
              height: 18px;
              text-align: center;
              border-radius: 9px;
              top: -6px;
zhanghaozhe committed
286

287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314
              span {
                font-size: 12px;
                transform: scale(0.9);
              }
            }
          }
        }
      }
    }

    .tipContent {
      width: 270px;
      height: 44px;
      line-height: 44px;
      text-align: center;
      border: 1px dashed rgba(255, 255, 255, 1);
      border-radius: 3px;
      color: #fff;
      font-size: 14px;
      position: absolute;
      top: 100px;
    }
    .tipArrow {
      position: absolute;
      right: 15px;
      top: 38px;
      .iconyindao:before {
        font-size: 44px;
zhanghaozhe committed
315
        color: #fff;
316 317 318
      }
    }
  }
zhanghaozhe committed
319
}