1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| /**app.wxss**/
| @import '/iconfont/iconfont.wxss';
| page{
| background-color: #eeeeee;
| /* background-color: #fff; */
| }
| .container {
| height: 100%;
| display: flex;
| flex-direction: column;
| align-items: center;
| justify-content: space-between;
| padding: 200rpx 0;
| box-sizing: border-box;
| }
| .title-steps{
| font-weight: 600;
| font-size: 30rpx;
| }
|
|