1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| /* pages/agreement/index.wxss */
| .main {
| height: 100%;
| padding-bottom: 120rpx;
| }
|
| .content {
| padding: 24rpx var(--padding-my);
| background-color: #ffffff;
| }
|
| .back {
| position: fixed;
| left: 0;
| right: 0;
| bottom: 0;
| padding: var(--padding-my);
| background-color: var(--bg-color);
| }
|
|