11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
|
|
page{
|
|
background-color: #F7F6FA;
|
|
}
|
|
.page{
|
|
width: 750rpx;
|
|
height: 1000rpx;
|
|
background: linear-gradient( 180deg, #E73232 0%, rgba(231,50,50,0.94) 30.45%, rgba(231,50,50,0.91) 53.88%, rgba(231,50,50,0.8) 69.29%, rgba(231,50,50,0.54) 81.67%, rgba(231,50,50,0.26) 90.37%, rgba(231,50,50,0) 100%);
|
|
}
|
|
|