forked from gxwebsoft/mp-10550
19 lines
371 B
SCSS
19 lines
371 B
SCSS
.content {
|
|
padding: 32px;
|
|
line-height: 2.4rem;
|
|
}
|
|
.content-bg{
|
|
background-image: url("https://oss.wsdns.cn/20250224/7230c35b276f420a8527d08358759d8c.jpg");
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
background-position: bottom;
|
|
}
|
|
|
|
page{
|
|
background-color: #fff2ee !important;
|
|
}
|
|
|
|
.nr-bg{
|
|
background: linear-gradient(to bottom, #ffe0e0, #ffffff);
|
|
}
|