forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-27 71c1fa3bfa21baaf733189495cdd64deb0cf6551
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
* {
  box-sizing: border-box;
  user-select: none;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica,
    Arial, sans-serif;
}
.questionnair {
  display: flex;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  position: relative;
}
.title-inner {
  width: 700px;
  height: 45px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}