租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
296 B

page{
background-color: #f5f5f5;
}
.se-grid{
border-top-right-radius: 50rpx;
border-top-left-radius: 50rpx;
}
.backdrop{
width: 750rpx;
height: 350rpx;
position: absolute;
top: 0;
left: 0;
z-index: -1;
/* border-radius: 0 0 14% 14%; */
}
.nobreak {
white-space: nowrap;
}