index.scss 4.3 KB
Newer Older
xuzhenghua committed
1
#blessing-preheat {
zhanghaozhe committed
2 3
  background: #5327fa;
  padding-bottom: 30px;
xuzhenghua committed
4

zhanghaozhe committed
5 6 7 8
  .active_over {
    font-size: 20px;
    color: #fff604;
    width: 100%;
xuzhenghua committed
9 10 11
    display: flex;
    justify-content: center;
    align-items: center;
zhanghaozhe committed
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
    margin-bottom: 10px;
  }
}

.test__record {
  width: 106px;
  height: 26px;
  border: 1px solid rgba(255, 246, 4, 1);
  border-radius: 13px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 246, 4, 1);
  margin: 10px auto 14px;
  display: flex;
  justify-content: center;
  align-items: center;
xuzhenghua committed
28
}
xuzhenghua committed
29

xuzhenghua committed
30
.sort__rules {
zhanghaozhe committed
31 32 33 34 35
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  text-align-last: center;
xuzhenghua committed
36 37 38
}

.invite-popup {
zhanghaozhe committed
39 40 41 42 43
  .content {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 29px;
xuzhenghua committed
44

zhanghaozhe committed
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
    .qr-code {
      width: 120px;
      height: 120px;
      margin-bottom: 20px;
    }

    button {
      width: 133px;
      height: 30px;
      background: rgba(83, 39, 250, 1);
      border-radius: 15px;
      font-size: 14px;
      color: #fff;
      -webkit-appearance: none;
      outline: none;
      border: none;
xuzhenghua committed
61
    }
zhanghaozhe committed
62
  }
xuzhenghua committed
63 64 65 66
}

// 幸运大抽奖--预热
.luck-draw__tip {
zhanghaozhe committed
67 68 69 70
  margin: 0 0 10px;
  font-size: 12px;
  color: #fff604;
  text-align: center;
xuzhenghua committed
71 72
}

zhanghaozhe committed
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
.luck-draw__button,
.prize-record {
  display: block;
  width: 106px;
  height: 26px;
  margin: 0 auto 15px;
  padding: 0;
  border: 1px solid #fff604;
  border-radius: 13px;
  box-sizing: border-box;
  font-size: 13px;
  color: #fff604;
  text-align: center;
  line-height: 24px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
xuzhenghua committed
90
}
xuzhenghua committed
91
.blessing__sort {
zhanghaozhe committed
92 93 94 95 96 97 98
  display: block;
  margin: 0 auto 15px;
  width: 120px;
  height: 28px;
  background: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/m11_enter_icon.png")
    center center no-repeat;
  background-size: 100% 100%;
xuzhenghua committed
99
}
xuzhenghua committed
100

xuzhenghua committed
101
.formal-draw-btns {
zhanghaozhe committed
102 103 104
  display: flex;
  justify-content: center;
  margin: 15px 0;
xuzhenghua committed
105

zhanghaozhe committed
106 107 108
  button {
    margin: 0;
  }
xuzhenghua committed
109

zhanghaozhe committed
110 111 112
  & button:first-child {
    margin-right: 27px;
  }
xuzhenghua committed
113 114 115
}

.prize-record-popup {
zhanghaozhe committed
116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
  .title {
    margin-bottom: 11px;
  }

  .record-container {
    width: 250px;

    .list-title {
      display: flex;
      border-radius: 2px 2px 0 0;

      div {
        width: 50%;
        height: 33px;
        line-height: 33px;
        background: #edeeef;
        text-align: center;
        font-size: 12px;
        color: #525c65;
      }
xuzhenghua committed
136 137
    }

zhanghaozhe committed
138 139 140
    ul {
      border: 1px solid #cfdbe5;
      border-bottom: 0;
xuzhenghua committed
141

zhanghaozhe committed
142 143 144 145 146 147
      li {
        border-bottom: 1px solid #cfdbe5;
        display: flex;
        height: 33px;
        line-height: 33px;
        font-size: 12px;
xuzhenghua committed
148

zhanghaozhe committed
149 150 151 152
        & > div {
          width: 50%;
          text-align: center;
        }
xuzhenghua committed
153

zhanghaozhe committed
154 155
        .time {
          color: #525c65;
xuzhenghua committed
156 157
        }

zhanghaozhe committed
158 159 160 161 162 163
        .name {
          color: #09f;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-decoration: underline;
xuzhenghua committed
164
        }
zhanghaozhe committed
165
      }
xuzhenghua committed
166
    }
zhanghaozhe committed
167
  }
xuzhenghua committed
168 169 170
}

.address-mask {
zhanghaozhe committed
171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;

  .address-popup {
    position: absolute;
    top: 179px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 309px;
    padding: 18px 25px;
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
xuzhenghua committed
190

zhanghaozhe committed
191 192 193 194 195
    .address-info-container {
      position: relative;
      padding-bottom: 24px;
      text-align: center;
    }
xuzhenghua committed
196

zhanghaozhe committed
197 198 199 200 201 202
    .title {
      font-size: 16px;
      color: #525c65;
      text-align: center;
      margin-bottom: 11px;
    }
xuzhenghua committed
203

zhanghaozhe committed
204 205 206 207
    .tip {
      color: #999;
      margin-bottom: 15px;
    }
xuzhenghua committed
208

zhanghaozhe committed
209 210 211 212 213 214 215 216 217 218 219 220
    input {
      width: 250px;
      height: 40px;
      border: 1px solid rgba(221, 221, 221, 1);
      -webkit-appearance: none;
      outline: none;
      margin-bottom: 10px;
      padding-left: 10px;

      &::placeholder {
        color: #999;
      }
xuzhenghua committed
221
    }
zhanghaozhe committed
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239

    button {
      width: 141px;
      height: 33px;
      margin-top: 13px;
      text-align: center;
      line-height: 33px;
      background: #ccced0;
      color: #fff;
      -webkit-appearance: none;
      outline: none;
      border: none;
      border-radius: 16px;
      font-size: 15px;

      &.active {
        background: #09f;
      }
xuzhenghua committed
240
    }
zhanghaozhe committed
241 242 243 244 245 246 247 248 249
  }
  .iconfont {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 33px;
    color: #fff;
  }
xuzhenghua committed
250
}