14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
|
|
page{
|
|
background-color: #F7F6FA;
|
|
}
|
|
.page{
|
|
width: 750rpx;
|
|
height: 616rpx;
|
|
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%);
|
|
}
|
|
.box{
|
|
background-color: rgba(255, 255, 255, .1);
|
|
}
|
|
|