14 lines
429 B
Plaintext
14 lines
429 B
Plaintext
![]() |
page {
|
||
|
background-color: rgb(247, 247, 247);
|
||
|
/* background: linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%) !important; */
|
||
|
}
|
||
|
|
||
|
.page-content {
|
||
|
background-color: rgb(247, 247, 247);
|
||
|
background: linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%);
|
||
|
/* background: transparent !important; */
|
||
|
/* padding: 0 30rpx; */
|
||
|
box-sizing: border-box;
|
||
|
padding-bottom: 300rpx;
|
||
|
min-height: 100vh;
|
||
|
}
|