Blame view

src/layouts/default/header/components/lock/LockAction.less 432 Bytes
陈文彬 authored
1
2
3
4
.lock-modal {
  &__entry {
    position: relative;
    height: 240px;
5
    padding: 130px 30px 60px 30px;
陈文彬 authored
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
    background: #fff;
    border-radius: 10px;
  }

  &__header {
    position: absolute;
    top: 0;
    left: calc(50% - 45px);
    width: auto;
    text-align: center;

    &-img {
      width: 70px;
      border-radius: 50%;
    }

    &-name {
      margin-top: 5px;
    }
  }

  &__footer {
    text-align: center;
  }
}