|
|
Page{
|
|
background: white
|
|
}
|
|
|
|
|
|
.deco1{
|
|
/* Rectangle 2 */
|
|
position: absolute;
|
|
width: 49.37px;
|
|
height: 321.5px;
|
|
top: -30rpx;
|
|
right:20rpx;
|
|
background: linear-gradient(rgba(245, 186, 173, 0.068)5%,rgba(231, 153, 139, 0.075) 50%);
|
|
transform: rotate(135deg);
|
|
border-radius: 20rpx;
|
|
z-index: -10;
|
|
}
|
|
|
|
.deco2{
|
|
/* Rectangle 2 */
|
|
position: absolute;
|
|
width: 49.37px;
|
|
height: 321.5px;
|
|
top: -30rpx;
|
|
right:250rpx;
|
|
background: linear-gradient(rgba(245, 186, 173, 0.075)5%,rgba(231, 153, 139, 0.075) 20%);
|
|
transform: rotate(135deg);
|
|
border-radius: 20rpx;
|
|
z-index: -10;
|
|
}
|
|
|
|
.title1{
|
|
width:75%;
|
|
position: absolute;
|
|
left:17%;
|
|
top:8%;
|
|
font-weight:bold;
|
|
font-size: 30px;
|
|
}
|
|
.title2{
|
|
width:100%;
|
|
font-weight:bold;
|
|
font-size: 20px;
|
|
line-height: 21px;
|
|
letter-spacing: 0px;
|
|
}
|
|
|
|
.title3{
|
|
width:100%;
|
|
font-weight:bold;
|
|
font-size: 20px;
|
|
line-height: 21px;
|
|
letter-spacing: 0px;
|
|
background-color: rgb(255, 255, 255);
|
|
color:#fa5151;
|
|
box-shadow: 0px 0px 10px 0 rgba(133, 100, 100, 0.37);
|
|
}
|
|
|
|
.back{
|
|
background-color: rgb(255, 255, 255);
|
|
border-radius: 20%;
|
|
}
|